{
  "type": "File",
  "start": 0,
  "end": 14012,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 355,
      "column": 0
    }
  },
  "program": {
    "type": "Program",
    "start": 0,
    "end": 14012,
    "loc": {
      "start": {
        "line": 1,
        "column": 0
      },
      "end": {
        "line": 355,
        "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": "FunctionDeclaration",
        "start": 33,
        "end": 93,
        "loc": {
          "start": {
            "line": 3,
            "column": 0
          },
          "end": {
            "line": 5,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 42,
          "end": 49,
          "loc": {
            "start": {
              "line": 3,
              "column": 9
            },
            "end": {
              "line": 3,
              "column": 16
            },
            "identifierName": "cross2d"
          },
          "name": "cross2d"
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "Identifier",
            "start": 50,
            "end": 51,
            "loc": {
              "start": {
                "line": 3,
                "column": 17
              },
              "end": {
                "line": 3,
                "column": 18
              },
              "identifierName": "a"
            },
            "name": "a"
          },
          {
            "type": "Identifier",
            "start": 53,
            "end": 54,
            "loc": {
              "start": {
                "line": 3,
                "column": 20
              },
              "end": {
                "line": 3,
                "column": 21
              },
              "identifierName": "b"
            },
            "name": "b"
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 56,
          "end": 93,
          "loc": {
            "start": {
              "line": 3,
              "column": 23
            },
            "end": {
              "line": 5,
              "column": 1
            }
          },
          "body": [
            {
              "type": "ReturnStatement",
              "start": 62,
              "end": 91,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 4
                },
                "end": {
                  "line": 4,
                  "column": 33
                }
              },
              "argument": {
                "type": "BinaryExpression",
                "start": 69,
                "end": 90,
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 11
                  },
                  "end": {
                    "line": 4,
                    "column": 32
                  }
                },
                "left": {
                  "type": "BinaryExpression",
                  "start": 69,
                  "end": 78,
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 11
                    },
                    "end": {
                      "line": 4,
                      "column": 20
                    }
                  },
                  "left": {
                    "type": "MemberExpression",
                    "start": 69,
                    "end": 72,
                    "loc": {
                      "start": {
                        "line": 4,
                        "column": 11
                      },
                      "end": {
                        "line": 4,
                        "column": 14
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 69,
                      "end": 70,
                      "loc": {
                        "start": {
                          "line": 4,
                          "column": 11
                        },
                        "end": {
                          "line": 4,
                          "column": 12
                        },
                        "identifierName": "a"
                      },
                      "name": "a"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 71,
                      "end": 72,
                      "loc": {
                        "start": {
                          "line": 4,
                          "column": 13
                        },
                        "end": {
                          "line": 4,
                          "column": 14
                        },
                        "identifierName": "x"
                      },
                      "name": "x"
                    },
                    "computed": false
                  },
                  "operator": "*",
                  "right": {
                    "type": "MemberExpression",
                    "start": 75,
                    "end": 78,
                    "loc": {
                      "start": {
                        "line": 4,
                        "column": 17
                      },
                      "end": {
                        "line": 4,
                        "column": 20
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 75,
                      "end": 76,
                      "loc": {
                        "start": {
                          "line": 4,
                          "column": 17
                        },
                        "end": {
                          "line": 4,
                          "column": 18
                        },
                        "identifierName": "b"
                      },
                      "name": "b"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 77,
                      "end": 78,
                      "loc": {
                        "start": {
                          "line": 4,
                          "column": 19
                        },
                        "end": {
                          "line": 4,
                          "column": 20
                        },
                        "identifierName": "y"
                      },
                      "name": "y"
                    },
                    "computed": false
                  }
                },
                "operator": "-",
                "right": {
                  "type": "BinaryExpression",
                  "start": 81,
                  "end": 90,
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 23
                    },
                    "end": {
                      "line": 4,
                      "column": 32
                    }
                  },
                  "left": {
                    "type": "MemberExpression",
                    "start": 81,
                    "end": 84,
                    "loc": {
                      "start": {
                        "line": 4,
                        "column": 23
                      },
                      "end": {
                        "line": 4,
                        "column": 26
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 81,
                      "end": 82,
                      "loc": {
                        "start": {
                          "line": 4,
                          "column": 23
                        },
                        "end": {
                          "line": 4,
                          "column": 24
                        },
                        "identifierName": "a"
                      },
                      "name": "a"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 83,
                      "end": 84,
                      "loc": {
                        "start": {
                          "line": 4,
                          "column": 25
                        },
                        "end": {
                          "line": 4,
                          "column": 26
                        },
                        "identifierName": "y"
                      },
                      "name": "y"
                    },
                    "computed": false
                  },
                  "operator": "*",
                  "right": {
                    "type": "MemberExpression",
                    "start": 87,
                    "end": 90,
                    "loc": {
                      "start": {
                        "line": 4,
                        "column": 29
                      },
                      "end": {
                        "line": 4,
                        "column": 32
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 87,
                      "end": 88,
                      "loc": {
                        "start": {
                          "line": 4,
                          "column": 29
                        },
                        "end": {
                          "line": 4,
                          "column": 30
                        },
                        "identifierName": "b"
                      },
                      "name": "b"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 89,
                      "end": 90,
                      "loc": {
                        "start": {
                          "line": 4,
                          "column": 31
                        },
                        "end": {
                          "line": 4,
                          "column": 32
                        },
                        "identifierName": "x"
                      },
                      "name": "x"
                    },
                    "computed": false
                  }
                }
              }
            }
          ],
          "directives": []
        }
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 95,
        "end": 915,
        "loc": {
          "start": {
            "line": 7,
            "column": 0
          },
          "end": {
            "line": 24,
            "column": 1
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "FunctionDeclaration",
          "start": 102,
          "end": 915,
          "loc": {
            "start": {
              "line": 7,
              "column": 7
            },
            "end": {
              "line": 24,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 111,
            "end": 126,
            "loc": {
              "start": {
                "line": 7,
                "column": 16
              },
              "end": {
                "line": 7,
                "column": 31
              },
              "identifierName": "drawArcBy_S_T_E"
            },
            "name": "drawArcBy_S_T_E"
          },
          "generator": false,
          "expression": false,
          "async": false,
          "params": [
            {
              "type": "Identifier",
              "start": 127,
              "end": 135,
              "loc": {
                "start": {
                  "line": 7,
                  "column": 32
                },
                "end": {
                  "line": 7,
                  "column": 40
                },
                "identifierName": "startPos"
              },
              "name": "startPos"
            },
            {
              "type": "Identifier",
              "start": 137,
              "end": 149,
              "loc": {
                "start": {
                  "line": 7,
                  "column": 42
                },
                "end": {
                  "line": 7,
                  "column": 54
                },
                "identifierName": "startTangent"
              },
              "name": "startTangent"
            },
            {
              "type": "Identifier",
              "start": 151,
              "end": 157,
              "loc": {
                "start": {
                  "line": 7,
                  "column": 56
                },
                "end": {
                  "line": 7,
                  "column": 62
                },
                "identifierName": "endPos"
              },
              "name": "endPos"
            }
          ],
          "body": {
            "type": "BlockStatement",
            "start": 159,
            "end": 915,
            "loc": {
              "start": {
                "line": 7,
                "column": 64
              },
              "end": {
                "line": 24,
                "column": 1
              }
            },
            "body": [
              {
                "type": "VariableDeclaration",
                "start": 205,
                "end": 244,
                "loc": {
                  "start": {
                    "line": 9,
                    "column": 4
                  },
                  "end": {
                    "line": 9,
                    "column": 43
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 209,
                    "end": 243,
                    "loc": {
                      "start": {
                        "line": 9,
                        "column": 8
                      },
                      "end": {
                        "line": 9,
                        "column": 42
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 209,
                      "end": 212,
                      "loc": {
                        "start": {
                          "line": 9,
                          "column": 8
                        },
                        "end": {
                          "line": 9,
                          "column": 11
                        },
                        "identifierName": "dir"
                      },
                      "name": "dir",
                      "leadingComments": null
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 215,
                      "end": 243,
                      "loc": {
                        "start": {
                          "line": 9,
                          "column": 14
                        },
                        "end": {
                          "line": 9,
                          "column": 42
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 215,
                        "end": 233,
                        "loc": {
                          "start": {
                            "line": 9,
                            "column": 14
                          },
                          "end": {
                            "line": 9,
                            "column": 32
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 215,
                          "end": 229,
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 14
                            },
                            "end": {
                              "line": 9,
                              "column": 28
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 215,
                            "end": 227,
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 14
                              },
                              "end": {
                                "line": 9,
                                "column": 26
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 215,
                              "end": 221,
                              "loc": {
                                "start": {
                                  "line": 9,
                                  "column": 14
                                },
                                "end": {
                                  "line": 9,
                                  "column": 20
                                },
                                "identifierName": "endPos"
                              },
                              "name": "endPos"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 222,
                              "end": 227,
                              "loc": {
                                "start": {
                                  "line": 9,
                                  "column": 21
                                },
                                "end": {
                                  "line": 9,
                                  "column": 26
                                },
                                "identifierName": "clone"
                              },
                              "name": "clone"
                            },
                            "computed": false
                          },
                          "arguments": []
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 230,
                          "end": 233,
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 29
                            },
                            "end": {
                              "line": 9,
                              "column": 32
                            },
                            "identifierName": "sub"
                          },
                          "name": "sub"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 234,
                          "end": 242,
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 33
                            },
                            "end": {
                              "line": 9,
                              "column": 41
                            },
                            "identifierName": "startPos"
                          },
                          "name": "startPos"
                        }
                      ]
                    },
                    "leadingComments": null
                  }
                ],
                "kind": "var",
                "leadingComments": [
                  {
                    "type": "CommentLine",
                    "value": "should we create a line or an arc",
                    "start": 165,
                    "end": 200,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 4
                      },
                      "end": {
                        "line": 8,
                        "column": 39
                      }
                    }
                  }
                ]
              },
              {
                "type": "VariableDeclaration",
                "start": 249,
                "end": 326,
                "loc": {
                  "start": {
                    "line": 10,
                    "column": 4
                  },
                  "end": {
                    "line": 10,
                    "column": 81
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 253,
                    "end": 325,
                    "loc": {
                      "start": {
                        "line": 10,
                        "column": 8
                      },
                      "end": {
                        "line": 10,
                        "column": 80
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 253,
                      "end": 259,
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 8
                        },
                        "end": {
                          "line": 10,
                          "column": 14
                        },
                        "identifierName": "onLine"
                      },
                      "name": "onLine"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 262,
                      "end": 325,
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 17
                        },
                        "end": {
                          "line": 10,
                          "column": 80
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 262,
                        "end": 282,
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 17
                          },
                          "end": {
                            "line": 10,
                            "column": 37
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 262,
                          "end": 278,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 17
                            },
                            "end": {
                              "line": 10,
                              "column": 33
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 262,
                            "end": 276,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 17
                              },
                              "end": {
                                "line": 10,
                                "column": 31
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 262,
                              "end": 270,
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 17
                                },
                                "end": {
                                  "line": 10,
                                  "column": 25
                                },
                                "identifierName": "startPos"
                              },
                              "name": "startPos"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 271,
                              "end": 276,
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 26
                                },
                                "end": {
                                  "line": 10,
                                  "column": 31
                                },
                                "identifierName": "clone"
                              },
                              "name": "clone"
                            },
                            "computed": false
                          },
                          "arguments": []
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 279,
                          "end": 282,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 34
                            },
                            "end": {
                              "line": 10,
                              "column": 37
                            },
                            "identifierName": "add"
                          },
                          "name": "add"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "CallExpression",
                          "start": 283,
                          "end": 324,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 38
                            },
                            "end": {
                              "line": 10,
                              "column": 79
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 283,
                            "end": 310,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 38
                              },
                              "end": {
                                "line": 10,
                                "column": 65
                              }
                            },
                            "object": {
                              "type": "CallExpression",
                              "start": 283,
                              "end": 294,
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 38
                                },
                                "end": {
                                  "line": 10,
                                  "column": 49
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 283,
                                "end": 292,
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 38
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 47
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 283,
                                  "end": 286,
                                  "loc": {
                                    "start": {
                                      "line": 10,
                                      "column": 38
                                    },
                                    "end": {
                                      "line": 10,
                                      "column": 41
                                    },
                                    "identifierName": "dir"
                                  },
                                  "name": "dir"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 287,
                                  "end": 292,
                                  "loc": {
                                    "start": {
                                      "line": 10,
                                      "column": 42
                                    },
                                    "end": {
                                      "line": 10,
                                      "column": 47
                                    },
                                    "identifierName": "clone"
                                  },
                                  "name": "clone"
                                },
                                "computed": false
                              },
                              "arguments": []
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 295,
                              "end": 310,
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 50
                                },
                                "end": {
                                  "line": 10,
                                  "column": 65
                                },
                                "identifierName": "projectOnVector"
                              },
                              "name": "projectOnVector"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 311,
                              "end": 323,
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 66
                                },
                                "end": {
                                  "line": 10,
                                  "column": 78
                                },
                                "identifierName": "startTangent"
                              },
                              "name": "startTangent"
                            }
                          ]
                        }
                      ]
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "VariableDeclaration",
                "start": 331,
                "end": 370,
                "loc": {
                  "start": {
                    "line": 11,
                    "column": 4
                  },
                  "end": {
                    "line": 11,
                    "column": 43
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 335,
                    "end": 369,
                    "loc": {
                      "start": {
                        "line": 11,
                        "column": 8
                      },
                      "end": {
                        "line": 11,
                        "column": 42
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 335,
                      "end": 341,
                      "loc": {
                        "start": {
                          "line": 11,
                          "column": 8
                        },
                        "end": {
                          "line": 11,
                          "column": 14
                        },
                        "identifierName": "height"
                      },
                      "name": "height"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 344,
                      "end": 369,
                      "loc": {
                        "start": {
                          "line": 11,
                          "column": 17
                        },
                        "end": {
                          "line": 11,
                          "column": 42
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 344,
                        "end": 361,
                        "loc": {
                          "start": {
                            "line": 11,
                            "column": 17
                          },
                          "end": {
                            "line": 11,
                            "column": 34
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 344,
                          "end": 350,
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 17
                            },
                            "end": {
                              "line": 11,
                              "column": 23
                            },
                            "identifierName": "onLine"
                          },
                          "name": "onLine"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 351,
                          "end": 361,
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 24
                            },
                            "end": {
                              "line": 11,
                              "column": 34
                            },
                            "identifierName": "distanceTo"
                          },
                          "name": "distanceTo"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 362,
                          "end": 368,
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 35
                            },
                            "end": {
                              "line": 11,
                              "column": 41
                            },
                            "identifierName": "endPos"
                          },
                          "name": "endPos"
                        }
                      ]
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "VariableDeclaration",
                "start": 375,
                "end": 429,
                "loc": {
                  "start": {
                    "line": 12,
                    "column": 4
                  },
                  "end": {
                    "line": 12,
                    "column": 58
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 379,
                    "end": 428,
                    "loc": {
                      "start": {
                        "line": 12,
                        "column": 8
                      },
                      "end": {
                        "line": 12,
                        "column": 57
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 379,
                      "end": 387,
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 8
                        },
                        "end": {
                          "line": 12,
                          "column": 16
                        },
                        "identifierName": "isLinear"
                      },
                      "name": "isLinear"
                    },
                    "init": {
                      "type": "BinaryExpression",
                      "start": 391,
                      "end": 427,
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 20
                        },
                        "end": {
                          "line": 12,
                          "column": 56
                        }
                      },
                      "left": {
                        "type": "Identifier",
                        "start": 391,
                        "end": 397,
                        "loc": {
                          "start": {
                            "line": 12,
                            "column": 20
                          },
                          "end": {
                            "line": 12,
                            "column": 26
                          },
                          "identifierName": "height"
                        },
                        "name": "height"
                      },
                      "operator": "<=",
                      "right": {
                        "type": "BinaryExpression",
                        "start": 401,
                        "end": 427,
                        "loc": {
                          "start": {
                            "line": 12,
                            "column": 30
                          },
                          "end": {
                            "line": 12,
                            "column": 56
                          }
                        },
                        "left": {
                          "type": "BinaryExpression",
                          "start": 401,
                          "end": 420,
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 30
                            },
                            "end": {
                              "line": 12,
                              "column": 49
                            }
                          },
                          "left": {
                            "type": "CallExpression",
                            "start": 401,
                            "end": 413,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 30
                              },
                              "end": {
                                "line": 12,
                                "column": 42
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 401,
                              "end": 411,
                              "loc": {
                                "start": {
                                  "line": 12,
                                  "column": 30
                                },
                                "end": {
                                  "line": 12,
                                  "column": 40
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 401,
                                "end": 404,
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 33
                                  },
                                  "identifierName": "dir"
                                },
                                "name": "dir"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 405,
                                "end": 411,
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 40
                                  },
                                  "identifierName": "length"
                                },
                                "name": "length"
                              },
                              "computed": false
                            },
                            "arguments": []
                          },
                          "operator": "*",
                          "right": {
                            "type": "NumericLiteral",
                            "start": 416,
                            "end": 420,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 45
                              },
                              "end": {
                                "line": 12,
                                "column": 49
                              }
                            },
                            "extra": {
                              "rawValue": 0.001,
                              "raw": "1e-3"
                            },
                            "value": 0.001
                          }
                        },
                        "operator": "+",
                        "right": {
                          "type": "NumericLiteral",
                          "start": 423,
                          "end": 427,
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 52
                            },
                            "end": {
                              "line": 12,
                              "column": 56
                            }
                          },
                          "extra": {
                            "rawValue": 0.001,
                            "raw": "1e-3"
                          },
                          "value": 0.001
                        }
                      },
                      "extra": {
                        "parenthesized": true,
                        "parenStart": 390
                      }
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "IfStatement",
                "start": 435,
                "end": 913,
                "loc": {
                  "start": {
                    "line": 14,
                    "column": 4
                  },
                  "end": {
                    "line": 23,
                    "column": 5
                  }
                },
                "test": {
                  "type": "Identifier",
                  "start": 439,
                  "end": 447,
                  "loc": {
                    "start": {
                      "line": 14,
                      "column": 8
                    },
                    "end": {
                      "line": 14,
                      "column": 16
                    },
                    "identifierName": "isLinear"
                  },
                  "name": "isLinear"
                },
                "consequent": {
                  "type": "ReturnStatement",
                  "start": 457,
                  "end": 495,
                  "loc": {
                    "start": {
                      "line": 15,
                      "column": 8
                    },
                    "end": {
                      "line": 15,
                      "column": 46
                    }
                  },
                  "argument": {
                    "type": "ObjectExpression",
                    "start": 464,
                    "end": 494,
                    "loc": {
                      "start": {
                        "line": 15,
                        "column": 15
                      },
                      "end": {
                        "line": 15,
                        "column": 45
                      }
                    },
                    "properties": [
                      {
                        "type": "ObjectProperty",
                        "start": 465,
                        "end": 480,
                        "loc": {
                          "start": {
                            "line": 15,
                            "column": 16
                          },
                          "end": {
                            "line": 15,
                            "column": 31
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 465,
                          "end": 470,
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 16
                            },
                            "end": {
                              "line": 15,
                              "column": 21
                            },
                            "identifierName": "start"
                          },
                          "name": "start"
                        },
                        "value": {
                          "type": "Identifier",
                          "start": 472,
                          "end": 480,
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 23
                            },
                            "end": {
                              "line": 15,
                              "column": 31
                            },
                            "identifierName": "startPos"
                          },
                          "name": "startPos"
                        }
                      },
                      {
                        "type": "ObjectProperty",
                        "start": 482,
                        "end": 493,
                        "loc": {
                          "start": {
                            "line": 15,
                            "column": 33
                          },
                          "end": {
                            "line": 15,
                            "column": 44
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 482,
                          "end": 485,
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 33
                            },
                            "end": {
                              "line": 15,
                              "column": 36
                            },
                            "identifierName": "end"
                          },
                          "name": "end"
                        },
                        "value": {
                          "type": "Identifier",
                          "start": 487,
                          "end": 493,
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 38
                            },
                            "end": {
                              "line": 15,
                              "column": 44
                            },
                            "identifierName": "endPos"
                          },
                          "name": "endPos"
                        }
                      }
                    ]
                  }
                },
                "alternate": {
                  "type": "BlockStatement",
                  "start": 505,
                  "end": 913,
                  "loc": {
                    "start": {
                      "line": 16,
                      "column": 9
                    },
                    "end": {
                      "line": 23,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 579,
                      "end": 631,
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 8
                        },
                        "end": {
                          "line": 18,
                          "column": 60
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 583,
                          "end": 630,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 12
                            },
                            "end": {
                              "line": 18,
                              "column": 59
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 583,
                            "end": 589,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 12
                              },
                              "end": {
                                "line": 18,
                                "column": 18
                              },
                              "identifierName": "normal"
                            },
                            "name": "normal",
                            "leadingComments": null
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 592,
                            "end": 630,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 21
                              },
                              "end": {
                                "line": 18,
                                "column": 59
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 592,
                              "end": 628,
                              "loc": {
                                "start": {
                                  "line": 18,
                                  "column": 21
                                },
                                "end": {
                                  "line": 18,
                                  "column": 57
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 592,
                                "end": 618,
                                "loc": {
                                  "start": {
                                    "line": 18,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 18,
                                    "column": 47
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 592,
                                  "end": 610,
                                  "loc": {
                                    "start": {
                                      "line": 18,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 18,
                                      "column": 39
                                    }
                                  },
                                  "object": {
                                    "type": "CallExpression",
                                    "start": 592,
                                    "end": 606,
                                    "loc": {
                                      "start": {
                                        "line": 18,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 18,
                                        "column": 35
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 592,
                                      "end": 604,
                                      "loc": {
                                        "start": {
                                          "line": 18,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 18,
                                          "column": 33
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 592,
                                        "end": 598,
                                        "loc": {
                                          "start": {
                                            "line": 18,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 18,
                                            "column": 27
                                          },
                                          "identifierName": "endPos"
                                        },
                                        "name": "endPos"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 599,
                                        "end": 604,
                                        "loc": {
                                          "start": {
                                            "line": 18,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 18,
                                            "column": 33
                                          },
                                          "identifierName": "clone"
                                        },
                                        "name": "clone"
                                      },
                                      "computed": false
                                    },
                                    "arguments": []
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 607,
                                    "end": 610,
                                    "loc": {
                                      "start": {
                                        "line": 18,
                                        "column": 36
                                      },
                                      "end": {
                                        "line": 18,
                                        "column": 39
                                      },
                                      "identifierName": "sub"
                                    },
                                    "name": "sub"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 611,
                                    "end": 617,
                                    "loc": {
                                      "start": {
                                        "line": 18,
                                        "column": 40
                                      },
                                      "end": {
                                        "line": 18,
                                        "column": 46
                                      },
                                      "identifierName": "onLine"
                                    },
                                    "name": "onLine"
                                  }
                                ]
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 619,
                                "end": 628,
                                "loc": {
                                  "start": {
                                    "line": 18,
                                    "column": 48
                                  },
                                  "end": {
                                    "line": 18,
                                    "column": 57
                                  },
                                  "identifierName": "normalize"
                                },
                                "name": "normalize"
                              },
                              "computed": false
                            },
                            "arguments": []
                          },
                          "leadingComments": null
                        }
                      ],
                      "kind": "var",
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": "the ugly math of getting center point and orientation",
                          "start": 515,
                          "end": 570,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 8
                            },
                            "end": {
                              "line": 17,
                              "column": 63
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 640,
                      "end": 701,
                      "loc": {
                        "start": {
                          "line": 19,
                          "column": 8
                        },
                        "end": {
                          "line": 19,
                          "column": 69
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 644,
                          "end": 700,
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 12
                            },
                            "end": {
                              "line": 19,
                              "column": 68
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 644,
                            "end": 648,
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 12
                              },
                              "end": {
                                "line": 19,
                                "column": 16
                              },
                              "identifierName": "dist"
                            },
                            "name": "dist"
                          },
                          "init": {
                            "type": "BinaryExpression",
                            "start": 651,
                            "end": 700,
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 19
                              },
                              "end": {
                                "line": 19,
                                "column": 68
                              }
                            },
                            "left": {
                              "type": "CallExpression",
                              "start": 651,
                              "end": 685,
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 19
                                },
                                "end": {
                                  "line": 19,
                                  "column": 53
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 651,
                                "end": 675,
                                "loc": {
                                  "start": {
                                    "line": 19,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 19,
                                    "column": 43
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 651,
                                  "end": 657,
                                  "loc": {
                                    "start": {
                                      "line": 19,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 25
                                    },
                                    "identifierName": "endPos"
                                  },
                                  "name": "endPos"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 658,
                                  "end": 675,
                                  "loc": {
                                    "start": {
                                      "line": 19,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 43
                                    },
                                    "identifierName": "distanceToSquared"
                                  },
                                  "name": "distanceToSquared"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 676,
                                  "end": 684,
                                  "loc": {
                                    "start": {
                                      "line": 19,
                                      "column": 44
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 52
                                    },
                                    "identifierName": "startPos"
                                  },
                                  "name": "startPos"
                                }
                              ]
                            },
                            "operator": "/",
                            "right": {
                              "type": "BinaryExpression",
                              "start": 689,
                              "end": 699,
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 57
                                },
                                "end": {
                                  "line": 19,
                                  "column": 67
                                }
                              },
                              "left": {
                                "type": "NumericLiteral",
                                "start": 689,
                                "end": 690,
                                "loc": {
                                  "start": {
                                    "line": 19,
                                    "column": 57
                                  },
                                  "end": {
                                    "line": 19,
                                    "column": 58
                                  }
                                },
                                "extra": {
                                  "rawValue": 2,
                                  "raw": "2"
                                },
                                "value": 2
                              },
                              "operator": "*",
                              "right": {
                                "type": "Identifier",
                                "start": 693,
                                "end": 699,
                                "loc": {
                                  "start": {
                                    "line": 19,
                                    "column": 61
                                  },
                                  "end": {
                                    "line": 19,
                                    "column": 67
                                  },
                                  "identifierName": "height"
                                },
                                "name": "height"
                              },
                              "extra": {
                                "parenthesized": true,
                                "parenStart": 688
                              }
                            }
                          }
                        }
                      ],
                      "kind": "var"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 710,
                      "end": 752,
                      "loc": {
                        "start": {
                          "line": 20,
                          "column": 8
                        },
                        "end": {
                          "line": 20,
                          "column": 50
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 714,
                          "end": 751,
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 12
                            },
                            "end": {
                              "line": 20,
                              "column": 49
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 714,
                            "end": 719,
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 12
                              },
                              "end": {
                                "line": 20,
                                "column": 17
                              },
                              "identifierName": "cross"
                            },
                            "name": "cross"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 722,
                            "end": 751,
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 20
                              },
                              "end": {
                                "line": 20,
                                "column": 49
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 722,
                              "end": 729,
                              "loc": {
                                "start": {
                                  "line": 20,
                                  "column": 20
                                },
                                "end": {
                                  "line": 20,
                                  "column": 27
                                },
                                "identifierName": "cross2d"
                              },
                              "name": "cross2d"
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 730,
                                "end": 736,
                                "loc": {
                                  "start": {
                                    "line": 20,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 20,
                                    "column": 34
                                  },
                                  "identifierName": "normal"
                                },
                                "name": "normal"
                              },
                              {
                                "type": "Identifier",
                                "start": 738,
                                "end": 750,
                                "loc": {
                                  "start": {
                                    "line": 20,
                                    "column": 36
                                  },
                                  "end": {
                                    "line": 20,
                                    "column": 48
                                  },
                                  "identifierName": "startTangent"
                                },
                                "name": "startTangent"
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "var"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 761,
                      "end": 821,
                      "loc": {
                        "start": {
                          "line": 21,
                          "column": 8
                        },
                        "end": {
                          "line": 21,
                          "column": 68
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 765,
                          "end": 820,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 12
                            },
                            "end": {
                              "line": 21,
                              "column": 67
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 765,
                            "end": 768,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 12
                              },
                              "end": {
                                "line": 21,
                                "column": 15
                              },
                              "identifierName": "ctr"
                            },
                            "name": "ctr"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 771,
                            "end": 820,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 18
                              },
                              "end": {
                                "line": 21,
                                "column": 67
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 771,
                              "end": 810,
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 18
                                },
                                "end": {
                                  "line": 21,
                                  "column": 57
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 771,
                                "end": 806,
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 53
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 771,
                                  "end": 800,
                                  "loc": {
                                    "start": {
                                      "line": 21,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 21,
                                      "column": 47
                                    }
                                  },
                                  "object": {
                                    "type": "CallExpression",
                                    "start": 771,
                                    "end": 785,
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 32
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 771,
                                      "end": 783,
                                      "loc": {
                                        "start": {
                                          "line": 21,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 21,
                                          "column": 30
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 771,
                                        "end": 777,
                                        "loc": {
                                          "start": {
                                            "line": 21,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 21,
                                            "column": 24
                                          },
                                          "identifierName": "normal"
                                        },
                                        "name": "normal"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 778,
                                        "end": 783,
                                        "loc": {
                                          "start": {
                                            "line": 21,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 21,
                                            "column": 30
                                          },
                                          "identifierName": "clone"
                                        },
                                        "name": "clone"
                                      },
                                      "computed": false
                                    },
                                    "arguments": []
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 786,
                                    "end": 800,
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 47
                                      },
                                      "identifierName": "multiplyScalar"
                                    },
                                    "name": "multiplyScalar"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 801,
                                    "end": 805,
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 48
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 52
                                      },
                                      "identifierName": "dist"
                                    },
                                    "name": "dist"
                                  }
                                ]
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 807,
                                "end": 810,
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 54
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 57
                                  },
                                  "identifierName": "add"
                                },
                                "name": "add"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 811,
                                "end": 819,
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 58
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 66
                                  },
                                  "identifierName": "startPos"
                                },
                                "name": "startPos"
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "var"
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 830,
                      "end": 907,
                      "loc": {
                        "start": {
                          "line": 22,
                          "column": 8
                        },
                        "end": {
                          "line": 22,
                          "column": 85
                        }
                      },
                      "argument": {
                        "type": "ObjectExpression",
                        "start": 837,
                        "end": 906,
                        "loc": {
                          "start": {
                            "line": 22,
                            "column": 15
                          },
                          "end": {
                            "line": 22,
                            "column": 84
                          }
                        },
                        "properties": [
                          {
                            "type": "ObjectProperty",
                            "start": 838,
                            "end": 853,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 16
                              },
                              "end": {
                                "line": 22,
                                "column": 31
                              }
                            },
                            "method": false,
                            "shorthand": false,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 838,
                              "end": 843,
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 16
                                },
                                "end": {
                                  "line": 22,
                                  "column": 21
                                },
                                "identifierName": "start"
                              },
                              "name": "start"
                            },
                            "value": {
                              "type": "Identifier",
                              "start": 845,
                              "end": 853,
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 23
                                },
                                "end": {
                                  "line": 22,
                                  "column": 31
                                },
                                "identifierName": "startPos"
                              },
                              "name": "startPos"
                            }
                          },
                          {
                            "type": "ObjectProperty",
                            "start": 855,
                            "end": 866,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 33
                              },
                              "end": {
                                "line": 22,
                                "column": 44
                              }
                            },
                            "method": false,
                            "shorthand": false,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 855,
                              "end": 858,
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 33
                                },
                                "end": {
                                  "line": 22,
                                  "column": 36
                                },
                                "identifierName": "end"
                              },
                              "name": "end"
                            },
                            "value": {
                              "type": "Identifier",
                              "start": 860,
                              "end": 866,
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 38
                                },
                                "end": {
                                  "line": 22,
                                  "column": 44
                                },
                                "identifierName": "endPos"
                              },
                              "name": "endPos"
                            }
                          },
                          {
                            "type": "ObjectProperty",
                            "start": 868,
                            "end": 879,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 46
                              },
                              "end": {
                                "line": 22,
                                "column": 57
                              }
                            },
                            "method": false,
                            "shorthand": false,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 868,
                              "end": 874,
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 46
                                },
                                "end": {
                                  "line": 22,
                                  "column": 52
                                },
                                "identifierName": "center"
                              },
                              "name": "center"
                            },
                            "value": {
                              "type": "Identifier",
                              "start": 876,
                              "end": 879,
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 54
                                },
                                "end": {
                                  "line": 22,
                                  "column": 57
                                },
                                "identifierName": "ctr"
                              },
                              "name": "ctr"
                            }
                          },
                          {
                            "type": "ObjectProperty",
                            "start": 881,
                            "end": 905,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 59
                              },
                              "end": {
                                "line": 22,
                                "column": 83
                              }
                            },
                            "method": false,
                            "shorthand": false,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 881,
                              "end": 890,
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 59
                                },
                                "end": {
                                  "line": 22,
                                  "column": 68
                                },
                                "identifierName": "clockwise"
                              },
                              "name": "clockwise"
                            },
                            "value": {
                              "type": "BinaryExpression",
                              "start": 893,
                              "end": 904,
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 71
                                },
                                "end": {
                                  "line": 22,
                                  "column": 82
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 893,
                                "end": 898,
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 71
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 76
                                  },
                                  "identifierName": "cross"
                                },
                                "name": "cross"
                              },
                              "operator": ">",
                              "right": {
                                "type": "NumericLiteral",
                                "start": 901,
                                "end": 904,
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 79
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 82
                                  }
                                },
                                "extra": {
                                  "rawValue": 0,
                                  "raw": "0.0"
                                },
                                "value": 0
                              },
                              "extra": {
                                "parenthesized": true,
                                "parenStart": 892
                              }
                            }
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                }
              }
            ],
            "directives": [],
            "trailingComments": null
          },
          "trailingComments": [
            {
              "type": "CommentLine",
              "value": "Note: position of center is only partly used and may change",
              "start": 917,
              "end": 978,
              "loc": {
                "start": {
                  "line": 26,
                  "column": 0
                },
                "end": {
                  "line": 26,
                  "column": 61
                }
              }
            }
          ],
          "leadingComments": []
        },
        "trailingComments": [
          {
            "type": "CommentLine",
            "value": "Note: position of center is only partly used and may change",
            "start": 917,
            "end": 978,
            "loc": {
              "start": {
                "line": 26,
                "column": 0
              },
              "end": {
                "line": 26,
                "column": 61
              }
            }
          }
        ]
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 979,
        "end": 1495,
        "loc": {
          "start": {
            "line": 27,
            "column": 0
          },
          "end": {
            "line": 36,
            "column": 1
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "FunctionDeclaration",
          "start": 986,
          "end": 1495,
          "loc": {
            "start": {
              "line": 27,
              "column": 7
            },
            "end": {
              "line": 36,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 995,
            "end": 1011,
            "loc": {
              "start": {
                "line": 27,
                "column": 16
              },
              "end": {
                "line": 27,
                "column": 32
              },
              "identifierName": "drawArcBy_S_E_Ch"
            },
            "name": "drawArcBy_S_E_Ch",
            "leadingComments": null
          },
          "generator": false,
          "expression": false,
          "async": false,
          "params": [
            {
              "type": "Identifier",
              "start": 1012,
              "end": 1020,
              "loc": {
                "start": {
                  "line": 27,
                  "column": 33
                },
                "end": {
                  "line": 27,
                  "column": 41
                },
                "identifierName": "startPos"
              },
              "name": "startPos"
            },
            {
              "type": "Identifier",
              "start": 1022,
              "end": 1028,
              "loc": {
                "start": {
                  "line": 27,
                  "column": 43
                },
                "end": {
                  "line": 27,
                  "column": 49
                },
                "identifierName": "endPos"
              },
              "name": "endPos"
            },
            {
              "type": "Identifier",
              "start": 1030,
              "end": 1043,
              "loc": {
                "start": {
                  "line": 27,
                  "column": 51
                },
                "end": {
                  "line": 27,
                  "column": 64
                },
                "identifierName": "centerPosHint"
              },
              "name": "centerPosHint"
            },
            {
              "type": "Identifier",
              "start": 1045,
              "end": 1055,
              "loc": {
                "start": {
                  "line": 27,
                  "column": 66
                },
                "end": {
                  "line": 27,
                  "column": 76
                },
                "identifierName": "takeLarger"
              },
              "name": "takeLarger"
            }
          ],
          "body": {
            "type": "BlockStatement",
            "start": 1057,
            "end": 1495,
            "loc": {
              "start": {
                "line": 27,
                "column": 78
              },
              "end": {
                "line": 36,
                "column": 1
              }
            },
            "body": [
              {
                "type": "VariableDeclaration",
                "start": 1063,
                "end": 1118,
                "loc": {
                  "start": {
                    "line": 28,
                    "column": 4
                  },
                  "end": {
                    "line": 28,
                    "column": 59
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 1067,
                    "end": 1117,
                    "loc": {
                      "start": {
                        "line": 28,
                        "column": 8
                      },
                      "end": {
                        "line": 28,
                        "column": 58
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 1067,
                      "end": 1070,
                      "loc": {
                        "start": {
                          "line": 28,
                          "column": 8
                        },
                        "end": {
                          "line": 28,
                          "column": 11
                        },
                        "identifierName": "mid"
                      },
                      "name": "mid"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 1073,
                      "end": 1117,
                      "loc": {
                        "start": {
                          "line": 28,
                          "column": 14
                        },
                        "end": {
                          "line": 28,
                          "column": 58
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 1073,
                        "end": 1114,
                        "loc": {
                          "start": {
                            "line": 28,
                            "column": 14
                          },
                          "end": {
                            "line": 28,
                            "column": 55
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 1073,
                          "end": 1101,
                          "loc": {
                            "start": {
                              "line": 28,
                              "column": 14
                            },
                            "end": {
                              "line": 28,
                              "column": 42
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 1073,
                            "end": 1091,
                            "loc": {
                              "start": {
                                "line": 28,
                                "column": 14
                              },
                              "end": {
                                "line": 28,
                                "column": 32
                              }
                            },
                            "object": {
                              "type": "CallExpression",
                              "start": 1073,
                              "end": 1087,
                              "loc": {
                                "start": {
                                  "line": 28,
                                  "column": 14
                                },
                                "end": {
                                  "line": 28,
                                  "column": 28
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 1073,
                                "end": 1085,
                                "loc": {
                                  "start": {
                                    "line": 28,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 28,
                                    "column": 26
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 1073,
                                  "end": 1079,
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 14
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 20
                                    },
                                    "identifierName": "endPos"
                                  },
                                  "name": "endPos"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1080,
                                  "end": 1085,
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 26
                                    },
                                    "identifierName": "clone"
                                  },
                                  "name": "clone"
                                },
                                "computed": false
                              },
                              "arguments": []
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1088,
                              "end": 1091,
                              "loc": {
                                "start": {
                                  "line": 28,
                                  "column": 29
                                },
                                "end": {
                                  "line": 28,
                                  "column": 32
                                },
                                "identifierName": "add"
                              },
                              "name": "add"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 1092,
                              "end": 1100,
                              "loc": {
                                "start": {
                                  "line": 28,
                                  "column": 33
                                },
                                "end": {
                                  "line": 28,
                                  "column": 41
                                },
                                "identifierName": "startPos"
                              },
                              "name": "startPos"
                            }
                          ]
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1102,
                          "end": 1114,
                          "loc": {
                            "start": {
                              "line": 28,
                              "column": 43
                            },
                            "end": {
                              "line": 28,
                              "column": 55
                            },
                            "identifierName": "divideScalar"
                          },
                          "name": "divideScalar"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "NumericLiteral",
                          "start": 1115,
                          "end": 1116,
                          "loc": {
                            "start": {
                              "line": 28,
                              "column": 56
                            },
                            "end": {
                              "line": 28,
                              "column": 57
                            }
                          },
                          "extra": {
                            "rawValue": 2,
                            "raw": "2"
                          },
                          "value": 2
                        }
                      ]
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "VariableDeclaration",
                "start": 1123,
                "end": 1162,
                "loc": {
                  "start": {
                    "line": 29,
                    "column": 4
                  },
                  "end": {
                    "line": 29,
                    "column": 43
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 1127,
                    "end": 1161,
                    "loc": {
                      "start": {
                        "line": 29,
                        "column": 8
                      },
                      "end": {
                        "line": 29,
                        "column": 42
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 1127,
                      "end": 1130,
                      "loc": {
                        "start": {
                          "line": 29,
                          "column": 8
                        },
                        "end": {
                          "line": 29,
                          "column": 11
                        },
                        "identifierName": "dir"
                      },
                      "name": "dir"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 1133,
                      "end": 1161,
                      "loc": {
                        "start": {
                          "line": 29,
                          "column": 14
                        },
                        "end": {
                          "line": 29,
                          "column": 42
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 1133,
                        "end": 1151,
                        "loc": {
                          "start": {
                            "line": 29,
                            "column": 14
                          },
                          "end": {
                            "line": 29,
                            "column": 32
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 1133,
                          "end": 1147,
                          "loc": {
                            "start": {
                              "line": 29,
                              "column": 14
                            },
                            "end": {
                              "line": 29,
                              "column": 28
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 1133,
                            "end": 1145,
                            "loc": {
                              "start": {
                                "line": 29,
                                "column": 14
                              },
                              "end": {
                                "line": 29,
                                "column": 26
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 1133,
                              "end": 1139,
                              "loc": {
                                "start": {
                                  "line": 29,
                                  "column": 14
                                },
                                "end": {
                                  "line": 29,
                                  "column": 20
                                },
                                "identifierName": "endPos"
                              },
                              "name": "endPos"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1140,
                              "end": 1145,
                              "loc": {
                                "start": {
                                  "line": 29,
                                  "column": 21
                                },
                                "end": {
                                  "line": 29,
                                  "column": 26
                                },
                                "identifierName": "clone"
                              },
                              "name": "clone"
                            },
                            "computed": false
                          },
                          "arguments": []
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1148,
                          "end": 1151,
                          "loc": {
                            "start": {
                              "line": 29,
                              "column": 29
                            },
                            "end": {
                              "line": 29,
                              "column": 32
                            },
                            "identifierName": "sub"
                          },
                          "name": "sub"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 1152,
                          "end": 1160,
                          "loc": {
                            "start": {
                              "line": 29,
                              "column": 33
                            },
                            "end": {
                              "line": 29,
                              "column": 41
                            },
                            "identifierName": "startPos"
                          },
                          "name": "startPos"
                        }
                      ]
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "VariableDeclaration",
                "start": 1167,
                "end": 1215,
                "loc": {
                  "start": {
                    "line": 30,
                    "column": 4
                  },
                  "end": {
                    "line": 30,
                    "column": 52
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 1171,
                    "end": 1214,
                    "loc": {
                      "start": {
                        "line": 30,
                        "column": 8
                      },
                      "end": {
                        "line": 30,
                        "column": 51
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 1171,
                      "end": 1174,
                      "loc": {
                        "start": {
                          "line": 30,
                          "column": 8
                        },
                        "end": {
                          "line": 30,
                          "column": 11
                        },
                        "identifierName": "per"
                      },
                      "name": "per"
                    },
                    "init": {
                      "type": "NewExpression",
                      "start": 1177,
                      "end": 1214,
                      "loc": {
                        "start": {
                          "line": 30,
                          "column": 14
                        },
                        "end": {
                          "line": 30,
                          "column": 51
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 1181,
                        "end": 1194,
                        "loc": {
                          "start": {
                            "line": 30,
                            "column": 18
                          },
                          "end": {
                            "line": 30,
                            "column": 31
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 1181,
                          "end": 1186,
                          "loc": {
                            "start": {
                              "line": 30,
                              "column": 18
                            },
                            "end": {
                              "line": 30,
                              "column": 23
                            },
                            "identifierName": "THREE"
                          },
                          "name": "THREE"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1187,
                          "end": 1194,
                          "loc": {
                            "start": {
                              "line": 30,
                              "column": 24
                            },
                            "end": {
                              "line": 30,
                              "column": 31
                            },
                            "identifierName": "Vector3"
                          },
                          "name": "Vector3"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "UnaryExpression",
                          "start": 1195,
                          "end": 1201,
                          "loc": {
                            "start": {
                              "line": 30,
                              "column": 32
                            },
                            "end": {
                              "line": 30,
                              "column": 38
                            }
                          },
                          "operator": "-",
                          "prefix": true,
                          "argument": {
                            "type": "MemberExpression",
                            "start": 1196,
                            "end": 1201,
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 33
                              },
                              "end": {
                                "line": 30,
                                "column": 38
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 1196,
                              "end": 1199,
                              "loc": {
                                "start": {
                                  "line": 30,
                                  "column": 33
                                },
                                "end": {
                                  "line": 30,
                                  "column": 36
                                },
                                "identifierName": "dir"
                              },
                              "name": "dir"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1200,
                              "end": 1201,
                              "loc": {
                                "start": {
                                  "line": 30,
                                  "column": 37
                                },
                                "end": {
                                  "line": 30,
                                  "column": 38
                                },
                                "identifierName": "y"
                              },
                              "name": "y"
                            },
                            "computed": false
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          }
                        },
                        {
                          "type": "MemberExpression",
                          "start": 1203,
                          "end": 1208,
                          "loc": {
                            "start": {
                              "line": 30,
                              "column": 40
                            },
                            "end": {
                              "line": 30,
                              "column": 45
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 1203,
                            "end": 1206,
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 40
                              },
                              "end": {
                                "line": 30,
                                "column": 43
                              },
                              "identifierName": "dir"
                            },
                            "name": "dir"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1207,
                            "end": 1208,
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 44
                              },
                              "end": {
                                "line": 30,
                                "column": 45
                              },
                              "identifierName": "x"
                            },
                            "name": "x"
                          },
                          "computed": false
                        },
                        {
                          "type": "NumericLiteral",
                          "start": 1210,
                          "end": 1213,
                          "loc": {
                            "start": {
                              "line": 30,
                              "column": 47
                            },
                            "end": {
                              "line": 30,
                              "column": 50
                            }
                          },
                          "extra": {
                            "rawValue": 0,
                            "raw": "0.0"
                          },
                          "value": 0
                        }
                      ]
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "VariableDeclaration",
                "start": 1220,
                "end": 1267,
                "loc": {
                  "start": {
                    "line": 31,
                    "column": 4
                  },
                  "end": {
                    "line": 31,
                    "column": 51
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 1224,
                    "end": 1266,
                    "loc": {
                      "start": {
                        "line": 31,
                        "column": 8
                      },
                      "end": {
                        "line": 31,
                        "column": 50
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 1224,
                      "end": 1233,
                      "loc": {
                        "start": {
                          "line": 31,
                          "column": 8
                        },
                        "end": {
                          "line": 31,
                          "column": 17
                        },
                        "identifierName": "dirMidPos"
                      },
                      "name": "dirMidPos"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 1236,
                      "end": 1266,
                      "loc": {
                        "start": {
                          "line": 31,
                          "column": 20
                        },
                        "end": {
                          "line": 31,
                          "column": 50
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 1236,
                        "end": 1261,
                        "loc": {
                          "start": {
                            "line": 31,
                            "column": 20
                          },
                          "end": {
                            "line": 31,
                            "column": 45
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 1236,
                          "end": 1257,
                          "loc": {
                            "start": {
                              "line": 31,
                              "column": 20
                            },
                            "end": {
                              "line": 31,
                              "column": 41
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 1236,
                            "end": 1255,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 20
                              },
                              "end": {
                                "line": 31,
                                "column": 39
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 1236,
                              "end": 1249,
                              "loc": {
                                "start": {
                                  "line": 31,
                                  "column": 20
                                },
                                "end": {
                                  "line": 31,
                                  "column": 33
                                },
                                "identifierName": "centerPosHint"
                              },
                              "name": "centerPosHint"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1250,
                              "end": 1255,
                              "loc": {
                                "start": {
                                  "line": 31,
                                  "column": 34
                                },
                                "end": {
                                  "line": 31,
                                  "column": 39
                                },
                                "identifierName": "clone"
                              },
                              "name": "clone"
                            },
                            "computed": false
                          },
                          "arguments": []
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1258,
                          "end": 1261,
                          "loc": {
                            "start": {
                              "line": 31,
                              "column": 42
                            },
                            "end": {
                              "line": 31,
                              "column": 45
                            },
                            "identifierName": "sub"
                          },
                          "name": "sub"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 1262,
                          "end": 1265,
                          "loc": {
                            "start": {
                              "line": 31,
                              "column": 46
                            },
                            "end": {
                              "line": 31,
                              "column": 49
                            },
                            "identifierName": "mid"
                          },
                          "name": "mid"
                        }
                      ]
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "VariableDeclaration",
                "start": 1272,
                "end": 1330,
                "loc": {
                  "start": {
                    "line": 32,
                    "column": 4
                  },
                  "end": {
                    "line": 32,
                    "column": 62
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 1276,
                    "end": 1329,
                    "loc": {
                      "start": {
                        "line": 32,
                        "column": 8
                      },
                      "end": {
                        "line": 32,
                        "column": 61
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 1276,
                      "end": 1279,
                      "loc": {
                        "start": {
                          "line": 32,
                          "column": 8
                        },
                        "end": {
                          "line": 32,
                          "column": 11
                        },
                        "identifierName": "ctr"
                      },
                      "name": "ctr"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 1282,
                      "end": 1329,
                      "loc": {
                        "start": {
                          "line": 32,
                          "column": 14
                        },
                        "end": {
                          "line": 32,
                          "column": 61
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 1282,
                        "end": 1324,
                        "loc": {
                          "start": {
                            "line": 32,
                            "column": 14
                          },
                          "end": {
                            "line": 32,
                            "column": 56
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 1282,
                          "end": 1320,
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 14
                            },
                            "end": {
                              "line": 32,
                              "column": 52
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 1282,
                            "end": 1315,
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 14
                              },
                              "end": {
                                "line": 32,
                                "column": 47
                              }
                            },
                            "object": {
                              "type": "CallExpression",
                              "start": 1282,
                              "end": 1299,
                              "loc": {
                                "start": {
                                  "line": 32,
                                  "column": 14
                                },
                                "end": {
                                  "line": 32,
                                  "column": 31
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 1282,
                                "end": 1297,
                                "loc": {
                                  "start": {
                                    "line": 32,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 32,
                                    "column": 29
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 1282,
                                  "end": 1291,
                                  "loc": {
                                    "start": {
                                      "line": 32,
                                      "column": 14
                                    },
                                    "end": {
                                      "line": 32,
                                      "column": 23
                                    },
                                    "identifierName": "dirMidPos"
                                  },
                                  "name": "dirMidPos"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1292,
                                  "end": 1297,
                                  "loc": {
                                    "start": {
                                      "line": 32,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 32,
                                      "column": 29
                                    },
                                    "identifierName": "clone"
                                  },
                                  "name": "clone"
                                },
                                "computed": false
                              },
                              "arguments": []
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1300,
                              "end": 1315,
                              "loc": {
                                "start": {
                                  "line": 32,
                                  "column": 32
                                },
                                "end": {
                                  "line": 32,
                                  "column": 47
                                },
                                "identifierName": "projectOnVector"
                              },
                              "name": "projectOnVector"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 1316,
                              "end": 1319,
                              "loc": {
                                "start": {
                                  "line": 32,
                                  "column": 48
                                },
                                "end": {
                                  "line": 32,
                                  "column": 51
                                },
                                "identifierName": "per"
                              },
                              "name": "per"
                            }
                          ]
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1321,
                          "end": 1324,
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 53
                            },
                            "end": {
                              "line": 32,
                              "column": 56
                            },
                            "identifierName": "add"
                          },
                          "name": "add"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 1325,
                          "end": 1328,
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 57
                            },
                            "end": {
                              "line": 32,
                              "column": 60
                            },
                            "identifierName": "mid"
                          },
                          "name": "mid"
                        }
                      ]
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "VariableDeclaration",
                "start": 1335,
                "end": 1364,
                "loc": {
                  "start": {
                    "line": 33,
                    "column": 4
                  },
                  "end": {
                    "line": 33,
                    "column": 33
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 1339,
                    "end": 1363,
                    "loc": {
                      "start": {
                        "line": 33,
                        "column": 8
                      },
                      "end": {
                        "line": 33,
                        "column": 32
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 1339,
                      "end": 1342,
                      "loc": {
                        "start": {
                          "line": 33,
                          "column": 8
                        },
                        "end": {
                          "line": 33,
                          "column": 11
                        },
                        "identifierName": "dot"
                      },
                      "name": "dot"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 1345,
                      "end": 1363,
                      "loc": {
                        "start": {
                          "line": 33,
                          "column": 14
                        },
                        "end": {
                          "line": 33,
                          "column": 32
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 1345,
                        "end": 1358,
                        "loc": {
                          "start": {
                            "line": 33,
                            "column": 14
                          },
                          "end": {
                            "line": 33,
                            "column": 27
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 1345,
                          "end": 1354,
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 14
                            },
                            "end": {
                              "line": 33,
                              "column": 23
                            },
                            "identifierName": "dirMidPos"
                          },
                          "name": "dirMidPos"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1355,
                          "end": 1358,
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 24
                            },
                            "end": {
                              "line": 33,
                              "column": 27
                            },
                            "identifierName": "dot"
                          },
                          "name": "dot"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 1359,
                          "end": 1362,
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 28
                            },
                            "end": {
                              "line": 33,
                              "column": 31
                            },
                            "identifierName": "per"
                          },
                          "name": "per"
                        }
                      ]
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "VariableDeclaration",
                "start": 1369,
                "end": 1415,
                "loc": {
                  "start": {
                    "line": 34,
                    "column": 4
                  },
                  "end": {
                    "line": 34,
                    "column": 50
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 1373,
                    "end": 1414,
                    "loc": {
                      "start": {
                        "line": 34,
                        "column": 8
                      },
                      "end": {
                        "line": 34,
                        "column": 49
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 1373,
                      "end": 1382,
                      "loc": {
                        "start": {
                          "line": 34,
                          "column": 8
                        },
                        "end": {
                          "line": 34,
                          "column": 17
                        },
                        "identifierName": "clockwise"
                      },
                      "name": "clockwise"
                    },
                    "init": {
                      "type": "BinaryExpression",
                      "start": 1385,
                      "end": 1414,
                      "loc": {
                        "start": {
                          "line": 34,
                          "column": 20
                        },
                        "end": {
                          "line": 34,
                          "column": 49
                        }
                      },
                      "left": {
                        "type": "BinaryExpression",
                        "start": 1386,
                        "end": 1395,
                        "loc": {
                          "start": {
                            "line": 34,
                            "column": 21
                          },
                          "end": {
                            "line": 34,
                            "column": 30
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 1386,
                          "end": 1389,
                          "loc": {
                            "start": {
                              "line": 34,
                              "column": 21
                            },
                            "end": {
                              "line": 34,
                              "column": 24
                            },
                            "identifierName": "dot"
                          },
                          "name": "dot"
                        },
                        "operator": "<",
                        "right": {
                          "type": "NumericLiteral",
                          "start": 1392,
                          "end": 1395,
                          "loc": {
                            "start": {
                              "line": 34,
                              "column": 27
                            },
                            "end": {
                              "line": 34,
                              "column": 30
                            }
                          },
                          "extra": {
                            "rawValue": 0,
                            "raw": "0.0"
                          },
                          "value": 0
                        },
                        "extra": {
                          "parenthesized": true,
                          "parenStart": 1385
                        }
                      },
                      "operator": "!=",
                      "right": {
                        "type": "UnaryExpression",
                        "start": 1401,
                        "end": 1413,
                        "loc": {
                          "start": {
                            "line": 34,
                            "column": 36
                          },
                          "end": {
                            "line": 34,
                            "column": 48
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "UnaryExpression",
                          "start": 1402,
                          "end": 1413,
                          "loc": {
                            "start": {
                              "line": 34,
                              "column": 37
                            },
                            "end": {
                              "line": 34,
                              "column": 48
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "Identifier",
                            "start": 1403,
                            "end": 1413,
                            "loc": {
                              "start": {
                                "line": 34,
                                "column": 38
                              },
                              "end": {
                                "line": 34,
                                "column": 48
                              },
                              "identifierName": "takeLarger"
                            },
                            "name": "takeLarger"
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          }
                        },
                        "extra": {
                          "parenthesizedArgument": false,
                          "parenthesized": true,
                          "parenStart": 1400
                        }
                      }
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "ReturnStatement",
                "start": 1420,
                "end": 1493,
                "loc": {
                  "start": {
                    "line": 35,
                    "column": 4
                  },
                  "end": {
                    "line": 35,
                    "column": 77
                  }
                },
                "argument": {
                  "type": "ObjectExpression",
                  "start": 1427,
                  "end": 1492,
                  "loc": {
                    "start": {
                      "line": 35,
                      "column": 11
                    },
                    "end": {
                      "line": 35,
                      "column": 76
                    }
                  },
                  "properties": [
                    {
                      "type": "ObjectProperty",
                      "start": 1428,
                      "end": 1443,
                      "loc": {
                        "start": {
                          "line": 35,
                          "column": 12
                        },
                        "end": {
                          "line": 35,
                          "column": 27
                        }
                      },
                      "method": false,
                      "shorthand": false,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "start": 1428,
                        "end": 1433,
                        "loc": {
                          "start": {
                            "line": 35,
                            "column": 12
                          },
                          "end": {
                            "line": 35,
                            "column": 17
                          },
                          "identifierName": "start"
                        },
                        "name": "start"
                      },
                      "value": {
                        "type": "Identifier",
                        "start": 1435,
                        "end": 1443,
                        "loc": {
                          "start": {
                            "line": 35,
                            "column": 19
                          },
                          "end": {
                            "line": 35,
                            "column": 27
                          },
                          "identifierName": "startPos"
                        },
                        "name": "startPos"
                      }
                    },
                    {
                      "type": "ObjectProperty",
                      "start": 1445,
                      "end": 1456,
                      "loc": {
                        "start": {
                          "line": 35,
                          "column": 29
                        },
                        "end": {
                          "line": 35,
                          "column": 40
                        }
                      },
                      "method": false,
                      "shorthand": false,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "start": 1445,
                        "end": 1448,
                        "loc": {
                          "start": {
                            "line": 35,
                            "column": 29
                          },
                          "end": {
                            "line": 35,
                            "column": 32
                          },
                          "identifierName": "end"
                        },
                        "name": "end"
                      },
                      "value": {
                        "type": "Identifier",
                        "start": 1450,
                        "end": 1456,
                        "loc": {
                          "start": {
                            "line": 35,
                            "column": 34
                          },
                          "end": {
                            "line": 35,
                            "column": 40
                          },
                          "identifierName": "endPos"
                        },
                        "name": "endPos"
                      }
                    },
                    {
                      "type": "ObjectProperty",
                      "start": 1458,
                      "end": 1469,
                      "loc": {
                        "start": {
                          "line": 35,
                          "column": 42
                        },
                        "end": {
                          "line": 35,
                          "column": 53
                        }
                      },
                      "method": false,
                      "shorthand": false,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "start": 1458,
                        "end": 1464,
                        "loc": {
                          "start": {
                            "line": 35,
                            "column": 42
                          },
                          "end": {
                            "line": 35,
                            "column": 48
                          },
                          "identifierName": "center"
                        },
                        "name": "center"
                      },
                      "value": {
                        "type": "Identifier",
                        "start": 1466,
                        "end": 1469,
                        "loc": {
                          "start": {
                            "line": 35,
                            "column": 50
                          },
                          "end": {
                            "line": 35,
                            "column": 53
                          },
                          "identifierName": "ctr"
                        },
                        "name": "ctr"
                      }
                    },
                    {
                      "type": "ObjectProperty",
                      "start": 1471,
                      "end": 1491,
                      "loc": {
                        "start": {
                          "line": 35,
                          "column": 55
                        },
                        "end": {
                          "line": 35,
                          "column": 75
                        }
                      },
                      "method": false,
                      "shorthand": false,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "start": 1471,
                        "end": 1480,
                        "loc": {
                          "start": {
                            "line": 35,
                            "column": 55
                          },
                          "end": {
                            "line": 35,
                            "column": 64
                          },
                          "identifierName": "clockwise"
                        },
                        "name": "clockwise"
                      },
                      "value": {
                        "type": "Identifier",
                        "start": 1482,
                        "end": 1491,
                        "loc": {
                          "start": {
                            "line": 35,
                            "column": 66
                          },
                          "end": {
                            "line": 35,
                            "column": 75
                          },
                          "identifierName": "clockwise"
                        },
                        "name": "clockwise"
                      }
                    }
                  ]
                }
              }
            ],
            "directives": [],
            "trailingComments": null
          },
          "leadingComments": [
            {
              "type": "CommentLine",
              "value": "Note: position of center is only partly used and may change",
              "start": 917,
              "end": 978,
              "loc": {
                "start": {
                  "line": 26,
                  "column": 0
                },
                "end": {
                  "line": 26,
                  "column": 61
                }
              }
            }
          ],
          "trailingComments": [
            {
              "type": "CommentLine",
              "value": "Note: position of control point is only partly used and may change",
              "start": 1497,
              "end": 1565,
              "loc": {
                "start": {
                  "line": 38,
                  "column": 0
                },
                "end": {
                  "line": 38,
                  "column": 68
                }
              }
            }
          ]
        },
        "leadingComments": [
          {
            "type": "CommentLine",
            "value": "Note: position of center is only partly used and may change",
            "start": 917,
            "end": 978,
            "loc": {
              "start": {
                "line": 26,
                "column": 0
              },
              "end": {
                "line": 26,
                "column": 61
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "CommentLine",
            "value": "Note: position of control point is only partly used and may change",
            "start": 1497,
            "end": 1565,
            "loc": {
              "start": {
                "line": 38,
                "column": 0
              },
              "end": {
                "line": 38,
                "column": 68
              }
            }
          }
        ]
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 1566,
        "end": 2330,
        "loc": {
          "start": {
            "line": 39,
            "column": 0
          },
          "end": {
            "line": 54,
            "column": 1
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "FunctionDeclaration",
          "start": 1573,
          "end": 2330,
          "loc": {
            "start": {
              "line": 39,
              "column": 7
            },
            "end": {
              "line": 54,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 1582,
            "end": 1599,
            "loc": {
              "start": {
                "line": 39,
                "column": 16
              },
              "end": {
                "line": 39,
                "column": 33
              },
              "identifierName": "drawArcBy_S_E_CPh"
            },
            "name": "drawArcBy_S_E_CPh",
            "leadingComments": null
          },
          "generator": false,
          "expression": false,
          "async": false,
          "params": [
            {
              "type": "Identifier",
              "start": 1600,
              "end": 1608,
              "loc": {
                "start": {
                  "line": 39,
                  "column": 34
                },
                "end": {
                  "line": 39,
                  "column": 42
                },
                "identifierName": "startPos"
              },
              "name": "startPos"
            },
            {
              "type": "Identifier",
              "start": 1610,
              "end": 1616,
              "loc": {
                "start": {
                  "line": 39,
                  "column": 44
                },
                "end": {
                  "line": 39,
                  "column": 50
                },
                "identifierName": "endPos"
              },
              "name": "endPos"
            },
            {
              "type": "Identifier",
              "start": 1618,
              "end": 1634,
              "loc": {
                "start": {
                  "line": 39,
                  "column": 52
                },
                "end": {
                  "line": 39,
                  "column": 68
                },
                "identifierName": "controlPointHint"
              },
              "name": "controlPointHint"
            }
          ],
          "body": {
            "type": "BlockStatement",
            "start": 1636,
            "end": 2330,
            "loc": {
              "start": {
                "line": 39,
                "column": 70
              },
              "end": {
                "line": 54,
                "column": 1
              }
            },
            "body": [
              {
                "type": "VariableDeclaration",
                "start": 1642,
                "end": 1697,
                "loc": {
                  "start": {
                    "line": 40,
                    "column": 4
                  },
                  "end": {
                    "line": 40,
                    "column": 59
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 1646,
                    "end": 1696,
                    "loc": {
                      "start": {
                        "line": 40,
                        "column": 8
                      },
                      "end": {
                        "line": 40,
                        "column": 58
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 1646,
                      "end": 1649,
                      "loc": {
                        "start": {
                          "line": 40,
                          "column": 8
                        },
                        "end": {
                          "line": 40,
                          "column": 11
                        },
                        "identifierName": "mid"
                      },
                      "name": "mid"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 1652,
                      "end": 1696,
                      "loc": {
                        "start": {
                          "line": 40,
                          "column": 14
                        },
                        "end": {
                          "line": 40,
                          "column": 58
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 1652,
                        "end": 1693,
                        "loc": {
                          "start": {
                            "line": 40,
                            "column": 14
                          },
                          "end": {
                            "line": 40,
                            "column": 55
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 1652,
                          "end": 1680,
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 14
                            },
                            "end": {
                              "line": 40,
                              "column": 42
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 1652,
                            "end": 1670,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 14
                              },
                              "end": {
                                "line": 40,
                                "column": 32
                              }
                            },
                            "object": {
                              "type": "CallExpression",
                              "start": 1652,
                              "end": 1666,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 14
                                },
                                "end": {
                                  "line": 40,
                                  "column": 28
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 1652,
                                "end": 1664,
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 26
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 1652,
                                  "end": 1658,
                                  "loc": {
                                    "start": {
                                      "line": 40,
                                      "column": 14
                                    },
                                    "end": {
                                      "line": 40,
                                      "column": 20
                                    },
                                    "identifierName": "endPos"
                                  },
                                  "name": "endPos"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1659,
                                  "end": 1664,
                                  "loc": {
                                    "start": {
                                      "line": 40,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 40,
                                      "column": 26
                                    },
                                    "identifierName": "clone"
                                  },
                                  "name": "clone"
                                },
                                "computed": false
                              },
                              "arguments": []
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1667,
                              "end": 1670,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 29
                                },
                                "end": {
                                  "line": 40,
                                  "column": 32
                                },
                                "identifierName": "add"
                              },
                              "name": "add"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 1671,
                              "end": 1679,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 33
                                },
                                "end": {
                                  "line": 40,
                                  "column": 41
                                },
                                "identifierName": "startPos"
                              },
                              "name": "startPos"
                            }
                          ]
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1681,
                          "end": 1693,
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 43
                            },
                            "end": {
                              "line": 40,
                              "column": 55
                            },
                            "identifierName": "divideScalar"
                          },
                          "name": "divideScalar"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "NumericLiteral",
                          "start": 1694,
                          "end": 1695,
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 56
                            },
                            "end": {
                              "line": 40,
                              "column": 57
                            }
                          },
                          "extra": {
                            "rawValue": 2,
                            "raw": "2"
                          },
                          "value": 2
                        }
                      ]
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "VariableDeclaration",
                "start": 1702,
                "end": 1741,
                "loc": {
                  "start": {
                    "line": 41,
                    "column": 4
                  },
                  "end": {
                    "line": 41,
                    "column": 43
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 1706,
                    "end": 1740,
                    "loc": {
                      "start": {
                        "line": 41,
                        "column": 8
                      },
                      "end": {
                        "line": 41,
                        "column": 42
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 1706,
                      "end": 1709,
                      "loc": {
                        "start": {
                          "line": 41,
                          "column": 8
                        },
                        "end": {
                          "line": 41,
                          "column": 11
                        },
                        "identifierName": "dir"
                      },
                      "name": "dir"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 1712,
                      "end": 1740,
                      "loc": {
                        "start": {
                          "line": 41,
                          "column": 14
                        },
                        "end": {
                          "line": 41,
                          "column": 42
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 1712,
                        "end": 1730,
                        "loc": {
                          "start": {
                            "line": 41,
                            "column": 14
                          },
                          "end": {
                            "line": 41,
                            "column": 32
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 1712,
                          "end": 1726,
                          "loc": {
                            "start": {
                              "line": 41,
                              "column": 14
                            },
                            "end": {
                              "line": 41,
                              "column": 28
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 1712,
                            "end": 1724,
                            "loc": {
                              "start": {
                                "line": 41,
                                "column": 14
                              },
                              "end": {
                                "line": 41,
                                "column": 26
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 1712,
                              "end": 1718,
                              "loc": {
                                "start": {
                                  "line": 41,
                                  "column": 14
                                },
                                "end": {
                                  "line": 41,
                                  "column": 20
                                },
                                "identifierName": "endPos"
                              },
                              "name": "endPos"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1719,
                              "end": 1724,
                              "loc": {
                                "start": {
                                  "line": 41,
                                  "column": 21
                                },
                                "end": {
                                  "line": 41,
                                  "column": 26
                                },
                                "identifierName": "clone"
                              },
                              "name": "clone"
                            },
                            "computed": false
                          },
                          "arguments": []
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1727,
                          "end": 1730,
                          "loc": {
                            "start": {
                              "line": 41,
                              "column": 29
                            },
                            "end": {
                              "line": 41,
                              "column": 32
                            },
                            "identifierName": "sub"
                          },
                          "name": "sub"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 1731,
                          "end": 1739,
                          "loc": {
                            "start": {
                              "line": 41,
                              "column": 33
                            },
                            "end": {
                              "line": 41,
                              "column": 41
                            },
                            "identifierName": "startPos"
                          },
                          "name": "startPos"
                        }
                      ]
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "VariableDeclaration",
                "start": 1746,
                "end": 1794,
                "loc": {
                  "start": {
                    "line": 42,
                    "column": 4
                  },
                  "end": {
                    "line": 42,
                    "column": 52
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 1750,
                    "end": 1793,
                    "loc": {
                      "start": {
                        "line": 42,
                        "column": 8
                      },
                      "end": {
                        "line": 42,
                        "column": 51
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 1750,
                      "end": 1753,
                      "loc": {
                        "start": {
                          "line": 42,
                          "column": 8
                        },
                        "end": {
                          "line": 42,
                          "column": 11
                        },
                        "identifierName": "per"
                      },
                      "name": "per"
                    },
                    "init": {
                      "type": "NewExpression",
                      "start": 1756,
                      "end": 1793,
                      "loc": {
                        "start": {
                          "line": 42,
                          "column": 14
                        },
                        "end": {
                          "line": 42,
                          "column": 51
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 1760,
                        "end": 1773,
                        "loc": {
                          "start": {
                            "line": 42,
                            "column": 18
                          },
                          "end": {
                            "line": 42,
                            "column": 31
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 1760,
                          "end": 1765,
                          "loc": {
                            "start": {
                              "line": 42,
                              "column": 18
                            },
                            "end": {
                              "line": 42,
                              "column": 23
                            },
                            "identifierName": "THREE"
                          },
                          "name": "THREE"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1766,
                          "end": 1773,
                          "loc": {
                            "start": {
                              "line": 42,
                              "column": 24
                            },
                            "end": {
                              "line": 42,
                              "column": 31
                            },
                            "identifierName": "Vector3"
                          },
                          "name": "Vector3"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "UnaryExpression",
                          "start": 1774,
                          "end": 1780,
                          "loc": {
                            "start": {
                              "line": 42,
                              "column": 32
                            },
                            "end": {
                              "line": 42,
                              "column": 38
                            }
                          },
                          "operator": "-",
                          "prefix": true,
                          "argument": {
                            "type": "MemberExpression",
                            "start": 1775,
                            "end": 1780,
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 33
                              },
                              "end": {
                                "line": 42,
                                "column": 38
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 1775,
                              "end": 1778,
                              "loc": {
                                "start": {
                                  "line": 42,
                                  "column": 33
                                },
                                "end": {
                                  "line": 42,
                                  "column": 36
                                },
                                "identifierName": "dir"
                              },
                              "name": "dir"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1779,
                              "end": 1780,
                              "loc": {
                                "start": {
                                  "line": 42,
                                  "column": 37
                                },
                                "end": {
                                  "line": 42,
                                  "column": 38
                                },
                                "identifierName": "y"
                              },
                              "name": "y"
                            },
                            "computed": false
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          }
                        },
                        {
                          "type": "MemberExpression",
                          "start": 1782,
                          "end": 1787,
                          "loc": {
                            "start": {
                              "line": 42,
                              "column": 40
                            },
                            "end": {
                              "line": 42,
                              "column": 45
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 1782,
                            "end": 1785,
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 40
                              },
                              "end": {
                                "line": 42,
                                "column": 43
                              },
                              "identifierName": "dir"
                            },
                            "name": "dir"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1786,
                            "end": 1787,
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 44
                              },
                              "end": {
                                "line": 42,
                                "column": 45
                              },
                              "identifierName": "x"
                            },
                            "name": "x"
                          },
                          "computed": false
                        },
                        {
                          "type": "NumericLiteral",
                          "start": 1789,
                          "end": 1792,
                          "loc": {
                            "start": {
                              "line": 42,
                              "column": 47
                            },
                            "end": {
                              "line": 42,
                              "column": 50
                            }
                          },
                          "extra": {
                            "rawValue": 0,
                            "raw": "0.0"
                          },
                          "value": 0
                        }
                      ]
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "VariableDeclaration",
                "start": 1799,
                "end": 1849,
                "loc": {
                  "start": {
                    "line": 43,
                    "column": 4
                  },
                  "end": {
                    "line": 43,
                    "column": 54
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 1803,
                    "end": 1848,
                    "loc": {
                      "start": {
                        "line": 43,
                        "column": 8
                      },
                      "end": {
                        "line": 43,
                        "column": 53
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 1803,
                      "end": 1812,
                      "loc": {
                        "start": {
                          "line": 43,
                          "column": 8
                        },
                        "end": {
                          "line": 43,
                          "column": 17
                        },
                        "identifierName": "dirMidPos"
                      },
                      "name": "dirMidPos"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 1815,
                      "end": 1848,
                      "loc": {
                        "start": {
                          "line": 43,
                          "column": 20
                        },
                        "end": {
                          "line": 43,
                          "column": 53
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 1815,
                        "end": 1843,
                        "loc": {
                          "start": {
                            "line": 43,
                            "column": 20
                          },
                          "end": {
                            "line": 43,
                            "column": 48
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 1815,
                          "end": 1839,
                          "loc": {
                            "start": {
                              "line": 43,
                              "column": 20
                            },
                            "end": {
                              "line": 43,
                              "column": 44
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 1815,
                            "end": 1837,
                            "loc": {
                              "start": {
                                "line": 43,
                                "column": 20
                              },
                              "end": {
                                "line": 43,
                                "column": 42
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 1815,
                              "end": 1831,
                              "loc": {
                                "start": {
                                  "line": 43,
                                  "column": 20
                                },
                                "end": {
                                  "line": 43,
                                  "column": 36
                                },
                                "identifierName": "controlPointHint"
                              },
                              "name": "controlPointHint"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1832,
                              "end": 1837,
                              "loc": {
                                "start": {
                                  "line": 43,
                                  "column": 37
                                },
                                "end": {
                                  "line": 43,
                                  "column": 42
                                },
                                "identifierName": "clone"
                              },
                              "name": "clone"
                            },
                            "computed": false
                          },
                          "arguments": []
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1840,
                          "end": 1843,
                          "loc": {
                            "start": {
                              "line": 43,
                              "column": 45
                            },
                            "end": {
                              "line": 43,
                              "column": 48
                            },
                            "identifierName": "sub"
                          },
                          "name": "sub"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 1844,
                          "end": 1847,
                          "loc": {
                            "start": {
                              "line": 43,
                              "column": 49
                            },
                            "end": {
                              "line": 43,
                              "column": 52
                            },
                            "identifierName": "mid"
                          },
                          "name": "mid"
                        }
                      ]
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "VariableDeclaration",
                "start": 1854,
                "end": 1910,
                "loc": {
                  "start": {
                    "line": 44,
                    "column": 4
                  },
                  "end": {
                    "line": 44,
                    "column": 60
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 1858,
                    "end": 1909,
                    "loc": {
                      "start": {
                        "line": 44,
                        "column": 8
                      },
                      "end": {
                        "line": 44,
                        "column": 59
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 1858,
                      "end": 1868,
                      "loc": {
                        "start": {
                          "line": 44,
                          "column": 8
                        },
                        "end": {
                          "line": 44,
                          "column": 18
                        },
                        "identifierName": "dirMidCtrl"
                      },
                      "name": "dirMidCtrl"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 1871,
                      "end": 1909,
                      "loc": {
                        "start": {
                          "line": 44,
                          "column": 21
                        },
                        "end": {
                          "line": 44,
                          "column": 59
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 1871,
                        "end": 1904,
                        "loc": {
                          "start": {
                            "line": 44,
                            "column": 21
                          },
                          "end": {
                            "line": 44,
                            "column": 54
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 1871,
                          "end": 1888,
                          "loc": {
                            "start": {
                              "line": 44,
                              "column": 21
                            },
                            "end": {
                              "line": 44,
                              "column": 38
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 1871,
                            "end": 1886,
                            "loc": {
                              "start": {
                                "line": 44,
                                "column": 21
                              },
                              "end": {
                                "line": 44,
                                "column": 36
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 1871,
                              "end": 1880,
                              "loc": {
                                "start": {
                                  "line": 44,
                                  "column": 21
                                },
                                "end": {
                                  "line": 44,
                                  "column": 30
                                },
                                "identifierName": "dirMidPos"
                              },
                              "name": "dirMidPos"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1881,
                              "end": 1886,
                              "loc": {
                                "start": {
                                  "line": 44,
                                  "column": 31
                                },
                                "end": {
                                  "line": 44,
                                  "column": 36
                                },
                                "identifierName": "clone"
                              },
                              "name": "clone"
                            },
                            "computed": false
                          },
                          "arguments": []
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1889,
                          "end": 1904,
                          "loc": {
                            "start": {
                              "line": 44,
                              "column": 39
                            },
                            "end": {
                              "line": 44,
                              "column": 54
                            },
                            "identifierName": "projectOnVector"
                          },
                          "name": "projectOnVector"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 1905,
                          "end": 1908,
                          "loc": {
                            "start": {
                              "line": 44,
                              "column": 55
                            },
                            "end": {
                              "line": 44,
                              "column": 58
                            },
                            "identifierName": "per"
                          },
                          "name": "per"
                        }
                      ]
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "VariableDeclaration",
                "start": 1915,
                "end": 1948,
                "loc": {
                  "start": {
                    "line": 45,
                    "column": 4
                  },
                  "end": {
                    "line": 45,
                    "column": 37
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 1919,
                    "end": 1947,
                    "loc": {
                      "start": {
                        "line": 45,
                        "column": 8
                      },
                      "end": {
                        "line": 45,
                        "column": 36
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 1919,
                      "end": 1925,
                      "loc": {
                        "start": {
                          "line": 45,
                          "column": 8
                        },
                        "end": {
                          "line": 45,
                          "column": 14
                        },
                        "identifierName": "height"
                      },
                      "name": "height"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 1928,
                      "end": 1947,
                      "loc": {
                        "start": {
                          "line": 45,
                          "column": 17
                        },
                        "end": {
                          "line": 45,
                          "column": 36
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 1928,
                        "end": 1945,
                        "loc": {
                          "start": {
                            "line": 45,
                            "column": 17
                          },
                          "end": {
                            "line": 45,
                            "column": 34
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 1928,
                          "end": 1938,
                          "loc": {
                            "start": {
                              "line": 45,
                              "column": 17
                            },
                            "end": {
                              "line": 45,
                              "column": 27
                            },
                            "identifierName": "dirMidCtrl"
                          },
                          "name": "dirMidCtrl"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1939,
                          "end": 1945,
                          "loc": {
                            "start": {
                              "line": 45,
                              "column": 28
                            },
                            "end": {
                              "line": 45,
                              "column": 34
                            },
                            "identifierName": "length"
                          },
                          "name": "length"
                        },
                        "computed": false
                      },
                      "arguments": []
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "IfStatement",
                "start": 1953,
                "end": 2019,
                "loc": {
                  "start": {
                    "line": 46,
                    "column": 4
                  },
                  "end": {
                    "line": 47,
                    "column": 46
                  }
                },
                "test": {
                  "type": "BinaryExpression",
                  "start": 1957,
                  "end": 1971,
                  "loc": {
                    "start": {
                      "line": 46,
                      "column": 8
                    },
                    "end": {
                      "line": 46,
                      "column": 22
                    }
                  },
                  "left": {
                    "type": "Identifier",
                    "start": 1957,
                    "end": 1963,
                    "loc": {
                      "start": {
                        "line": 46,
                        "column": 8
                      },
                      "end": {
                        "line": 46,
                        "column": 14
                      },
                      "identifierName": "height"
                    },
                    "name": "height"
                  },
                  "operator": "<=",
                  "right": {
                    "type": "NumericLiteral",
                    "start": 1967,
                    "end": 1971,
                    "loc": {
                      "start": {
                        "line": 46,
                        "column": 18
                      },
                      "end": {
                        "line": 46,
                        "column": 22
                      }
                    },
                    "extra": {
                      "rawValue": 0.001,
                      "raw": "1e-3"
                    },
                    "value": 0.001
                  }
                },
                "consequent": {
                  "type": "ReturnStatement",
                  "start": 1981,
                  "end": 2019,
                  "loc": {
                    "start": {
                      "line": 47,
                      "column": 8
                    },
                    "end": {
                      "line": 47,
                      "column": 46
                    }
                  },
                  "argument": {
                    "type": "ObjectExpression",
                    "start": 1988,
                    "end": 2018,
                    "loc": {
                      "start": {
                        "line": 47,
                        "column": 15
                      },
                      "end": {
                        "line": 47,
                        "column": 45
                      }
                    },
                    "properties": [
                      {
                        "type": "ObjectProperty",
                        "start": 1989,
                        "end": 2004,
                        "loc": {
                          "start": {
                            "line": 47,
                            "column": 16
                          },
                          "end": {
                            "line": 47,
                            "column": 31
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 1989,
                          "end": 1994,
                          "loc": {
                            "start": {
                              "line": 47,
                              "column": 16
                            },
                            "end": {
                              "line": 47,
                              "column": 21
                            },
                            "identifierName": "start"
                          },
                          "name": "start"
                        },
                        "value": {
                          "type": "Identifier",
                          "start": 1996,
                          "end": 2004,
                          "loc": {
                            "start": {
                              "line": 47,
                              "column": 23
                            },
                            "end": {
                              "line": 47,
                              "column": 31
                            },
                            "identifierName": "startPos"
                          },
                          "name": "startPos"
                        }
                      },
                      {
                        "type": "ObjectProperty",
                        "start": 2006,
                        "end": 2017,
                        "loc": {
                          "start": {
                            "line": 47,
                            "column": 33
                          },
                          "end": {
                            "line": 47,
                            "column": 44
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 2006,
                          "end": 2009,
                          "loc": {
                            "start": {
                              "line": 47,
                              "column": 33
                            },
                            "end": {
                              "line": 47,
                              "column": 36
                            },
                            "identifierName": "end"
                          },
                          "name": "end"
                        },
                        "value": {
                          "type": "Identifier",
                          "start": 2011,
                          "end": 2017,
                          "loc": {
                            "start": {
                              "line": 47,
                              "column": 38
                            },
                            "end": {
                              "line": 47,
                              "column": 44
                            },
                            "identifierName": "endPos"
                          },
                          "name": "endPos"
                        }
                      }
                    ]
                  }
                },
                "alternate": null
              },
              {
                "type": "VariableDeclaration",
                "start": 2024,
                "end": 2058,
                "loc": {
                  "start": {
                    "line": 48,
                    "column": 4
                  },
                  "end": {
                    "line": 48,
                    "column": 38
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 2028,
                    "end": 2057,
                    "loc": {
                      "start": {
                        "line": 48,
                        "column": 8
                      },
                      "end": {
                        "line": 48,
                        "column": 37
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 2028,
                      "end": 2036,
                      "loc": {
                        "start": {
                          "line": 48,
                          "column": 8
                        },
                        "end": {
                          "line": 48,
                          "column": 16
                        },
                        "identifierName": "halfDist"
                      },
                      "name": "halfDist"
                    },
                    "init": {
                      "type": "BinaryExpression",
                      "start": 2039,
                      "end": 2057,
                      "loc": {
                        "start": {
                          "line": 48,
                          "column": 19
                        },
                        "end": {
                          "line": 48,
                          "column": 37
                        }
                      },
                      "left": {
                        "type": "CallExpression",
                        "start": 2039,
                        "end": 2051,
                        "loc": {
                          "start": {
                            "line": 48,
                            "column": 19
                          },
                          "end": {
                            "line": 48,
                            "column": 31
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 2039,
                          "end": 2049,
                          "loc": {
                            "start": {
                              "line": 48,
                              "column": 19
                            },
                            "end": {
                              "line": 48,
                              "column": 29
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 2039,
                            "end": 2042,
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 19
                              },
                              "end": {
                                "line": 48,
                                "column": 22
                              },
                              "identifierName": "dir"
                            },
                            "name": "dir"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2043,
                            "end": 2049,
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 23
                              },
                              "end": {
                                "line": 48,
                                "column": 29
                              },
                              "identifierName": "length"
                            },
                            "name": "length"
                          },
                          "computed": false
                        },
                        "arguments": []
                      },
                      "operator": "/",
                      "right": {
                        "type": "NumericLiteral",
                        "start": 2054,
                        "end": 2057,
                        "loc": {
                          "start": {
                            "line": 48,
                            "column": 34
                          },
                          "end": {
                            "line": 48,
                            "column": 37
                          }
                        },
                        "extra": {
                          "rawValue": 2,
                          "raw": "2.0"
                        },
                        "value": 2
                      }
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "VariableDeclaration",
                "start": 2063,
                "end": 2118,
                "loc": {
                  "start": {
                    "line": 49,
                    "column": 4
                  },
                  "end": {
                    "line": 49,
                    "column": 59
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 2067,
                    "end": 2117,
                    "loc": {
                      "start": {
                        "line": 49,
                        "column": 8
                      },
                      "end": {
                        "line": 49,
                        "column": 58
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 2067,
                      "end": 2072,
                      "loc": {
                        "start": {
                          "line": 49,
                          "column": 8
                        },
                        "end": {
                          "line": 49,
                          "column": 13
                        },
                        "identifierName": "coeff"
                      },
                      "name": "coeff"
                    },
                    "init": {
                      "type": "BinaryExpression",
                      "start": 2075,
                      "end": 2117,
                      "loc": {
                        "start": {
                          "line": 49,
                          "column": 16
                        },
                        "end": {
                          "line": 49,
                          "column": 58
                        }
                      },
                      "left": {
                        "type": "UnaryExpression",
                        "start": 2075,
                        "end": 2097,
                        "loc": {
                          "start": {
                            "line": 49,
                            "column": 16
                          },
                          "end": {
                            "line": 49,
                            "column": 38
                          }
                        },
                        "operator": "-",
                        "prefix": true,
                        "argument": {
                          "type": "BinaryExpression",
                          "start": 2077,
                          "end": 2096,
                          "loc": {
                            "start": {
                              "line": 49,
                              "column": 18
                            },
                            "end": {
                              "line": 49,
                              "column": 37
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 2077,
                            "end": 2085,
                            "loc": {
                              "start": {
                                "line": 49,
                                "column": 18
                              },
                              "end": {
                                "line": 49,
                                "column": 26
                              },
                              "identifierName": "halfDist"
                            },
                            "name": "halfDist"
                          },
                          "operator": "*",
                          "right": {
                            "type": "Identifier",
                            "start": 2088,
                            "end": 2096,
                            "loc": {
                              "start": {
                                "line": 49,
                                "column": 29
                              },
                              "end": {
                                "line": 49,
                                "column": 37
                              },
                              "identifierName": "halfDist"
                            },
                            "name": "halfDist"
                          },
                          "extra": {
                            "parenthesized": true,
                            "parenStart": 2076
                          }
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      },
                      "operator": "/",
                      "right": {
                        "type": "BinaryExpression",
                        "start": 2101,
                        "end": 2116,
                        "loc": {
                          "start": {
                            "line": 49,
                            "column": 42
                          },
                          "end": {
                            "line": 49,
                            "column": 57
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 2101,
                          "end": 2107,
                          "loc": {
                            "start": {
                              "line": 49,
                              "column": 42
                            },
                            "end": {
                              "line": 49,
                              "column": 48
                            },
                            "identifierName": "height"
                          },
                          "name": "height"
                        },
                        "operator": "*",
                        "right": {
                          "type": "Identifier",
                          "start": 2110,
                          "end": 2116,
                          "loc": {
                            "start": {
                              "line": 49,
                              "column": 51
                            },
                            "end": {
                              "line": 49,
                              "column": 57
                            },
                            "identifierName": "height"
                          },
                          "name": "height"
                        },
                        "extra": {
                          "parenthesized": true,
                          "parenStart": 2100
                        }
                      }
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "VariableDeclaration",
                "start": 2123,
                "end": 2183,
                "loc": {
                  "start": {
                    "line": 50,
                    "column": 4
                  },
                  "end": {
                    "line": 50,
                    "column": 64
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 2127,
                    "end": 2182,
                    "loc": {
                      "start": {
                        "line": 50,
                        "column": 8
                      },
                      "end": {
                        "line": 50,
                        "column": 63
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 2127,
                      "end": 2130,
                      "loc": {
                        "start": {
                          "line": 50,
                          "column": 8
                        },
                        "end": {
                          "line": 50,
                          "column": 11
                        },
                        "identifierName": "ctr"
                      },
                      "name": "ctr"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 2133,
                      "end": 2182,
                      "loc": {
                        "start": {
                          "line": 50,
                          "column": 14
                        },
                        "end": {
                          "line": 50,
                          "column": 63
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 2133,
                        "end": 2177,
                        "loc": {
                          "start": {
                            "line": 50,
                            "column": 14
                          },
                          "end": {
                            "line": 50,
                            "column": 58
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 2133,
                          "end": 2173,
                          "loc": {
                            "start": {
                              "line": 50,
                              "column": 14
                            },
                            "end": {
                              "line": 50,
                              "column": 54
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 2133,
                            "end": 2166,
                            "loc": {
                              "start": {
                                "line": 50,
                                "column": 14
                              },
                              "end": {
                                "line": 50,
                                "column": 47
                              }
                            },
                            "object": {
                              "type": "CallExpression",
                              "start": 2133,
                              "end": 2151,
                              "loc": {
                                "start": {
                                  "line": 50,
                                  "column": 14
                                },
                                "end": {
                                  "line": 50,
                                  "column": 32
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 2133,
                                "end": 2149,
                                "loc": {
                                  "start": {
                                    "line": 50,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 50,
                                    "column": 30
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 2133,
                                  "end": 2143,
                                  "loc": {
                                    "start": {
                                      "line": 50,
                                      "column": 14
                                    },
                                    "end": {
                                      "line": 50,
                                      "column": 24
                                    },
                                    "identifierName": "dirMidCtrl"
                                  },
                                  "name": "dirMidCtrl"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2144,
                                  "end": 2149,
                                  "loc": {
                                    "start": {
                                      "line": 50,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 50,
                                      "column": 30
                                    },
                                    "identifierName": "clone"
                                  },
                                  "name": "clone"
                                },
                                "computed": false
                              },
                              "arguments": []
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2152,
                              "end": 2166,
                              "loc": {
                                "start": {
                                  "line": 50,
                                  "column": 33
                                },
                                "end": {
                                  "line": 50,
                                  "column": 47
                                },
                                "identifierName": "multiplyScalar"
                              },
                              "name": "multiplyScalar"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 2167,
                              "end": 2172,
                              "loc": {
                                "start": {
                                  "line": 50,
                                  "column": 48
                                },
                                "end": {
                                  "line": 50,
                                  "column": 53
                                },
                                "identifierName": "coeff"
                              },
                              "name": "coeff"
                            }
                          ]
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 2174,
                          "end": 2177,
                          "loc": {
                            "start": {
                              "line": 50,
                              "column": 55
                            },
                            "end": {
                              "line": 50,
                              "column": 58
                            },
                            "identifierName": "add"
                          },
                          "name": "add"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 2178,
                          "end": 2181,
                          "loc": {
                            "start": {
                              "line": 50,
                              "column": 59
                            },
                            "end": {
                              "line": 50,
                              "column": 62
                            },
                            "identifierName": "mid"
                          },
                          "name": "mid"
                        }
                      ]
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "VariableDeclaration",
                "start": 2188,
                "end": 2217,
                "loc": {
                  "start": {
                    "line": 51,
                    "column": 4
                  },
                  "end": {
                    "line": 51,
                    "column": 33
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 2192,
                    "end": 2216,
                    "loc": {
                      "start": {
                        "line": 51,
                        "column": 8
                      },
                      "end": {
                        "line": 51,
                        "column": 32
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 2192,
                      "end": 2195,
                      "loc": {
                        "start": {
                          "line": 51,
                          "column": 8
                        },
                        "end": {
                          "line": 51,
                          "column": 11
                        },
                        "identifierName": "dot"
                      },
                      "name": "dot"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 2198,
                      "end": 2216,
                      "loc": {
                        "start": {
                          "line": 51,
                          "column": 14
                        },
                        "end": {
                          "line": 51,
                          "column": 32
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 2198,
                        "end": 2211,
                        "loc": {
                          "start": {
                            "line": 51,
                            "column": 14
                          },
                          "end": {
                            "line": 51,
                            "column": 27
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 2198,
                          "end": 2207,
                          "loc": {
                            "start": {
                              "line": 51,
                              "column": 14
                            },
                            "end": {
                              "line": 51,
                              "column": 23
                            },
                            "identifierName": "dirMidPos"
                          },
                          "name": "dirMidPos"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 2208,
                          "end": 2211,
                          "loc": {
                            "start": {
                              "line": 51,
                              "column": 24
                            },
                            "end": {
                              "line": 51,
                              "column": 27
                            },
                            "identifierName": "dot"
                          },
                          "name": "dot"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 2212,
                          "end": 2215,
                          "loc": {
                            "start": {
                              "line": 51,
                              "column": 28
                            },
                            "end": {
                              "line": 51,
                              "column": 31
                            },
                            "identifierName": "per"
                          },
                          "name": "per"
                        }
                      ]
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "VariableDeclaration",
                "start": 2222,
                "end": 2250,
                "loc": {
                  "start": {
                    "line": 52,
                    "column": 4
                  },
                  "end": {
                    "line": 52,
                    "column": 32
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 2226,
                    "end": 2249,
                    "loc": {
                      "start": {
                        "line": 52,
                        "column": 8
                      },
                      "end": {
                        "line": 52,
                        "column": 31
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 2226,
                      "end": 2235,
                      "loc": {
                        "start": {
                          "line": 52,
                          "column": 8
                        },
                        "end": {
                          "line": 52,
                          "column": 17
                        },
                        "identifierName": "clockwise"
                      },
                      "name": "clockwise"
                    },
                    "init": {
                      "type": "BinaryExpression",
                      "start": 2239,
                      "end": 2248,
                      "loc": {
                        "start": {
                          "line": 52,
                          "column": 21
                        },
                        "end": {
                          "line": 52,
                          "column": 30
                        }
                      },
                      "left": {
                        "type": "Identifier",
                        "start": 2239,
                        "end": 2242,
                        "loc": {
                          "start": {
                            "line": 52,
                            "column": 21
                          },
                          "end": {
                            "line": 52,
                            "column": 24
                          },
                          "identifierName": "dot"
                        },
                        "name": "dot"
                      },
                      "operator": ">",
                      "right": {
                        "type": "NumericLiteral",
                        "start": 2245,
                        "end": 2248,
                        "loc": {
                          "start": {
                            "line": 52,
                            "column": 27
                          },
                          "end": {
                            "line": 52,
                            "column": 30
                          }
                        },
                        "extra": {
                          "rawValue": 0,
                          "raw": "0.0"
                        },
                        "value": 0
                      },
                      "extra": {
                        "parenthesized": true,
                        "parenStart": 2238
                      }
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "ReturnStatement",
                "start": 2255,
                "end": 2328,
                "loc": {
                  "start": {
                    "line": 53,
                    "column": 4
                  },
                  "end": {
                    "line": 53,
                    "column": 77
                  }
                },
                "argument": {
                  "type": "ObjectExpression",
                  "start": 2262,
                  "end": 2327,
                  "loc": {
                    "start": {
                      "line": 53,
                      "column": 11
                    },
                    "end": {
                      "line": 53,
                      "column": 76
                    }
                  },
                  "properties": [
                    {
                      "type": "ObjectProperty",
                      "start": 2263,
                      "end": 2278,
                      "loc": {
                        "start": {
                          "line": 53,
                          "column": 12
                        },
                        "end": {
                          "line": 53,
                          "column": 27
                        }
                      },
                      "method": false,
                      "shorthand": false,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "start": 2263,
                        "end": 2268,
                        "loc": {
                          "start": {
                            "line": 53,
                            "column": 12
                          },
                          "end": {
                            "line": 53,
                            "column": 17
                          },
                          "identifierName": "start"
                        },
                        "name": "start"
                      },
                      "value": {
                        "type": "Identifier",
                        "start": 2270,
                        "end": 2278,
                        "loc": {
                          "start": {
                            "line": 53,
                            "column": 19
                          },
                          "end": {
                            "line": 53,
                            "column": 27
                          },
                          "identifierName": "startPos"
                        },
                        "name": "startPos"
                      }
                    },
                    {
                      "type": "ObjectProperty",
                      "start": 2280,
                      "end": 2291,
                      "loc": {
                        "start": {
                          "line": 53,
                          "column": 29
                        },
                        "end": {
                          "line": 53,
                          "column": 40
                        }
                      },
                      "method": false,
                      "shorthand": false,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "start": 2280,
                        "end": 2283,
                        "loc": {
                          "start": {
                            "line": 53,
                            "column": 29
                          },
                          "end": {
                            "line": 53,
                            "column": 32
                          },
                          "identifierName": "end"
                        },
                        "name": "end"
                      },
                      "value": {
                        "type": "Identifier",
                        "start": 2285,
                        "end": 2291,
                        "loc": {
                          "start": {
                            "line": 53,
                            "column": 34
                          },
                          "end": {
                            "line": 53,
                            "column": 40
                          },
                          "identifierName": "endPos"
                        },
                        "name": "endPos"
                      }
                    },
                    {
                      "type": "ObjectProperty",
                      "start": 2293,
                      "end": 2304,
                      "loc": {
                        "start": {
                          "line": 53,
                          "column": 42
                        },
                        "end": {
                          "line": 53,
                          "column": 53
                        }
                      },
                      "method": false,
                      "shorthand": false,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "start": 2293,
                        "end": 2299,
                        "loc": {
                          "start": {
                            "line": 53,
                            "column": 42
                          },
                          "end": {
                            "line": 53,
                            "column": 48
                          },
                          "identifierName": "center"
                        },
                        "name": "center"
                      },
                      "value": {
                        "type": "Identifier",
                        "start": 2301,
                        "end": 2304,
                        "loc": {
                          "start": {
                            "line": 53,
                            "column": 50
                          },
                          "end": {
                            "line": 53,
                            "column": 53
                          },
                          "identifierName": "ctr"
                        },
                        "name": "ctr"
                      }
                    },
                    {
                      "type": "ObjectProperty",
                      "start": 2306,
                      "end": 2326,
                      "loc": {
                        "start": {
                          "line": 53,
                          "column": 55
                        },
                        "end": {
                          "line": 53,
                          "column": 75
                        }
                      },
                      "method": false,
                      "shorthand": false,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "start": 2306,
                        "end": 2315,
                        "loc": {
                          "start": {
                            "line": 53,
                            "column": 55
                          },
                          "end": {
                            "line": 53,
                            "column": 64
                          },
                          "identifierName": "clockwise"
                        },
                        "name": "clockwise"
                      },
                      "value": {
                        "type": "Identifier",
                        "start": 2317,
                        "end": 2326,
                        "loc": {
                          "start": {
                            "line": 53,
                            "column": 66
                          },
                          "end": {
                            "line": 53,
                            "column": 75
                          },
                          "identifierName": "clockwise"
                        },
                        "name": "clockwise"
                      }
                    }
                  ]
                }
              }
            ],
            "directives": [],
            "trailingComments": null
          },
          "leadingComments": [
            {
              "type": "CommentLine",
              "value": "Note: position of control point is only partly used and may change",
              "start": 1497,
              "end": 1565,
              "loc": {
                "start": {
                  "line": 38,
                  "column": 0
                },
                "end": {
                  "line": 38,
                  "column": 68
                }
              }
            }
          ],
          "trailingComments": [
            {
              "type": "CommentLine",
              "value": "Note: middle point should be within circlewith diameter [SE], otherwise it would be corrected",
              "start": 2332,
              "end": 2427,
              "loc": {
                "start": {
                  "line": 56,
                  "column": 0
                },
                "end": {
                  "line": 56,
                  "column": 95
                }
              }
            }
          ]
        },
        "leadingComments": [
          {
            "type": "CommentLine",
            "value": "Note: position of control point is only partly used and may change",
            "start": 1497,
            "end": 1565,
            "loc": {
              "start": {
                "line": 38,
                "column": 0
              },
              "end": {
                "line": 38,
                "column": 68
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "CommentLine",
            "value": "Note: middle point should be within circlewith diameter [SE], otherwise it would be corrected",
            "start": 2332,
            "end": 2427,
            "loc": {
              "start": {
                "line": 56,
                "column": 0
              },
              "end": {
                "line": 56,
                "column": 95
              }
            }
          }
        ]
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 2428,
        "end": 4199,
        "loc": {
          "start": {
            "line": 57,
            "column": 0
          },
          "end": {
            "line": 98,
            "column": 1
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "FunctionDeclaration",
          "start": 2435,
          "end": 4199,
          "loc": {
            "start": {
              "line": 57,
              "column": 7
            },
            "end": {
              "line": 98,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 2444,
            "end": 2459,
            "loc": {
              "start": {
                "line": 57,
                "column": 16
              },
              "end": {
                "line": 57,
                "column": 31
              },
              "identifierName": "drawArcBy_S_E_M"
            },
            "name": "drawArcBy_S_E_M",
            "leadingComments": null
          },
          "generator": false,
          "expression": false,
          "async": false,
          "params": [
            {
              "type": "Identifier",
              "start": 2460,
              "end": 2468,
              "loc": {
                "start": {
                  "line": 57,
                  "column": 32
                },
                "end": {
                  "line": 57,
                  "column": 40
                },
                "identifierName": "startPos"
              },
              "name": "startPos"
            },
            {
              "type": "Identifier",
              "start": 2470,
              "end": 2476,
              "loc": {
                "start": {
                  "line": 57,
                  "column": 42
                },
                "end": {
                  "line": 57,
                  "column": 48
                },
                "identifierName": "endPos"
              },
              "name": "endPos"
            },
            {
              "type": "Identifier",
              "start": 2478,
              "end": 2487,
              "loc": {
                "start": {
                  "line": 57,
                  "column": 50
                },
                "end": {
                  "line": 57,
                  "column": 59
                },
                "identifierName": "middlePos"
              },
              "name": "middlePos"
            }
          ],
          "body": {
            "type": "BlockStatement",
            "start": 2489,
            "end": 4199,
            "loc": {
              "start": {
                "line": 57,
                "column": 61
              },
              "end": {
                "line": 98,
                "column": 1
              }
            },
            "body": [
              {
                "type": "VariableDeclaration",
                "start": 2566,
                "end": 2604,
                "loc": {
                  "start": {
                    "line": 59,
                    "column": 4
                  },
                  "end": {
                    "line": 59,
                    "column": 42
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 2570,
                    "end": 2603,
                    "loc": {
                      "start": {
                        "line": 59,
                        "column": 8
                      },
                      "end": {
                        "line": 59,
                        "column": 41
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 2570,
                      "end": 2573,
                      "loc": {
                        "start": {
                          "line": 59,
                          "column": 8
                        },
                        "end": {
                          "line": 59,
                          "column": 11
                        },
                        "identifierName": "lSE"
                      },
                      "name": "lSE",
                      "leadingComments": null
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 2576,
                      "end": 2603,
                      "loc": {
                        "start": {
                          "line": 59,
                          "column": 14
                        },
                        "end": {
                          "line": 59,
                          "column": 41
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 2576,
                        "end": 2595,
                        "loc": {
                          "start": {
                            "line": 59,
                            "column": 14
                          },
                          "end": {
                            "line": 59,
                            "column": 33
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 2576,
                          "end": 2584,
                          "loc": {
                            "start": {
                              "line": 59,
                              "column": 14
                            },
                            "end": {
                              "line": 59,
                              "column": 22
                            },
                            "identifierName": "startPos"
                          },
                          "name": "startPos"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 2585,
                          "end": 2595,
                          "loc": {
                            "start": {
                              "line": 59,
                              "column": 23
                            },
                            "end": {
                              "line": 59,
                              "column": 33
                            },
                            "identifierName": "distanceTo"
                          },
                          "name": "distanceTo"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 2596,
                          "end": 2602,
                          "loc": {
                            "start": {
                              "line": 59,
                              "column": 34
                            },
                            "end": {
                              "line": 59,
                              "column": 40
                            },
                            "identifierName": "endPos"
                          },
                          "name": "endPos"
                        }
                      ]
                    },
                    "leadingComments": null
                  }
                ],
                "kind": "var",
                "leadingComments": [
                  {
                    "type": "CommentLine",
                    "value": "since vector math is a huge pain in JS, we do it in a stupid way",
                    "start": 2495,
                    "end": 2561,
                    "loc": {
                      "start": {
                        "line": 58,
                        "column": 4
                      },
                      "end": {
                        "line": 58,
                        "column": 70
                      }
                    }
                  }
                ]
              },
              {
                "type": "VariableDeclaration",
                "start": 2609,
                "end": 2650,
                "loc": {
                  "start": {
                    "line": 60,
                    "column": 4
                  },
                  "end": {
                    "line": 60,
                    "column": 45
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 2613,
                    "end": 2649,
                    "loc": {
                      "start": {
                        "line": 60,
                        "column": 8
                      },
                      "end": {
                        "line": 60,
                        "column": 44
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 2613,
                      "end": 2616,
                      "loc": {
                        "start": {
                          "line": 60,
                          "column": 8
                        },
                        "end": {
                          "line": 60,
                          "column": 11
                        },
                        "identifierName": "lSM"
                      },
                      "name": "lSM"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 2619,
                      "end": 2649,
                      "loc": {
                        "start": {
                          "line": 60,
                          "column": 14
                        },
                        "end": {
                          "line": 60,
                          "column": 44
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 2619,
                        "end": 2638,
                        "loc": {
                          "start": {
                            "line": 60,
                            "column": 14
                          },
                          "end": {
                            "line": 60,
                            "column": 33
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 2619,
                          "end": 2627,
                          "loc": {
                            "start": {
                              "line": 60,
                              "column": 14
                            },
                            "end": {
                              "line": 60,
                              "column": 22
                            },
                            "identifierName": "startPos"
                          },
                          "name": "startPos"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 2628,
                          "end": 2638,
                          "loc": {
                            "start": {
                              "line": 60,
                              "column": 23
                            },
                            "end": {
                              "line": 60,
                              "column": 33
                            },
                            "identifierName": "distanceTo"
                          },
                          "name": "distanceTo"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 2639,
                          "end": 2648,
                          "loc": {
                            "start": {
                              "line": 60,
                              "column": 34
                            },
                            "end": {
                              "line": 60,
                              "column": 43
                            },
                            "identifierName": "middlePos"
                          },
                          "name": "middlePos"
                        }
                      ]
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "VariableDeclaration",
                "start": 2655,
                "end": 2694,
                "loc": {
                  "start": {
                    "line": 61,
                    "column": 4
                  },
                  "end": {
                    "line": 61,
                    "column": 43
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 2659,
                    "end": 2693,
                    "loc": {
                      "start": {
                        "line": 61,
                        "column": 8
                      },
                      "end": {
                        "line": 61,
                        "column": 42
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 2659,
                      "end": 2662,
                      "loc": {
                        "start": {
                          "line": 61,
                          "column": 8
                        },
                        "end": {
                          "line": 61,
                          "column": 11
                        },
                        "identifierName": "lEM"
                      },
                      "name": "lEM"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 2665,
                      "end": 2693,
                      "loc": {
                        "start": {
                          "line": 61,
                          "column": 14
                        },
                        "end": {
                          "line": 61,
                          "column": 42
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 2665,
                        "end": 2682,
                        "loc": {
                          "start": {
                            "line": 61,
                            "column": 14
                          },
                          "end": {
                            "line": 61,
                            "column": 31
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 2665,
                          "end": 2671,
                          "loc": {
                            "start": {
                              "line": 61,
                              "column": 14
                            },
                            "end": {
                              "line": 61,
                              "column": 20
                            },
                            "identifierName": "endPos"
                          },
                          "name": "endPos"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 2672,
                          "end": 2682,
                          "loc": {
                            "start": {
                              "line": 61,
                              "column": 21
                            },
                            "end": {
                              "line": 61,
                              "column": 31
                            },
                            "identifierName": "distanceTo"
                          },
                          "name": "distanceTo"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 2683,
                          "end": 2692,
                          "loc": {
                            "start": {
                              "line": 61,
                              "column": 32
                            },
                            "end": {
                              "line": 61,
                              "column": 41
                            },
                            "identifierName": "middlePos"
                          },
                          "name": "middlePos"
                        }
                      ]
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "VariableDeclaration",
                "start": 2699,
                "end": 2788,
                "loc": {
                  "start": {
                    "line": 62,
                    "column": 4
                  },
                  "end": {
                    "line": 62,
                    "column": 93
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 2703,
                    "end": 2787,
                    "loc": {
                      "start": {
                        "line": 62,
                        "column": 8
                      },
                      "end": {
                        "line": 62,
                        "column": 92
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 2703,
                      "end": 2708,
                      "loc": {
                        "start": {
                          "line": 62,
                          "column": 8
                        },
                        "end": {
                          "line": 62,
                          "column": 13
                        },
                        "identifierName": "sArea"
                      },
                      "name": "sArea"
                    },
                    "init": {
                      "type": "BinaryExpression",
                      "start": 2711,
                      "end": 2787,
                      "loc": {
                        "start": {
                          "line": 62,
                          "column": 16
                        },
                        "end": {
                          "line": 62,
                          "column": 92
                        }
                      },
                      "left": {
                        "type": "CallExpression",
                        "start": 2711,
                        "end": 2781,
                        "loc": {
                          "start": {
                            "line": 62,
                            "column": 16
                          },
                          "end": {
                            "line": 62,
                            "column": 86
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 2711,
                          "end": 2718,
                          "loc": {
                            "start": {
                              "line": 62,
                              "column": 16
                            },
                            "end": {
                              "line": 62,
                              "column": 23
                            },
                            "identifierName": "cross2d"
                          },
                          "name": "cross2d"
                        },
                        "arguments": [
                          {
                            "type": "CallExpression",
                            "start": 2719,
                            "end": 2747,
                            "loc": {
                              "start": {
                                "line": 62,
                                "column": 24
                              },
                              "end": {
                                "line": 62,
                                "column": 52
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 2719,
                              "end": 2737,
                              "loc": {
                                "start": {
                                  "line": 62,
                                  "column": 24
                                },
                                "end": {
                                  "line": 62,
                                  "column": 42
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 2719,
                                "end": 2733,
                                "loc": {
                                  "start": {
                                    "line": 62,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 62,
                                    "column": 38
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 2719,
                                  "end": 2731,
                                  "loc": {
                                    "start": {
                                      "line": 62,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 62,
                                      "column": 36
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 2719,
                                    "end": 2725,
                                    "loc": {
                                      "start": {
                                        "line": 62,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 62,
                                        "column": 30
                                      },
                                      "identifierName": "endPos"
                                    },
                                    "name": "endPos"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2726,
                                    "end": 2731,
                                    "loc": {
                                      "start": {
                                        "line": 62,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 62,
                                        "column": 36
                                      },
                                      "identifierName": "clone"
                                    },
                                    "name": "clone"
                                  },
                                  "computed": false
                                },
                                "arguments": []
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2734,
                                "end": 2737,
                                "loc": {
                                  "start": {
                                    "line": 62,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 62,
                                    "column": 42
                                  },
                                  "identifierName": "sub"
                                },
                                "name": "sub"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 2738,
                                "end": 2746,
                                "loc": {
                                  "start": {
                                    "line": 62,
                                    "column": 43
                                  },
                                  "end": {
                                    "line": 62,
                                    "column": 51
                                  },
                                  "identifierName": "startPos"
                                },
                                "name": "startPos"
                              }
                            ]
                          },
                          {
                            "type": "CallExpression",
                            "start": 2749,
                            "end": 2780,
                            "loc": {
                              "start": {
                                "line": 62,
                                "column": 54
                              },
                              "end": {
                                "line": 62,
                                "column": 85
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 2749,
                              "end": 2770,
                              "loc": {
                                "start": {
                                  "line": 62,
                                  "column": 54
                                },
                                "end": {
                                  "line": 62,
                                  "column": 75
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 2749,
                                "end": 2766,
                                "loc": {
                                  "start": {
                                    "line": 62,
                                    "column": 54
                                  },
                                  "end": {
                                    "line": 62,
                                    "column": 71
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 2749,
                                  "end": 2764,
                                  "loc": {
                                    "start": {
                                      "line": 62,
                                      "column": 54
                                    },
                                    "end": {
                                      "line": 62,
                                      "column": 69
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 2749,
                                    "end": 2758,
                                    "loc": {
                                      "start": {
                                        "line": 62,
                                        "column": 54
                                      },
                                      "end": {
                                        "line": 62,
                                        "column": 63
                                      },
                                      "identifierName": "middlePos"
                                    },
                                    "name": "middlePos"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2759,
                                    "end": 2764,
                                    "loc": {
                                      "start": {
                                        "line": 62,
                                        "column": 64
                                      },
                                      "end": {
                                        "line": 62,
                                        "column": 69
                                      },
                                      "identifierName": "clone"
                                    },
                                    "name": "clone"
                                  },
                                  "computed": false
                                },
                                "arguments": []
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2767,
                                "end": 2770,
                                "loc": {
                                  "start": {
                                    "line": 62,
                                    "column": 72
                                  },
                                  "end": {
                                    "line": 62,
                                    "column": 75
                                  },
                                  "identifierName": "sub"
                                },
                                "name": "sub"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 2771,
                                "end": 2779,
                                "loc": {
                                  "start": {
                                    "line": 62,
                                    "column": 76
                                  },
                                  "end": {
                                    "line": 62,
                                    "column": 84
                                  },
                                  "identifierName": "startPos"
                                },
                                "name": "startPos"
                              }
                            ]
                          }
                        ]
                      },
                      "operator": "/",
                      "right": {
                        "type": "NumericLiteral",
                        "start": 2784,
                        "end": 2787,
                        "loc": {
                          "start": {
                            "line": 62,
                            "column": 89
                          },
                          "end": {
                            "line": 62,
                            "column": 92
                          }
                        },
                        "extra": {
                          "rawValue": 2,
                          "raw": "2.0"
                        },
                        "value": 2
                      }
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "VariableDeclaration",
                "start": 2793,
                "end": 2820,
                "loc": {
                  "start": {
                    "line": 63,
                    "column": 4
                  },
                  "end": {
                    "line": 63,
                    "column": 31
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 2797,
                    "end": 2819,
                    "loc": {
                      "start": {
                        "line": 63,
                        "column": 8
                      },
                      "end": {
                        "line": 63,
                        "column": 30
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 2797,
                      "end": 2801,
                      "loc": {
                        "start": {
                          "line": 63,
                          "column": 8
                        },
                        "end": {
                          "line": 63,
                          "column": 12
                        },
                        "identifierName": "area"
                      },
                      "name": "area"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 2804,
                      "end": 2819,
                      "loc": {
                        "start": {
                          "line": 63,
                          "column": 15
                        },
                        "end": {
                          "line": 63,
                          "column": 30
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 2804,
                        "end": 2812,
                        "loc": {
                          "start": {
                            "line": 63,
                            "column": 15
                          },
                          "end": {
                            "line": 63,
                            "column": 23
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 2804,
                          "end": 2808,
                          "loc": {
                            "start": {
                              "line": 63,
                              "column": 15
                            },
                            "end": {
                              "line": 63,
                              "column": 19
                            },
                            "identifierName": "Math"
                          },
                          "name": "Math"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 2809,
                          "end": 2812,
                          "loc": {
                            "start": {
                              "line": 63,
                              "column": 20
                            },
                            "end": {
                              "line": 63,
                              "column": 23
                            },
                            "identifierName": "abs"
                          },
                          "name": "abs"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 2813,
                          "end": 2818,
                          "loc": {
                            "start": {
                              "line": 63,
                              "column": 24
                            },
                            "end": {
                              "line": 63,
                              "column": 29
                            },
                            "identifierName": "sArea"
                          },
                          "name": "sArea"
                        }
                      ]
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "IfStatement",
                "start": 2825,
                "end": 2902,
                "loc": {
                  "start": {
                    "line": 64,
                    "column": 4
                  },
                  "end": {
                    "line": 65,
                    "column": 46
                  }
                },
                "test": {
                  "type": "BinaryExpression",
                  "start": 2829,
                  "end": 2854,
                  "loc": {
                    "start": {
                      "line": 64,
                      "column": 8
                    },
                    "end": {
                      "line": 64,
                      "column": 33
                    }
                  },
                  "left": {
                    "type": "Identifier",
                    "start": 2829,
                    "end": 2833,
                    "loc": {
                      "start": {
                        "line": 64,
                        "column": 8
                      },
                      "end": {
                        "line": 64,
                        "column": 12
                      },
                      "identifierName": "area"
                    },
                    "name": "area"
                  },
                  "operator": "<=",
                  "right": {
                    "type": "BinaryExpression",
                    "start": 2837,
                    "end": 2854,
                    "loc": {
                      "start": {
                        "line": 64,
                        "column": 16
                      },
                      "end": {
                        "line": 64,
                        "column": 33
                      }
                    },
                    "left": {
                      "type": "BinaryExpression",
                      "start": 2837,
                      "end": 2847,
                      "loc": {
                        "start": {
                          "line": 64,
                          "column": 16
                        },
                        "end": {
                          "line": 64,
                          "column": 26
                        }
                      },
                      "left": {
                        "type": "NumericLiteral",
                        "start": 2837,
                        "end": 2841,
                        "loc": {
                          "start": {
                            "line": 64,
                            "column": 16
                          },
                          "end": {
                            "line": 64,
                            "column": 20
                          }
                        },
                        "extra": {
                          "rawValue": 0.001,
                          "raw": "1e-3"
                        },
                        "value": 0.001
                      },
                      "operator": "*",
                      "right": {
                        "type": "Identifier",
                        "start": 2844,
                        "end": 2847,
                        "loc": {
                          "start": {
                            "line": 64,
                            "column": 23
                          },
                          "end": {
                            "line": 64,
                            "column": 26
                          },
                          "identifierName": "lSE"
                        },
                        "name": "lSE"
                      }
                    },
                    "operator": "+",
                    "right": {
                      "type": "NumericLiteral",
                      "start": 2850,
                      "end": 2854,
                      "loc": {
                        "start": {
                          "line": 64,
                          "column": 29
                        },
                        "end": {
                          "line": 64,
                          "column": 33
                        }
                      },
                      "extra": {
                        "rawValue": 0.001,
                        "raw": "1e-3"
                      },
                      "value": 0.001
                    }
                  }
                },
                "consequent": {
                  "type": "ReturnStatement",
                  "start": 2864,
                  "end": 2902,
                  "loc": {
                    "start": {
                      "line": 65,
                      "column": 8
                    },
                    "end": {
                      "line": 65,
                      "column": 46
                    }
                  },
                  "argument": {
                    "type": "ObjectExpression",
                    "start": 2871,
                    "end": 2901,
                    "loc": {
                      "start": {
                        "line": 65,
                        "column": 15
                      },
                      "end": {
                        "line": 65,
                        "column": 45
                      }
                    },
                    "properties": [
                      {
                        "type": "ObjectProperty",
                        "start": 2872,
                        "end": 2887,
                        "loc": {
                          "start": {
                            "line": 65,
                            "column": 16
                          },
                          "end": {
                            "line": 65,
                            "column": 31
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 2872,
                          "end": 2877,
                          "loc": {
                            "start": {
                              "line": 65,
                              "column": 16
                            },
                            "end": {
                              "line": 65,
                              "column": 21
                            },
                            "identifierName": "start"
                          },
                          "name": "start"
                        },
                        "value": {
                          "type": "Identifier",
                          "start": 2879,
                          "end": 2887,
                          "loc": {
                            "start": {
                              "line": 65,
                              "column": 23
                            },
                            "end": {
                              "line": 65,
                              "column": 31
                            },
                            "identifierName": "startPos"
                          },
                          "name": "startPos"
                        }
                      },
                      {
                        "type": "ObjectProperty",
                        "start": 2889,
                        "end": 2900,
                        "loc": {
                          "start": {
                            "line": 65,
                            "column": 33
                          },
                          "end": {
                            "line": 65,
                            "column": 44
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 2889,
                          "end": 2892,
                          "loc": {
                            "start": {
                              "line": 65,
                              "column": 33
                            },
                            "end": {
                              "line": 65,
                              "column": 36
                            },
                            "identifierName": "end"
                          },
                          "name": "end"
                        },
                        "value": {
                          "type": "Identifier",
                          "start": 2894,
                          "end": 2900,
                          "loc": {
                            "start": {
                              "line": 65,
                              "column": 38
                            },
                            "end": {
                              "line": 65,
                              "column": 44
                            },
                            "identifierName": "endPos"
                          },
                          "name": "endPos"
                        }
                      }
                    ]
                  },
                  "trailingComments": null
                },
                "alternate": null,
                "trailingComments": [
                  {
                    "type": "CommentLine",
                    "value": "getting radius with school math",
                    "start": 2907,
                    "end": 2940,
                    "loc": {
                      "start": {
                        "line": 66,
                        "column": 4
                      },
                      "end": {
                        "line": 66,
                        "column": 37
                      }
                    }
                  }
                ]
              },
              {
                "type": "VariableDeclaration",
                "start": 2945,
                "end": 2991,
                "loc": {
                  "start": {
                    "line": 67,
                    "column": 4
                  },
                  "end": {
                    "line": 67,
                    "column": 50
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 2949,
                    "end": 2990,
                    "loc": {
                      "start": {
                        "line": 67,
                        "column": 8
                      },
                      "end": {
                        "line": 67,
                        "column": 49
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 2949,
                      "end": 2955,
                      "loc": {
                        "start": {
                          "line": 67,
                          "column": 8
                        },
                        "end": {
                          "line": 67,
                          "column": 14
                        },
                        "identifierName": "radius"
                      },
                      "name": "radius",
                      "leadingComments": null
                    },
                    "init": {
                      "type": "BinaryExpression",
                      "start": 2958,
                      "end": 2990,
                      "loc": {
                        "start": {
                          "line": 67,
                          "column": 17
                        },
                        "end": {
                          "line": 67,
                          "column": 49
                        }
                      },
                      "left": {
                        "type": "BinaryExpression",
                        "start": 2959,
                        "end": 2974,
                        "loc": {
                          "start": {
                            "line": 67,
                            "column": 18
                          },
                          "end": {
                            "line": 67,
                            "column": 33
                          }
                        },
                        "left": {
                          "type": "BinaryExpression",
                          "start": 2959,
                          "end": 2968,
                          "loc": {
                            "start": {
                              "line": 67,
                              "column": 18
                            },
                            "end": {
                              "line": 67,
                              "column": 27
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 2959,
                            "end": 2962,
                            "loc": {
                              "start": {
                                "line": 67,
                                "column": 18
                              },
                              "end": {
                                "line": 67,
                                "column": 21
                              },
                              "identifierName": "lSE"
                            },
                            "name": "lSE"
                          },
                          "operator": "*",
                          "right": {
                            "type": "Identifier",
                            "start": 2965,
                            "end": 2968,
                            "loc": {
                              "start": {
                                "line": 67,
                                "column": 24
                              },
                              "end": {
                                "line": 67,
                                "column": 27
                              },
                              "identifierName": "lSM"
                            },
                            "name": "lSM"
                          }
                        },
                        "operator": "*",
                        "right": {
                          "type": "Identifier",
                          "start": 2971,
                          "end": 2974,
                          "loc": {
                            "start": {
                              "line": 67,
                              "column": 30
                            },
                            "end": {
                              "line": 67,
                              "column": 33
                            },
                            "identifierName": "lEM"
                          },
                          "name": "lEM"
                        },
                        "extra": {
                          "parenthesized": true,
                          "parenStart": 2958
                        }
                      },
                      "operator": "/",
                      "right": {
                        "type": "BinaryExpression",
                        "start": 2979,
                        "end": 2989,
                        "loc": {
                          "start": {
                            "line": 67,
                            "column": 38
                          },
                          "end": {
                            "line": 67,
                            "column": 48
                          }
                        },
                        "left": {
                          "type": "NumericLiteral",
                          "start": 2979,
                          "end": 2982,
                          "loc": {
                            "start": {
                              "line": 67,
                              "column": 38
                            },
                            "end": {
                              "line": 67,
                              "column": 41
                            }
                          },
                          "extra": {
                            "rawValue": 4,
                            "raw": "4.0"
                          },
                          "value": 4
                        },
                        "operator": "*",
                        "right": {
                          "type": "Identifier",
                          "start": 2985,
                          "end": 2989,
                          "loc": {
                            "start": {
                              "line": 67,
                              "column": 44
                            },
                            "end": {
                              "line": 67,
                              "column": 48
                            },
                            "identifierName": "area"
                          },
                          "name": "area"
                        },
                        "extra": {
                          "parenthesized": true,
                          "parenStart": 2978
                        }
                      }
                    },
                    "leadingComments": null
                  }
                ],
                "kind": "var",
                "leadingComments": [
                  {
                    "type": "CommentLine",
                    "value": "getting radius with school math",
                    "start": 2907,
                    "end": 2940,
                    "loc": {
                      "start": {
                        "line": 66,
                        "column": 4
                      },
                      "end": {
                        "line": 66,
                        "column": 37
                      }
                    }
                  }
                ]
              },
              {
                "type": "ExpressionStatement",
                "start": 2996,
                "end": 3042,
                "loc": {
                  "start": {
                    "line": 68,
                    "column": 4
                  },
                  "end": {
                    "line": 68,
                    "column": 50
                  }
                },
                "expression": {
                  "type": "AssignmentExpression",
                  "start": 2996,
                  "end": 3041,
                  "loc": {
                    "start": {
                      "line": 68,
                      "column": 4
                    },
                    "end": {
                      "line": 68,
                      "column": 49
                    }
                  },
                  "operator": "=",
                  "left": {
                    "type": "Identifier",
                    "start": 2996,
                    "end": 3002,
                    "loc": {
                      "start": {
                        "line": 68,
                        "column": 4
                      },
                      "end": {
                        "line": 68,
                        "column": 10
                      },
                      "identifierName": "radius"
                    },
                    "name": "radius"
                  },
                  "right": {
                    "type": "CallExpression",
                    "start": 3005,
                    "end": 3041,
                    "loc": {
                      "start": {
                        "line": 68,
                        "column": 13
                      },
                      "end": {
                        "line": 68,
                        "column": 49
                      }
                    },
                    "callee": {
                      "type": "MemberExpression",
                      "start": 3005,
                      "end": 3013,
                      "loc": {
                        "start": {
                          "line": 68,
                          "column": 13
                        },
                        "end": {
                          "line": 68,
                          "column": 21
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 3005,
                        "end": 3009,
                        "loc": {
                          "start": {
                            "line": 68,
                            "column": 13
                          },
                          "end": {
                            "line": 68,
                            "column": 17
                          },
                          "identifierName": "Math"
                        },
                        "name": "Math"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 3010,
                        "end": 3013,
                        "loc": {
                          "start": {
                            "line": 68,
                            "column": 18
                          },
                          "end": {
                            "line": 68,
                            "column": 21
                          },
                          "identifierName": "max"
                        },
                        "name": "max"
                      },
                      "computed": false
                    },
                    "arguments": [
                      {
                        "type": "Identifier",
                        "start": 3014,
                        "end": 3020,
                        "loc": {
                          "start": {
                            "line": 68,
                            "column": 22
                          },
                          "end": {
                            "line": 68,
                            "column": 28
                          },
                          "identifierName": "radius"
                        },
                        "name": "radius"
                      },
                      {
                        "type": "BinaryExpression",
                        "start": 3022,
                        "end": 3040,
                        "loc": {
                          "start": {
                            "line": 68,
                            "column": 30
                          },
                          "end": {
                            "line": 68,
                            "column": 48
                          }
                        },
                        "left": {
                          "type": "BinaryExpression",
                          "start": 3023,
                          "end": 3033,
                          "loc": {
                            "start": {
                              "line": 68,
                              "column": 31
                            },
                            "end": {
                              "line": 68,
                              "column": 41
                            }
                          },
                          "left": {
                            "type": "NumericLiteral",
                            "start": 3023,
                            "end": 3026,
                            "loc": {
                              "start": {
                                "line": 68,
                                "column": 31
                              },
                              "end": {
                                "line": 68,
                                "column": 34
                              }
                            },
                            "extra": {
                              "rawValue": 0.5,
                              "raw": "0.5"
                            },
                            "value": 0.5
                          },
                          "operator": "+",
                          "right": {
                            "type": "NumericLiteral",
                            "start": 3029,
                            "end": 3033,
                            "loc": {
                              "start": {
                                "line": 68,
                                "column": 37
                              },
                              "end": {
                                "line": 68,
                                "column": 41
                              }
                            },
                            "extra": {
                              "rawValue": 1e-9,
                              "raw": "1e-9"
                            },
                            "value": 1e-9
                          },
                          "extra": {
                            "parenthesized": true,
                            "parenStart": 3022
                          }
                        },
                        "operator": "*",
                        "right": {
                          "type": "Identifier",
                          "start": 3037,
                          "end": 3040,
                          "loc": {
                            "start": {
                              "line": 68,
                              "column": 45
                            },
                            "end": {
                              "line": 68,
                              "column": 48
                            },
                            "identifierName": "lSE"
                          },
                          "name": "lSE"
                        }
                      }
                    ]
                  }
                }
              },
              {
                "type": "VariableDeclaration",
                "start": 3047,
                "end": 3105,
                "loc": {
                  "start": {
                    "line": 69,
                    "column": 4
                  },
                  "end": {
                    "line": 69,
                    "column": 62
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 3051,
                    "end": 3104,
                    "loc": {
                      "start": {
                        "line": 69,
                        "column": 8
                      },
                      "end": {
                        "line": 69,
                        "column": 61
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 3051,
                      "end": 3057,
                      "loc": {
                        "start": {
                          "line": 69,
                          "column": 8
                        },
                        "end": {
                          "line": 69,
                          "column": 14
                        },
                        "identifierName": "height"
                      },
                      "name": "height"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 3060,
                      "end": 3104,
                      "loc": {
                        "start": {
                          "line": 69,
                          "column": 17
                        },
                        "end": {
                          "line": 69,
                          "column": 61
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 3060,
                        "end": 3069,
                        "loc": {
                          "start": {
                            "line": 69,
                            "column": 17
                          },
                          "end": {
                            "line": 69,
                            "column": 26
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 3060,
                          "end": 3064,
                          "loc": {
                            "start": {
                              "line": 69,
                              "column": 17
                            },
                            "end": {
                              "line": 69,
                              "column": 21
                            },
                            "identifierName": "Math"
                          },
                          "name": "Math"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 3065,
                          "end": 3069,
                          "loc": {
                            "start": {
                              "line": 69,
                              "column": 22
                            },
                            "end": {
                              "line": 69,
                              "column": 26
                            },
                            "identifierName": "sqrt"
                          },
                          "name": "sqrt"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "BinaryExpression",
                          "start": 3070,
                          "end": 3103,
                          "loc": {
                            "start": {
                              "line": 69,
                              "column": 27
                            },
                            "end": {
                              "line": 69,
                              "column": 60
                            }
                          },
                          "left": {
                            "type": "BinaryExpression",
                            "start": 3070,
                            "end": 3085,
                            "loc": {
                              "start": {
                                "line": 69,
                                "column": 27
                              },
                              "end": {
                                "line": 69,
                                "column": 42
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 3070,
                              "end": 3076,
                              "loc": {
                                "start": {
                                  "line": 69,
                                  "column": 27
                                },
                                "end": {
                                  "line": 69,
                                  "column": 33
                                },
                                "identifierName": "radius"
                              },
                              "name": "radius"
                            },
                            "operator": "*",
                            "right": {
                              "type": "Identifier",
                              "start": 3079,
                              "end": 3085,
                              "loc": {
                                "start": {
                                  "line": 69,
                                  "column": 36
                                },
                                "end": {
                                  "line": 69,
                                  "column": 42
                                },
                                "identifierName": "radius"
                              },
                              "name": "radius"
                            }
                          },
                          "operator": "-",
                          "right": {
                            "type": "BinaryExpression",
                            "start": 3088,
                            "end": 3103,
                            "loc": {
                              "start": {
                                "line": 69,
                                "column": 45
                              },
                              "end": {
                                "line": 69,
                                "column": 60
                              }
                            },
                            "left": {
                              "type": "BinaryExpression",
                              "start": 3088,
                              "end": 3097,
                              "loc": {
                                "start": {
                                  "line": 69,
                                  "column": 45
                                },
                                "end": {
                                  "line": 69,
                                  "column": 54
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 3088,
                                "end": 3091,
                                "loc": {
                                  "start": {
                                    "line": 69,
                                    "column": 45
                                  },
                                  "end": {
                                    "line": 69,
                                    "column": 48
                                  },
                                  "identifierName": "lSE"
                                },
                                "name": "lSE"
                              },
                              "operator": "*",
                              "right": {
                                "type": "Identifier",
                                "start": 3094,
                                "end": 3097,
                                "loc": {
                                  "start": {
                                    "line": 69,
                                    "column": 51
                                  },
                                  "end": {
                                    "line": 69,
                                    "column": 54
                                  },
                                  "identifierName": "lSE"
                                },
                                "name": "lSE"
                              }
                            },
                            "operator": "/",
                            "right": {
                              "type": "NumericLiteral",
                              "start": 3100,
                              "end": 3103,
                              "loc": {
                                "start": {
                                  "line": 69,
                                  "column": 57
                                },
                                "end": {
                                  "line": 69,
                                  "column": 60
                                }
                              },
                              "extra": {
                                "rawValue": 4,
                                "raw": "4.0"
                              },
                              "value": 4
                            }
                          }
                        }
                      ]
                    }
                  }
                ],
                "kind": "var",
                "trailingComments": [
                  {
                    "type": "CommentLine",
                    "value": "copy-pasting middle perpendicular",
                    "start": 3110,
                    "end": 3145,
                    "loc": {
                      "start": {
                        "line": 70,
                        "column": 4
                      },
                      "end": {
                        "line": 70,
                        "column": 39
                      }
                    }
                  }
                ]
              },
              {
                "type": "VariableDeclaration",
                "start": 3150,
                "end": 3205,
                "loc": {
                  "start": {
                    "line": 71,
                    "column": 4
                  },
                  "end": {
                    "line": 71,
                    "column": 59
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 3154,
                    "end": 3204,
                    "loc": {
                      "start": {
                        "line": 71,
                        "column": 8
                      },
                      "end": {
                        "line": 71,
                        "column": 58
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 3154,
                      "end": 3157,
                      "loc": {
                        "start": {
                          "line": 71,
                          "column": 8
                        },
                        "end": {
                          "line": 71,
                          "column": 11
                        },
                        "identifierName": "mid"
                      },
                      "name": "mid",
                      "leadingComments": null
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 3160,
                      "end": 3204,
                      "loc": {
                        "start": {
                          "line": 71,
                          "column": 14
                        },
                        "end": {
                          "line": 71,
                          "column": 58
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 3160,
                        "end": 3201,
                        "loc": {
                          "start": {
                            "line": 71,
                            "column": 14
                          },
                          "end": {
                            "line": 71,
                            "column": 55
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 3160,
                          "end": 3188,
                          "loc": {
                            "start": {
                              "line": 71,
                              "column": 14
                            },
                            "end": {
                              "line": 71,
                              "column": 42
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 3160,
                            "end": 3178,
                            "loc": {
                              "start": {
                                "line": 71,
                                "column": 14
                              },
                              "end": {
                                "line": 71,
                                "column": 32
                              }
                            },
                            "object": {
                              "type": "CallExpression",
                              "start": 3160,
                              "end": 3174,
                              "loc": {
                                "start": {
                                  "line": 71,
                                  "column": 14
                                },
                                "end": {
                                  "line": 71,
                                  "column": 28
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 3160,
                                "end": 3172,
                                "loc": {
                                  "start": {
                                    "line": 71,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 71,
                                    "column": 26
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 3160,
                                  "end": 3166,
                                  "loc": {
                                    "start": {
                                      "line": 71,
                                      "column": 14
                                    },
                                    "end": {
                                      "line": 71,
                                      "column": 20
                                    },
                                    "identifierName": "endPos"
                                  },
                                  "name": "endPos"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3167,
                                  "end": 3172,
                                  "loc": {
                                    "start": {
                                      "line": 71,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 71,
                                      "column": 26
                                    },
                                    "identifierName": "clone"
                                  },
                                  "name": "clone"
                                },
                                "computed": false
                              },
                              "arguments": []
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3175,
                              "end": 3178,
                              "loc": {
                                "start": {
                                  "line": 71,
                                  "column": 29
                                },
                                "end": {
                                  "line": 71,
                                  "column": 32
                                },
                                "identifierName": "add"
                              },
                              "name": "add"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 3179,
                              "end": 3187,
                              "loc": {
                                "start": {
                                  "line": 71,
                                  "column": 33
                                },
                                "end": {
                                  "line": 71,
                                  "column": 41
                                },
                                "identifierName": "startPos"
                              },
                              "name": "startPos"
                            }
                          ]
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 3189,
                          "end": 3201,
                          "loc": {
                            "start": {
                              "line": 71,
                              "column": 43
                            },
                            "end": {
                              "line": 71,
                              "column": 55
                            },
                            "identifierName": "divideScalar"
                          },
                          "name": "divideScalar"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "NumericLiteral",
                          "start": 3202,
                          "end": 3203,
                          "loc": {
                            "start": {
                              "line": 71,
                              "column": 56
                            },
                            "end": {
                              "line": 71,
                              "column": 57
                            }
                          },
                          "extra": {
                            "rawValue": 2,
                            "raw": "2"
                          },
                          "value": 2
                        }
                      ]
                    },
                    "leadingComments": null
                  }
                ],
                "kind": "var",
                "leadingComments": [
                  {
                    "type": "CommentLine",
                    "value": "copy-pasting middle perpendicular",
                    "start": 3110,
                    "end": 3145,
                    "loc": {
                      "start": {
                        "line": 70,
                        "column": 4
                      },
                      "end": {
                        "line": 70,
                        "column": 39
                      }
                    }
                  }
                ]
              },
              {
                "type": "VariableDeclaration",
                "start": 3210,
                "end": 3249,
                "loc": {
                  "start": {
                    "line": 72,
                    "column": 4
                  },
                  "end": {
                    "line": 72,
                    "column": 43
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 3214,
                    "end": 3248,
                    "loc": {
                      "start": {
                        "line": 72,
                        "column": 8
                      },
                      "end": {
                        "line": 72,
                        "column": 42
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 3214,
                      "end": 3217,
                      "loc": {
                        "start": {
                          "line": 72,
                          "column": 8
                        },
                        "end": {
                          "line": 72,
                          "column": 11
                        },
                        "identifierName": "dir"
                      },
                      "name": "dir"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 3220,
                      "end": 3248,
                      "loc": {
                        "start": {
                          "line": 72,
                          "column": 14
                        },
                        "end": {
                          "line": 72,
                          "column": 42
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 3220,
                        "end": 3238,
                        "loc": {
                          "start": {
                            "line": 72,
                            "column": 14
                          },
                          "end": {
                            "line": 72,
                            "column": 32
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 3220,
                          "end": 3234,
                          "loc": {
                            "start": {
                              "line": 72,
                              "column": 14
                            },
                            "end": {
                              "line": 72,
                              "column": 28
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 3220,
                            "end": 3232,
                            "loc": {
                              "start": {
                                "line": 72,
                                "column": 14
                              },
                              "end": {
                                "line": 72,
                                "column": 26
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 3220,
                              "end": 3226,
                              "loc": {
                                "start": {
                                  "line": 72,
                                  "column": 14
                                },
                                "end": {
                                  "line": 72,
                                  "column": 20
                                },
                                "identifierName": "endPos"
                              },
                              "name": "endPos"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3227,
                              "end": 3232,
                              "loc": {
                                "start": {
                                  "line": 72,
                                  "column": 21
                                },
                                "end": {
                                  "line": 72,
                                  "column": 26
                                },
                                "identifierName": "clone"
                              },
                              "name": "clone"
                            },
                            "computed": false
                          },
                          "arguments": []
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 3235,
                          "end": 3238,
                          "loc": {
                            "start": {
                              "line": 72,
                              "column": 29
                            },
                            "end": {
                              "line": 72,
                              "column": 32
                            },
                            "identifierName": "sub"
                          },
                          "name": "sub"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 3239,
                          "end": 3247,
                          "loc": {
                            "start": {
                              "line": 72,
                              "column": 33
                            },
                            "end": {
                              "line": 72,
                              "column": 41
                            },
                            "identifierName": "startPos"
                          },
                          "name": "startPos"
                        }
                      ]
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "VariableDeclaration",
                "start": 3254,
                "end": 3314,
                "loc": {
                  "start": {
                    "line": 73,
                    "column": 4
                  },
                  "end": {
                    "line": 73,
                    "column": 64
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 3258,
                    "end": 3313,
                    "loc": {
                      "start": {
                        "line": 73,
                        "column": 8
                      },
                      "end": {
                        "line": 73,
                        "column": 63
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 3258,
                      "end": 3261,
                      "loc": {
                        "start": {
                          "line": 73,
                          "column": 8
                        },
                        "end": {
                          "line": 73,
                          "column": 11
                        },
                        "identifierName": "per"
                      },
                      "name": "per"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 3264,
                      "end": 3313,
                      "loc": {
                        "start": {
                          "line": 73,
                          "column": 14
                        },
                        "end": {
                          "line": 73,
                          "column": 63
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 3264,
                        "end": 3311,
                        "loc": {
                          "start": {
                            "line": 73,
                            "column": 14
                          },
                          "end": {
                            "line": 73,
                            "column": 61
                          }
                        },
                        "object": {
                          "type": "NewExpression",
                          "start": 3264,
                          "end": 3301,
                          "loc": {
                            "start": {
                              "line": 73,
                              "column": 14
                            },
                            "end": {
                              "line": 73,
                              "column": 51
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 3268,
                            "end": 3281,
                            "loc": {
                              "start": {
                                "line": 73,
                                "column": 18
                              },
                              "end": {
                                "line": 73,
                                "column": 31
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 3268,
                              "end": 3273,
                              "loc": {
                                "start": {
                                  "line": 73,
                                  "column": 18
                                },
                                "end": {
                                  "line": 73,
                                  "column": 23
                                },
                                "identifierName": "THREE"
                              },
                              "name": "THREE"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3274,
                              "end": 3281,
                              "loc": {
                                "start": {
                                  "line": 73,
                                  "column": 24
                                },
                                "end": {
                                  "line": 73,
                                  "column": 31
                                },
                                "identifierName": "Vector3"
                              },
                              "name": "Vector3"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "UnaryExpression",
                              "start": 3282,
                              "end": 3288,
                              "loc": {
                                "start": {
                                  "line": 73,
                                  "column": 32
                                },
                                "end": {
                                  "line": 73,
                                  "column": 38
                                }
                              },
                              "operator": "-",
                              "prefix": true,
                              "argument": {
                                "type": "MemberExpression",
                                "start": 3283,
                                "end": 3288,
                                "loc": {
                                  "start": {
                                    "line": 73,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 73,
                                    "column": 38
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 3283,
                                  "end": 3286,
                                  "loc": {
                                    "start": {
                                      "line": 73,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 73,
                                      "column": 36
                                    },
                                    "identifierName": "dir"
                                  },
                                  "name": "dir"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3287,
                                  "end": 3288,
                                  "loc": {
                                    "start": {
                                      "line": 73,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 73,
                                      "column": 38
                                    },
                                    "identifierName": "y"
                                  },
                                  "name": "y"
                                },
                                "computed": false
                              },
                              "extra": {
                                "parenthesizedArgument": false
                              }
                            },
                            {
                              "type": "MemberExpression",
                              "start": 3290,
                              "end": 3295,
                              "loc": {
                                "start": {
                                  "line": 73,
                                  "column": 40
                                },
                                "end": {
                                  "line": 73,
                                  "column": 45
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 3290,
                                "end": 3293,
                                "loc": {
                                  "start": {
                                    "line": 73,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 73,
                                    "column": 43
                                  },
                                  "identifierName": "dir"
                                },
                                "name": "dir"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3294,
                                "end": 3295,
                                "loc": {
                                  "start": {
                                    "line": 73,
                                    "column": 44
                                  },
                                  "end": {
                                    "line": 73,
                                    "column": 45
                                  },
                                  "identifierName": "x"
                                },
                                "name": "x"
                              },
                              "computed": false
                            },
                            {
                              "type": "NumericLiteral",
                              "start": 3297,
                              "end": 3300,
                              "loc": {
                                "start": {
                                  "line": 73,
                                  "column": 47
                                },
                                "end": {
                                  "line": 73,
                                  "column": 50
                                }
                              },
                              "extra": {
                                "rawValue": 0,
                                "raw": "0.0"
                              },
                              "value": 0
                            }
                          ]
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 3302,
                          "end": 3311,
                          "loc": {
                            "start": {
                              "line": 73,
                              "column": 52
                            },
                            "end": {
                              "line": 73,
                              "column": 61
                            },
                            "identifierName": "normalize"
                          },
                          "name": "normalize"
                        },
                        "computed": false
                      },
                      "arguments": []
                    }
                  }
                ],
                "kind": "var",
                "trailingComments": [
                  {
                    "type": "CommentLine",
                    "value": "getting center (choose best of two cases)",
                    "start": 3319,
                    "end": 3362,
                    "loc": {
                      "start": {
                        "line": 74,
                        "column": 4
                      },
                      "end": {
                        "line": 74,
                        "column": 47
                      }
                    }
                  }
                ]
              },
              {
                "type": "VariableDeclaration",
                "start": 3367,
                "end": 3389,
                "loc": {
                  "start": {
                    "line": 75,
                    "column": 4
                  },
                  "end": {
                    "line": 75,
                    "column": 26
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 3371,
                    "end": 3374,
                    "loc": {
                      "start": {
                        "line": 75,
                        "column": 8
                      },
                      "end": {
                        "line": 75,
                        "column": 11
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 3371,
                      "end": 3374,
                      "loc": {
                        "start": {
                          "line": 75,
                          "column": 8
                        },
                        "end": {
                          "line": 75,
                          "column": 11
                        },
                        "identifierName": "ctr"
                      },
                      "name": "ctr",
                      "leadingComments": null
                    },
                    "init": null,
                    "leadingComments": null
                  },
                  {
                    "type": "VariableDeclarator",
                    "start": 3376,
                    "end": 3388,
                    "loc": {
                      "start": {
                        "line": 75,
                        "column": 13
                      },
                      "end": {
                        "line": 75,
                        "column": 25
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 3376,
                      "end": 3380,
                      "loc": {
                        "start": {
                          "line": 75,
                          "column": 13
                        },
                        "end": {
                          "line": 75,
                          "column": 17
                        },
                        "identifierName": "dist"
                      },
                      "name": "dist"
                    },
                    "init": {
                      "type": "NumericLiteral",
                      "start": 3383,
                      "end": 3388,
                      "loc": {
                        "start": {
                          "line": 75,
                          "column": 20
                        },
                        "end": {
                          "line": 75,
                          "column": 25
                        }
                      },
                      "extra": {
                        "rawValue": 1e+50,
                        "raw": "1e+50"
                      },
                      "value": 1e+50
                    }
                  }
                ],
                "kind": "var",
                "leadingComments": [
                  {
                    "type": "CommentLine",
                    "value": "getting center (choose best of two cases)",
                    "start": 3319,
                    "end": 3362,
                    "loc": {
                      "start": {
                        "line": 74,
                        "column": 4
                      },
                      "end": {
                        "line": 74,
                        "column": 47
                      }
                    }
                  }
                ]
              },
              {
                "type": "ForStatement",
                "start": 3394,
                "end": 3659,
                "loc": {
                  "start": {
                    "line": 76,
                    "column": 4
                  },
                  "end": {
                    "line": 83,
                    "column": 5
                  }
                },
                "init": {
                  "type": "VariableDeclaration",
                  "start": 3399,
                  "end": 3408,
                  "loc": {
                    "start": {
                      "line": 76,
                      "column": 9
                    },
                    "end": {
                      "line": 76,
                      "column": 18
                    }
                  },
                  "declarations": [
                    {
                      "type": "VariableDeclarator",
                      "start": 3403,
                      "end": 3408,
                      "loc": {
                        "start": {
                          "line": 76,
                          "column": 13
                        },
                        "end": {
                          "line": 76,
                          "column": 18
                        }
                      },
                      "id": {
                        "type": "Identifier",
                        "start": 3403,
                        "end": 3404,
                        "loc": {
                          "start": {
                            "line": 76,
                            "column": 13
                          },
                          "end": {
                            "line": 76,
                            "column": 14
                          },
                          "identifierName": "i"
                        },
                        "name": "i"
                      },
                      "init": {
                        "type": "NumericLiteral",
                        "start": 3407,
                        "end": 3408,
                        "loc": {
                          "start": {
                            "line": 76,
                            "column": 17
                          },
                          "end": {
                            "line": 76,
                            "column": 18
                          }
                        },
                        "extra": {
                          "rawValue": 0,
                          "raw": "0"
                        },
                        "value": 0
                      }
                    }
                  ],
                  "kind": "var"
                },
                "test": {
                  "type": "BinaryExpression",
                  "start": 3410,
                  "end": 3415,
                  "loc": {
                    "start": {
                      "line": 76,
                      "column": 20
                    },
                    "end": {
                      "line": 76,
                      "column": 25
                    }
                  },
                  "left": {
                    "type": "Identifier",
                    "start": 3410,
                    "end": 3411,
                    "loc": {
                      "start": {
                        "line": 76,
                        "column": 20
                      },
                      "end": {
                        "line": 76,
                        "column": 21
                      },
                      "identifierName": "i"
                    },
                    "name": "i"
                  },
                  "operator": "<",
                  "right": {
                    "type": "NumericLiteral",
                    "start": 3414,
                    "end": 3415,
                    "loc": {
                      "start": {
                        "line": 76,
                        "column": 24
                      },
                      "end": {
                        "line": 76,
                        "column": 25
                      }
                    },
                    "extra": {
                      "rawValue": 2,
                      "raw": "2"
                    },
                    "value": 2
                  }
                },
                "update": {
                  "type": "UpdateExpression",
                  "start": 3417,
                  "end": 3420,
                  "loc": {
                    "start": {
                      "line": 76,
                      "column": 27
                    },
                    "end": {
                      "line": 76,
                      "column": 30
                    }
                  },
                  "operator": "++",
                  "prefix": false,
                  "argument": {
                    "type": "Identifier",
                    "start": 3417,
                    "end": 3418,
                    "loc": {
                      "start": {
                        "line": 76,
                        "column": 27
                      },
                      "end": {
                        "line": 76,
                        "column": 28
                      },
                      "identifierName": "i"
                    },
                    "name": "i"
                  }
                },
                "body": {
                  "type": "BlockStatement",
                  "start": 3422,
                  "end": 3659,
                  "loc": {
                    "start": {
                      "line": 76,
                      "column": 32
                    },
                    "end": {
                      "line": 83,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 3432,
                      "end": 3498,
                      "loc": {
                        "start": {
                          "line": 77,
                          "column": 8
                        },
                        "end": {
                          "line": 77,
                          "column": 74
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 3436,
                          "end": 3497,
                          "loc": {
                            "start": {
                              "line": 77,
                              "column": 12
                            },
                            "end": {
                              "line": 77,
                              "column": 73
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 3436,
                            "end": 3440,
                            "loc": {
                              "start": {
                                "line": 77,
                                "column": 12
                              },
                              "end": {
                                "line": 77,
                                "column": 16
                              },
                              "identifierName": "tCtr"
                            },
                            "name": "tCtr"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 3443,
                            "end": 3497,
                            "loc": {
                              "start": {
                                "line": 77,
                                "column": 19
                              },
                              "end": {
                                "line": 77,
                                "column": 73
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 3443,
                              "end": 3492,
                              "loc": {
                                "start": {
                                  "line": 77,
                                  "column": 19
                                },
                                "end": {
                                  "line": 77,
                                  "column": 68
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 3443,
                                "end": 3488,
                                "loc": {
                                  "start": {
                                    "line": 77,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 77,
                                    "column": 64
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 3443,
                                  "end": 3469,
                                  "loc": {
                                    "start": {
                                      "line": 77,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 77,
                                      "column": 45
                                    }
                                  },
                                  "object": {
                                    "type": "CallExpression",
                                    "start": 3443,
                                    "end": 3454,
                                    "loc": {
                                      "start": {
                                        "line": 77,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 77,
                                        "column": 30
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 3443,
                                      "end": 3452,
                                      "loc": {
                                        "start": {
                                          "line": 77,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 77,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 3443,
                                        "end": 3446,
                                        "loc": {
                                          "start": {
                                            "line": 77,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 77,
                                            "column": 22
                                          },
                                          "identifierName": "per"
                                        },
                                        "name": "per"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3447,
                                        "end": 3452,
                                        "loc": {
                                          "start": {
                                            "line": 77,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 77,
                                            "column": 28
                                          },
                                          "identifierName": "clone"
                                        },
                                        "name": "clone"
                                      },
                                      "computed": false
                                    },
                                    "arguments": []
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3455,
                                    "end": 3469,
                                    "loc": {
                                      "start": {
                                        "line": 77,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 77,
                                        "column": 45
                                      },
                                      "identifierName": "multiplyScalar"
                                    },
                                    "name": "multiplyScalar"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "BinaryExpression",
                                    "start": 3470,
                                    "end": 3487,
                                    "loc": {
                                      "start": {
                                        "line": 77,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 77,
                                        "column": 63
                                      }
                                    },
                                    "left": {
                                      "type": "Identifier",
                                      "start": 3470,
                                      "end": 3476,
                                      "loc": {
                                        "start": {
                                          "line": 77,
                                          "column": 46
                                        },
                                        "end": {
                                          "line": 77,
                                          "column": 52
                                        },
                                        "identifierName": "height"
                                      },
                                      "name": "height"
                                    },
                                    "operator": "*",
                                    "right": {
                                      "type": "ConditionalExpression",
                                      "start": 3480,
                                      "end": 3486,
                                      "loc": {
                                        "start": {
                                          "line": 77,
                                          "column": 56
                                        },
                                        "end": {
                                          "line": 77,
                                          "column": 62
                                        }
                                      },
                                      "test": {
                                        "type": "Identifier",
                                        "start": 3480,
                                        "end": 3481,
                                        "loc": {
                                          "start": {
                                            "line": 77,
                                            "column": 56
                                          },
                                          "end": {
                                            "line": 77,
                                            "column": 57
                                          },
                                          "identifierName": "i"
                                        },
                                        "name": "i"
                                      },
                                      "consequent": {
                                        "type": "NumericLiteral",
                                        "start": 3482,
                                        "end": 3483,
                                        "loc": {
                                          "start": {
                                            "line": 77,
                                            "column": 58
                                          },
                                          "end": {
                                            "line": 77,
                                            "column": 59
                                          }
                                        },
                                        "extra": {
                                          "rawValue": 1,
                                          "raw": "1"
                                        },
                                        "value": 1
                                      },
                                      "alternate": {
                                        "type": "UnaryExpression",
                                        "start": 3484,
                                        "end": 3486,
                                        "loc": {
                                          "start": {
                                            "line": 77,
                                            "column": 60
                                          },
                                          "end": {
                                            "line": 77,
                                            "column": 62
                                          }
                                        },
                                        "operator": "-",
                                        "prefix": true,
                                        "argument": {
                                          "type": "NumericLiteral",
                                          "start": 3485,
                                          "end": 3486,
                                          "loc": {
                                            "start": {
                                              "line": 77,
                                              "column": 61
                                            },
                                            "end": {
                                              "line": 77,
                                              "column": 62
                                            }
                                          },
                                          "extra": {
                                            "rawValue": 1,
                                            "raw": "1"
                                          },
                                          "value": 1
                                        },
                                        "extra": {
                                          "parenthesizedArgument": false
                                        }
                                      },
                                      "extra": {
                                        "parenthesized": true,
                                        "parenStart": 3479
                                      }
                                    }
                                  }
                                ]
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3489,
                                "end": 3492,
                                "loc": {
                                  "start": {
                                    "line": 77,
                                    "column": 65
                                  },
                                  "end": {
                                    "line": 77,
                                    "column": 68
                                  },
                                  "identifierName": "add"
                                },
                                "name": "add"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 3493,
                                "end": 3496,
                                "loc": {
                                  "start": {
                                    "line": 77,
                                    "column": 69
                                  },
                                  "end": {
                                    "line": 77,
                                    "column": 72
                                  },
                                  "identifierName": "mid"
                                },
                                "name": "mid"
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "var"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 3507,
                      "end": 3565,
                      "loc": {
                        "start": {
                          "line": 78,
                          "column": 8
                        },
                        "end": {
                          "line": 78,
                          "column": 66
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 3511,
                          "end": 3564,
                          "loc": {
                            "start": {
                              "line": 78,
                              "column": 12
                            },
                            "end": {
                              "line": 78,
                              "column": 65
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 3511,
                            "end": 3516,
                            "loc": {
                              "start": {
                                "line": 78,
                                "column": 12
                              },
                              "end": {
                                "line": 78,
                                "column": 17
                              },
                              "identifierName": "tDist"
                            },
                            "name": "tDist"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 3519,
                            "end": 3564,
                            "loc": {
                              "start": {
                                "line": 78,
                                "column": 20
                              },
                              "end": {
                                "line": 78,
                                "column": 65
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 3519,
                              "end": 3527,
                              "loc": {
                                "start": {
                                  "line": 78,
                                  "column": 20
                                },
                                "end": {
                                  "line": 78,
                                  "column": 28
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 3519,
                                "end": 3523,
                                "loc": {
                                  "start": {
                                    "line": 78,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 78,
                                    "column": 24
                                  },
                                  "identifierName": "Math"
                                },
                                "name": "Math"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3524,
                                "end": 3527,
                                "loc": {
                                  "start": {
                                    "line": 78,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 78,
                                    "column": 28
                                  },
                                  "identifierName": "abs"
                                },
                                "name": "abs"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "BinaryExpression",
                                "start": 3528,
                                "end": 3563,
                                "loc": {
                                  "start": {
                                    "line": 78,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 78,
                                    "column": 64
                                  }
                                },
                                "left": {
                                  "type": "CallExpression",
                                  "start": 3528,
                                  "end": 3554,
                                  "loc": {
                                    "start": {
                                      "line": 78,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 78,
                                      "column": 55
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 3528,
                                    "end": 3543,
                                    "loc": {
                                      "start": {
                                        "line": 78,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 78,
                                        "column": 44
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 3528,
                                      "end": 3532,
                                      "loc": {
                                        "start": {
                                          "line": 78,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 78,
                                          "column": 33
                                        },
                                        "identifierName": "tCtr"
                                      },
                                      "name": "tCtr"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 3533,
                                      "end": 3543,
                                      "loc": {
                                        "start": {
                                          "line": 78,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 78,
                                          "column": 44
                                        },
                                        "identifierName": "distanceTo"
                                      },
                                      "name": "distanceTo"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 3544,
                                      "end": 3553,
                                      "loc": {
                                        "start": {
                                          "line": 78,
                                          "column": 45
                                        },
                                        "end": {
                                          "line": 78,
                                          "column": 54
                                        },
                                        "identifierName": "middlePos"
                                      },
                                      "name": "middlePos"
                                    }
                                  ]
                                },
                                "operator": "-",
                                "right": {
                                  "type": "Identifier",
                                  "start": 3557,
                                  "end": 3563,
                                  "loc": {
                                    "start": {
                                      "line": 78,
                                      "column": 58
                                    },
                                    "end": {
                                      "line": 78,
                                      "column": 64
                                    },
                                    "identifierName": "radius"
                                  },
                                  "name": "radius"
                                }
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "var"
                    },
                    {
                      "type": "IfStatement",
                      "start": 3574,
                      "end": 3653,
                      "loc": {
                        "start": {
                          "line": 79,
                          "column": 8
                        },
                        "end": {
                          "line": 82,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 3578,
                        "end": 3590,
                        "loc": {
                          "start": {
                            "line": 79,
                            "column": 12
                          },
                          "end": {
                            "line": 79,
                            "column": 24
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 3578,
                          "end": 3582,
                          "loc": {
                            "start": {
                              "line": 79,
                              "column": 12
                            },
                            "end": {
                              "line": 79,
                              "column": 16
                            },
                            "identifierName": "dist"
                          },
                          "name": "dist"
                        },
                        "operator": ">",
                        "right": {
                          "type": "Identifier",
                          "start": 3585,
                          "end": 3590,
                          "loc": {
                            "start": {
                              "line": 79,
                              "column": 19
                            },
                            "end": {
                              "line": 79,
                              "column": 24
                            },
                            "identifierName": "tDist"
                          },
                          "name": "tDist"
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 3592,
                        "end": 3653,
                        "loc": {
                          "start": {
                            "line": 79,
                            "column": 26
                          },
                          "end": {
                            "line": 82,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 3606,
                            "end": 3619,
                            "loc": {
                              "start": {
                                "line": 80,
                                "column": 12
                              },
                              "end": {
                                "line": 80,
                                "column": 25
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 3606,
                              "end": 3618,
                              "loc": {
                                "start": {
                                  "line": 80,
                                  "column": 12
                                },
                                "end": {
                                  "line": 80,
                                  "column": 24
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "start": 3606,
                                "end": 3610,
                                "loc": {
                                  "start": {
                                    "line": 80,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 80,
                                    "column": 16
                                  },
                                  "identifierName": "dist"
                                },
                                "name": "dist"
                              },
                              "right": {
                                "type": "Identifier",
                                "start": 3613,
                                "end": 3618,
                                "loc": {
                                  "start": {
                                    "line": 80,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 80,
                                    "column": 24
                                  },
                                  "identifierName": "tDist"
                                },
                                "name": "tDist"
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 3632,
                            "end": 3643,
                            "loc": {
                              "start": {
                                "line": 81,
                                "column": 12
                              },
                              "end": {
                                "line": 81,
                                "column": 23
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 3632,
                              "end": 3642,
                              "loc": {
                                "start": {
                                  "line": 81,
                                  "column": 12
                                },
                                "end": {
                                  "line": 81,
                                  "column": 22
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "start": 3632,
                                "end": 3635,
                                "loc": {
                                  "start": {
                                    "line": 81,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 81,
                                    "column": 15
                                  },
                                  "identifierName": "ctr"
                                },
                                "name": "ctr"
                              },
                              "right": {
                                "type": "Identifier",
                                "start": 3638,
                                "end": 3642,
                                "loc": {
                                  "start": {
                                    "line": 81,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 81,
                                    "column": 22
                                  },
                                  "identifierName": "tCtr"
                                },
                                "name": "tCtr"
                              }
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "trailingComments": [
                  {
                    "type": "CommentLine",
                    "value": "get polar angles of all points",
                    "start": 3664,
                    "end": 3696,
                    "loc": {
                      "start": {
                        "line": 84,
                        "column": 4
                      },
                      "end": {
                        "line": 84,
                        "column": 36
                      }
                    }
                  }
                ]
              },
              {
                "type": "VariableDeclaration",
                "start": 3701,
                "end": 3814,
                "loc": {
                  "start": {
                    "line": 85,
                    "column": 4
                  },
                  "end": {
                    "line": 88,
                    "column": 6
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 3705,
                    "end": 3813,
                    "loc": {
                      "start": {
                        "line": 85,
                        "column": 8
                      },
                      "end": {
                        "line": 88,
                        "column": 5
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 3705,
                      "end": 3713,
                      "loc": {
                        "start": {
                          "line": 85,
                          "column": 8
                        },
                        "end": {
                          "line": 85,
                          "column": 16
                        },
                        "identifierName": "getAngle"
                      },
                      "name": "getAngle",
                      "leadingComments": null
                    },
                    "init": {
                      "type": "ArrowFunctionExpression",
                      "start": 3716,
                      "end": 3813,
                      "loc": {
                        "start": {
                          "line": 85,
                          "column": 19
                        },
                        "end": {
                          "line": 88,
                          "column": 5
                        }
                      },
                      "id": null,
                      "generator": false,
                      "expression": false,
                      "async": false,
                      "params": [
                        {
                          "type": "Identifier",
                          "start": 3717,
                          "end": 3720,
                          "loc": {
                            "start": {
                              "line": 85,
                              "column": 20
                            },
                            "end": {
                              "line": 85,
                              "column": 23
                            },
                            "identifierName": "pos"
                          },
                          "name": "pos"
                        }
                      ],
                      "body": {
                        "type": "BlockStatement",
                        "start": 3725,
                        "end": 3813,
                        "loc": {
                          "start": {
                            "line": 85,
                            "column": 28
                          },
                          "end": {
                            "line": 88,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "VariableDeclaration",
                            "start": 3735,
                            "end": 3766,
                            "loc": {
                              "start": {
                                "line": 86,
                                "column": 8
                              },
                              "end": {
                                "line": 86,
                                "column": 39
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 3739,
                                "end": 3765,
                                "loc": {
                                  "start": {
                                    "line": 86,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 86,
                                    "column": 38
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 3739,
                                  "end": 3742,
                                  "loc": {
                                    "start": {
                                      "line": 86,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 86,
                                      "column": 15
                                    },
                                    "identifierName": "dir"
                                  },
                                  "name": "dir"
                                },
                                "init": {
                                  "type": "CallExpression",
                                  "start": 3745,
                                  "end": 3765,
                                  "loc": {
                                    "start": {
                                      "line": 86,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 86,
                                      "column": 38
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 3745,
                                    "end": 3760,
                                    "loc": {
                                      "start": {
                                        "line": 86,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 86,
                                        "column": 33
                                      }
                                    },
                                    "object": {
                                      "type": "CallExpression",
                                      "start": 3745,
                                      "end": 3756,
                                      "loc": {
                                        "start": {
                                          "line": 86,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 86,
                                          "column": 29
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 3745,
                                        "end": 3754,
                                        "loc": {
                                          "start": {
                                            "line": 86,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 86,
                                            "column": 27
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 3745,
                                          "end": 3748,
                                          "loc": {
                                            "start": {
                                              "line": 86,
                                              "column": 18
                                            },
                                            "end": {
                                              "line": 86,
                                              "column": 21
                                            },
                                            "identifierName": "pos"
                                          },
                                          "name": "pos"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3749,
                                          "end": 3754,
                                          "loc": {
                                            "start": {
                                              "line": 86,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 86,
                                              "column": 27
                                            },
                                            "identifierName": "clone"
                                          },
                                          "name": "clone"
                                        },
                                        "computed": false
                                      },
                                      "arguments": []
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 3757,
                                      "end": 3760,
                                      "loc": {
                                        "start": {
                                          "line": 86,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 86,
                                          "column": 33
                                        },
                                        "identifierName": "sub"
                                      },
                                      "name": "sub"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 3761,
                                      "end": 3764,
                                      "loc": {
                                        "start": {
                                          "line": 86,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 86,
                                          "column": 37
                                        },
                                        "identifierName": "ctr"
                                      },
                                      "name": "ctr"
                                    }
                                  ]
                                }
                              }
                            ],
                            "kind": "var"
                          },
                          {
                            "type": "ReturnStatement",
                            "start": 3775,
                            "end": 3807,
                            "loc": {
                              "start": {
                                "line": 87,
                                "column": 8
                              },
                              "end": {
                                "line": 87,
                                "column": 40
                              }
                            },
                            "argument": {
                              "type": "CallExpression",
                              "start": 3782,
                              "end": 3806,
                              "loc": {
                                "start": {
                                  "line": 87,
                                  "column": 15
                                },
                                "end": {
                                  "line": 87,
                                  "column": 39
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 3782,
                                "end": 3792,
                                "loc": {
                                  "start": {
                                    "line": 87,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 87,
                                    "column": 25
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 3782,
                                  "end": 3786,
                                  "loc": {
                                    "start": {
                                      "line": 87,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 87,
                                      "column": 19
                                    },
                                    "identifierName": "Math"
                                  },
                                  "name": "Math"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3787,
                                  "end": 3792,
                                  "loc": {
                                    "start": {
                                      "line": 87,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 87,
                                      "column": 25
                                    },
                                    "identifierName": "atan2"
                                  },
                                  "name": "atan2"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "MemberExpression",
                                  "start": 3793,
                                  "end": 3798,
                                  "loc": {
                                    "start": {
                                      "line": 87,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 87,
                                      "column": 31
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 3793,
                                    "end": 3796,
                                    "loc": {
                                      "start": {
                                        "line": 87,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 87,
                                        "column": 29
                                      },
                                      "identifierName": "dir"
                                    },
                                    "name": "dir"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3797,
                                    "end": 3798,
                                    "loc": {
                                      "start": {
                                        "line": 87,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 87,
                                        "column": 31
                                      },
                                      "identifierName": "y"
                                    },
                                    "name": "y"
                                  },
                                  "computed": false
                                },
                                {
                                  "type": "MemberExpression",
                                  "start": 3800,
                                  "end": 3805,
                                  "loc": {
                                    "start": {
                                      "line": 87,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 87,
                                      "column": 38
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 3800,
                                    "end": 3803,
                                    "loc": {
                                      "start": {
                                        "line": 87,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 87,
                                        "column": 36
                                      },
                                      "identifierName": "dir"
                                    },
                                    "name": "dir"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3804,
                                    "end": 3805,
                                    "loc": {
                                      "start": {
                                        "line": 87,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 87,
                                        "column": 38
                                      },
                                      "identifierName": "x"
                                    },
                                    "name": "x"
                                  },
                                  "computed": false
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      }
                    },
                    "leadingComments": null
                  }
                ],
                "kind": "var",
                "leadingComments": [
                  {
                    "type": "CommentLine",
                    "value": "get polar angles of all points",
                    "start": 3664,
                    "end": 3696,
                    "loc": {
                      "start": {
                        "line": 84,
                        "column": 4
                      },
                      "end": {
                        "line": 84,
                        "column": 36
                      }
                    }
                  }
                ]
              },
              {
                "type": "VariableDeclaration",
                "start": 3819,
                "end": 3853,
                "loc": {
                  "start": {
                    "line": 89,
                    "column": 4
                  },
                  "end": {
                    "line": 89,
                    "column": 38
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 3823,
                    "end": 3852,
                    "loc": {
                      "start": {
                        "line": 89,
                        "column": 8
                      },
                      "end": {
                        "line": 89,
                        "column": 37
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 3823,
                      "end": 3831,
                      "loc": {
                        "start": {
                          "line": 89,
                          "column": 8
                        },
                        "end": {
                          "line": 89,
                          "column": 16
                        },
                        "identifierName": "startAng"
                      },
                      "name": "startAng"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 3834,
                      "end": 3852,
                      "loc": {
                        "start": {
                          "line": 89,
                          "column": 19
                        },
                        "end": {
                          "line": 89,
                          "column": 37
                        }
                      },
                      "callee": {
                        "type": "Identifier",
                        "start": 3834,
                        "end": 3842,
                        "loc": {
                          "start": {
                            "line": 89,
                            "column": 19
                          },
                          "end": {
                            "line": 89,
                            "column": 27
                          },
                          "identifierName": "getAngle"
                        },
                        "name": "getAngle"
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 3843,
                          "end": 3851,
                          "loc": {
                            "start": {
                              "line": 89,
                              "column": 28
                            },
                            "end": {
                              "line": 89,
                              "column": 36
                            },
                            "identifierName": "startPos"
                          },
                          "name": "startPos"
                        }
                      ]
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "VariableDeclaration",
                "start": 3858,
                "end": 3888,
                "loc": {
                  "start": {
                    "line": 90,
                    "column": 4
                  },
                  "end": {
                    "line": 90,
                    "column": 34
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 3862,
                    "end": 3887,
                    "loc": {
                      "start": {
                        "line": 90,
                        "column": 8
                      },
                      "end": {
                        "line": 90,
                        "column": 33
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 3862,
                      "end": 3868,
                      "loc": {
                        "start": {
                          "line": 90,
                          "column": 8
                        },
                        "end": {
                          "line": 90,
                          "column": 14
                        },
                        "identifierName": "endAng"
                      },
                      "name": "endAng"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 3871,
                      "end": 3887,
                      "loc": {
                        "start": {
                          "line": 90,
                          "column": 17
                        },
                        "end": {
                          "line": 90,
                          "column": 33
                        }
                      },
                      "callee": {
                        "type": "Identifier",
                        "start": 3871,
                        "end": 3879,
                        "loc": {
                          "start": {
                            "line": 90,
                            "column": 17
                          },
                          "end": {
                            "line": 90,
                            "column": 25
                          },
                          "identifierName": "getAngle"
                        },
                        "name": "getAngle"
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 3880,
                          "end": 3886,
                          "loc": {
                            "start": {
                              "line": 90,
                              "column": 26
                            },
                            "end": {
                              "line": 90,
                              "column": 32
                            },
                            "identifierName": "endPos"
                          },
                          "name": "endPos"
                        }
                      ]
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "VariableDeclaration",
                "start": 3893,
                "end": 3929,
                "loc": {
                  "start": {
                    "line": 91,
                    "column": 4
                  },
                  "end": {
                    "line": 91,
                    "column": 40
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 3897,
                    "end": 3928,
                    "loc": {
                      "start": {
                        "line": 91,
                        "column": 8
                      },
                      "end": {
                        "line": 91,
                        "column": 39
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 3897,
                      "end": 3906,
                      "loc": {
                        "start": {
                          "line": 91,
                          "column": 8
                        },
                        "end": {
                          "line": 91,
                          "column": 17
                        },
                        "identifierName": "middleAng"
                      },
                      "name": "middleAng"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 3909,
                      "end": 3928,
                      "loc": {
                        "start": {
                          "line": 91,
                          "column": 20
                        },
                        "end": {
                          "line": 91,
                          "column": 39
                        }
                      },
                      "callee": {
                        "type": "Identifier",
                        "start": 3909,
                        "end": 3917,
                        "loc": {
                          "start": {
                            "line": 91,
                            "column": 20
                          },
                          "end": {
                            "line": 91,
                            "column": 28
                          },
                          "identifierName": "getAngle"
                        },
                        "name": "getAngle"
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 3918,
                          "end": 3927,
                          "loc": {
                            "start": {
                              "line": 91,
                              "column": 29
                            },
                            "end": {
                              "line": 91,
                              "column": 38
                            },
                            "identifierName": "middlePos"
                          },
                          "name": "middlePos"
                        }
                      ]
                    }
                  }
                ],
                "kind": "var",
                "trailingComments": [
                  {
                    "type": "CommentLine",
                    "value": "check which part of circle to take",
                    "start": 3934,
                    "end": 3970,
                    "loc": {
                      "start": {
                        "line": 92,
                        "column": 4
                      },
                      "end": {
                        "line": 92,
                        "column": 40
                      }
                    }
                  }
                ]
              },
              {
                "type": "IfStatement",
                "start": 3975,
                "end": 4020,
                "loc": {
                  "start": {
                    "line": 93,
                    "column": 4
                  },
                  "end": {
                    "line": 93,
                    "column": 49
                  }
                },
                "test": {
                  "type": "BinaryExpression",
                  "start": 3979,
                  "end": 3996,
                  "loc": {
                    "start": {
                      "line": 93,
                      "column": 8
                    },
                    "end": {
                      "line": 93,
                      "column": 25
                    }
                  },
                  "left": {
                    "type": "Identifier",
                    "start": 3979,
                    "end": 3985,
                    "loc": {
                      "start": {
                        "line": 93,
                        "column": 8
                      },
                      "end": {
                        "line": 93,
                        "column": 14
                      },
                      "identifierName": "endAng"
                    },
                    "name": "endAng",
                    "leadingComments": null
                  },
                  "operator": "<",
                  "right": {
                    "type": "Identifier",
                    "start": 3988,
                    "end": 3996,
                    "loc": {
                      "start": {
                        "line": 93,
                        "column": 17
                      },
                      "end": {
                        "line": 93,
                        "column": 25
                      },
                      "identifierName": "startAng"
                    },
                    "name": "startAng"
                  },
                  "leadingComments": null
                },
                "consequent": {
                  "type": "ExpressionStatement",
                  "start": 3998,
                  "end": 4020,
                  "loc": {
                    "start": {
                      "line": 93,
                      "column": 27
                    },
                    "end": {
                      "line": 93,
                      "column": 49
                    }
                  },
                  "expression": {
                    "type": "AssignmentExpression",
                    "start": 3998,
                    "end": 4019,
                    "loc": {
                      "start": {
                        "line": 93,
                        "column": 27
                      },
                      "end": {
                        "line": 93,
                        "column": 48
                      }
                    },
                    "operator": "+=",
                    "left": {
                      "type": "Identifier",
                      "start": 3998,
                      "end": 4004,
                      "loc": {
                        "start": {
                          "line": 93,
                          "column": 27
                        },
                        "end": {
                          "line": 93,
                          "column": 33
                        },
                        "identifierName": "endAng"
                      },
                      "name": "endAng"
                    },
                    "right": {
                      "type": "BinaryExpression",
                      "start": 4008,
                      "end": 4019,
                      "loc": {
                        "start": {
                          "line": 93,
                          "column": 37
                        },
                        "end": {
                          "line": 93,
                          "column": 48
                        }
                      },
                      "left": {
                        "type": "NumericLiteral",
                        "start": 4008,
                        "end": 4009,
                        "loc": {
                          "start": {
                            "line": 93,
                            "column": 37
                          },
                          "end": {
                            "line": 93,
                            "column": 38
                          }
                        },
                        "extra": {
                          "rawValue": 2,
                          "raw": "2"
                        },
                        "value": 2
                      },
                      "operator": "*",
                      "right": {
                        "type": "MemberExpression",
                        "start": 4012,
                        "end": 4019,
                        "loc": {
                          "start": {
                            "line": 93,
                            "column": 41
                          },
                          "end": {
                            "line": 93,
                            "column": 48
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 4012,
                          "end": 4016,
                          "loc": {
                            "start": {
                              "line": 93,
                              "column": 41
                            },
                            "end": {
                              "line": 93,
                              "column": 45
                            },
                            "identifierName": "Math"
                          },
                          "name": "Math"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4017,
                          "end": 4019,
                          "loc": {
                            "start": {
                              "line": 93,
                              "column": 46
                            },
                            "end": {
                              "line": 93,
                              "column": 48
                            },
                            "identifierName": "PI"
                          },
                          "name": "PI"
                        },
                        "computed": false
                      }
                    }
                  }
                },
                "alternate": null,
                "leadingComments": [
                  {
                    "type": "CommentLine",
                    "value": "check which part of circle to take",
                    "start": 3934,
                    "end": 3970,
                    "loc": {
                      "start": {
                        "line": 92,
                        "column": 4
                      },
                      "end": {
                        "line": 92,
                        "column": 40
                      }
                    }
                  }
                ]
              },
              {
                "type": "IfStatement",
                "start": 4025,
                "end": 4076,
                "loc": {
                  "start": {
                    "line": 94,
                    "column": 4
                  },
                  "end": {
                    "line": 94,
                    "column": 55
                  }
                },
                "test": {
                  "type": "BinaryExpression",
                  "start": 4029,
                  "end": 4049,
                  "loc": {
                    "start": {
                      "line": 94,
                      "column": 8
                    },
                    "end": {
                      "line": 94,
                      "column": 28
                    }
                  },
                  "left": {
                    "type": "Identifier",
                    "start": 4029,
                    "end": 4038,
                    "loc": {
                      "start": {
                        "line": 94,
                        "column": 8
                      },
                      "end": {
                        "line": 94,
                        "column": 17
                      },
                      "identifierName": "middleAng"
                    },
                    "name": "middleAng"
                  },
                  "operator": "<",
                  "right": {
                    "type": "Identifier",
                    "start": 4041,
                    "end": 4049,
                    "loc": {
                      "start": {
                        "line": 94,
                        "column": 20
                      },
                      "end": {
                        "line": 94,
                        "column": 28
                      },
                      "identifierName": "startAng"
                    },
                    "name": "startAng"
                  }
                },
                "consequent": {
                  "type": "ExpressionStatement",
                  "start": 4051,
                  "end": 4076,
                  "loc": {
                    "start": {
                      "line": 94,
                      "column": 30
                    },
                    "end": {
                      "line": 94,
                      "column": 55
                    }
                  },
                  "expression": {
                    "type": "AssignmentExpression",
                    "start": 4051,
                    "end": 4075,
                    "loc": {
                      "start": {
                        "line": 94,
                        "column": 30
                      },
                      "end": {
                        "line": 94,
                        "column": 54
                      }
                    },
                    "operator": "+=",
                    "left": {
                      "type": "Identifier",
                      "start": 4051,
                      "end": 4060,
                      "loc": {
                        "start": {
                          "line": 94,
                          "column": 30
                        },
                        "end": {
                          "line": 94,
                          "column": 39
                        },
                        "identifierName": "middleAng"
                      },
                      "name": "middleAng"
                    },
                    "right": {
                      "type": "BinaryExpression",
                      "start": 4064,
                      "end": 4075,
                      "loc": {
                        "start": {
                          "line": 94,
                          "column": 43
                        },
                        "end": {
                          "line": 94,
                          "column": 54
                        }
                      },
                      "left": {
                        "type": "NumericLiteral",
                        "start": 4064,
                        "end": 4065,
                        "loc": {
                          "start": {
                            "line": 94,
                            "column": 43
                          },
                          "end": {
                            "line": 94,
                            "column": 44
                          }
                        },
                        "extra": {
                          "rawValue": 2,
                          "raw": "2"
                        },
                        "value": 2
                      },
                      "operator": "*",
                      "right": {
                        "type": "MemberExpression",
                        "start": 4068,
                        "end": 4075,
                        "loc": {
                          "start": {
                            "line": 94,
                            "column": 47
                          },
                          "end": {
                            "line": 94,
                            "column": 54
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 4068,
                          "end": 4072,
                          "loc": {
                            "start": {
                              "line": 94,
                              "column": 47
                            },
                            "end": {
                              "line": 94,
                              "column": 51
                            },
                            "identifierName": "Math"
                          },
                          "name": "Math"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4073,
                          "end": 4075,
                          "loc": {
                            "start": {
                              "line": 94,
                              "column": 52
                            },
                            "end": {
                              "line": 94,
                              "column": 54
                            },
                            "identifierName": "PI"
                          },
                          "name": "PI"
                        },
                        "computed": false
                      }
                    }
                  }
                },
                "alternate": null
              },
              {
                "type": "VariableDeclaration",
                "start": 4081,
                "end": 4118,
                "loc": {
                  "start": {
                    "line": 95,
                    "column": 4
                  },
                  "end": {
                    "line": 95,
                    "column": 41
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 4085,
                    "end": 4117,
                    "loc": {
                      "start": {
                        "line": 95,
                        "column": 8
                      },
                      "end": {
                        "line": 95,
                        "column": 40
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 4085,
                      "end": 4094,
                      "loc": {
                        "start": {
                          "line": 95,
                          "column": 8
                        },
                        "end": {
                          "line": 95,
                          "column": 17
                        },
                        "identifierName": "clockwise"
                      },
                      "name": "clockwise"
                    },
                    "init": {
                      "type": "BinaryExpression",
                      "start": 4098,
                      "end": 4116,
                      "loc": {
                        "start": {
                          "line": 95,
                          "column": 21
                        },
                        "end": {
                          "line": 95,
                          "column": 39
                        }
                      },
                      "left": {
                        "type": "Identifier",
                        "start": 4098,
                        "end": 4107,
                        "loc": {
                          "start": {
                            "line": 95,
                            "column": 21
                          },
                          "end": {
                            "line": 95,
                            "column": 30
                          },
                          "identifierName": "middleAng"
                        },
                        "name": "middleAng"
                      },
                      "operator": ">",
                      "right": {
                        "type": "Identifier",
                        "start": 4110,
                        "end": 4116,
                        "loc": {
                          "start": {
                            "line": 95,
                            "column": 33
                          },
                          "end": {
                            "line": 95,
                            "column": 39
                          },
                          "identifierName": "endAng"
                        },
                        "name": "endAng"
                      },
                      "extra": {
                        "parenthesized": true,
                        "parenStart": 4097
                      }
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "ReturnStatement",
                "start": 4124,
                "end": 4197,
                "loc": {
                  "start": {
                    "line": 97,
                    "column": 4
                  },
                  "end": {
                    "line": 97,
                    "column": 77
                  }
                },
                "argument": {
                  "type": "ObjectExpression",
                  "start": 4131,
                  "end": 4196,
                  "loc": {
                    "start": {
                      "line": 97,
                      "column": 11
                    },
                    "end": {
                      "line": 97,
                      "column": 76
                    }
                  },
                  "properties": [
                    {
                      "type": "ObjectProperty",
                      "start": 4132,
                      "end": 4147,
                      "loc": {
                        "start": {
                          "line": 97,
                          "column": 12
                        },
                        "end": {
                          "line": 97,
                          "column": 27
                        }
                      },
                      "method": false,
                      "shorthand": false,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "start": 4132,
                        "end": 4137,
                        "loc": {
                          "start": {
                            "line": 97,
                            "column": 12
                          },
                          "end": {
                            "line": 97,
                            "column": 17
                          },
                          "identifierName": "start"
                        },
                        "name": "start"
                      },
                      "value": {
                        "type": "Identifier",
                        "start": 4139,
                        "end": 4147,
                        "loc": {
                          "start": {
                            "line": 97,
                            "column": 19
                          },
                          "end": {
                            "line": 97,
                            "column": 27
                          },
                          "identifierName": "startPos"
                        },
                        "name": "startPos"
                      }
                    },
                    {
                      "type": "ObjectProperty",
                      "start": 4149,
                      "end": 4160,
                      "loc": {
                        "start": {
                          "line": 97,
                          "column": 29
                        },
                        "end": {
                          "line": 97,
                          "column": 40
                        }
                      },
                      "method": false,
                      "shorthand": false,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "start": 4149,
                        "end": 4152,
                        "loc": {
                          "start": {
                            "line": 97,
                            "column": 29
                          },
                          "end": {
                            "line": 97,
                            "column": 32
                          },
                          "identifierName": "end"
                        },
                        "name": "end"
                      },
                      "value": {
                        "type": "Identifier",
                        "start": 4154,
                        "end": 4160,
                        "loc": {
                          "start": {
                            "line": 97,
                            "column": 34
                          },
                          "end": {
                            "line": 97,
                            "column": 40
                          },
                          "identifierName": "endPos"
                        },
                        "name": "endPos"
                      }
                    },
                    {
                      "type": "ObjectProperty",
                      "start": 4162,
                      "end": 4173,
                      "loc": {
                        "start": {
                          "line": 97,
                          "column": 42
                        },
                        "end": {
                          "line": 97,
                          "column": 53
                        }
                      },
                      "method": false,
                      "shorthand": false,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "start": 4162,
                        "end": 4168,
                        "loc": {
                          "start": {
                            "line": 97,
                            "column": 42
                          },
                          "end": {
                            "line": 97,
                            "column": 48
                          },
                          "identifierName": "center"
                        },
                        "name": "center"
                      },
                      "value": {
                        "type": "Identifier",
                        "start": 4170,
                        "end": 4173,
                        "loc": {
                          "start": {
                            "line": 97,
                            "column": 50
                          },
                          "end": {
                            "line": 97,
                            "column": 53
                          },
                          "identifierName": "ctr"
                        },
                        "name": "ctr"
                      }
                    },
                    {
                      "type": "ObjectProperty",
                      "start": 4175,
                      "end": 4195,
                      "loc": {
                        "start": {
                          "line": 97,
                          "column": 55
                        },
                        "end": {
                          "line": 97,
                          "column": 75
                        }
                      },
                      "method": false,
                      "shorthand": false,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "start": 4175,
                        "end": 4184,
                        "loc": {
                          "start": {
                            "line": 97,
                            "column": 55
                          },
                          "end": {
                            "line": 97,
                            "column": 64
                          },
                          "identifierName": "clockwise"
                        },
                        "name": "clockwise"
                      },
                      "value": {
                        "type": "Identifier",
                        "start": 4186,
                        "end": 4195,
                        "loc": {
                          "start": {
                            "line": 97,
                            "column": 66
                          },
                          "end": {
                            "line": 97,
                            "column": 75
                          },
                          "identifierName": "clockwise"
                        },
                        "name": "clockwise"
                      }
                    }
                  ]
                }
              }
            ],
            "directives": []
          },
          "leadingComments": [
            {
              "type": "CommentLine",
              "value": "Note: middle point should be within circlewith diameter [SE], otherwise it would be corrected",
              "start": 2332,
              "end": 2427,
              "loc": {
                "start": {
                  "line": 56,
                  "column": 0
                },
                "end": {
                  "line": 56,
                  "column": 95
                }
              }
            }
          ],
          "trailingComments": []
        },
        "leadingComments": [
          {
            "type": "CommentLine",
            "value": "Note: middle point should be within circlewith diameter [SE], otherwise it would be corrected",
            "start": 2332,
            "end": 2427,
            "loc": {
              "start": {
                "line": 56,
                "column": 0
              },
              "end": {
                "line": 56,
                "column": 95
              }
            }
          }
        ]
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 4201,
        "end": 7228,
        "loc": {
          "start": {
            "line": 100,
            "column": 0
          },
          "end": {
            "line": 186,
            "column": 1
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "FunctionDeclaration",
          "start": 4208,
          "end": 7228,
          "loc": {
            "start": {
              "line": 100,
              "column": 7
            },
            "end": {
              "line": 186,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 4217,
            "end": 4234,
            "loc": {
              "start": {
                "line": 100,
                "column": 16
              },
              "end": {
                "line": 100,
                "column": 33
              },
              "identifierName": "drawArcBy_Angle_M"
            },
            "name": "drawArcBy_Angle_M"
          },
          "generator": false,
          "expression": false,
          "async": false,
          "params": [
            {
              "type": "Identifier",
              "start": 4235,
              "end": 4244,
              "loc": {
                "start": {
                  "line": 100,
                  "column": 34
                },
                "end": {
                  "line": 100,
                  "column": 43
                },
                "identifierName": "vertexPos"
              },
              "name": "vertexPos"
            },
            {
              "type": "Identifier",
              "start": 4246,
              "end": 4254,
              "loc": {
                "start": {
                  "line": 100,
                  "column": 45
                },
                "end": {
                  "line": 100,
                  "column": 53
                },
                "identifierName": "startDir"
              },
              "name": "startDir"
            },
            {
              "type": "Identifier",
              "start": 4256,
              "end": 4262,
              "loc": {
                "start": {
                  "line": 100,
                  "column": 55
                },
                "end": {
                  "line": 100,
                  "column": 61
                },
                "identifierName": "endDir"
              },
              "name": "endDir"
            },
            {
              "type": "Identifier",
              "start": 4264,
              "end": 4273,
              "loc": {
                "start": {
                  "line": 100,
                  "column": 63
                },
                "end": {
                  "line": 100,
                  "column": 72
                },
                "identifierName": "middlePos"
              },
              "name": "middlePos"
            }
          ],
          "body": {
            "type": "BlockStatement",
            "start": 4275,
            "end": 7228,
            "loc": {
              "start": {
                "line": 100,
                "column": 74
              },
              "end": {
                "line": 186,
                "column": 1
              }
            },
            "body": [
              {
                "type": "VariableDeclaration",
                "start": 4298,
                "end": 4318,
                "loc": {
                  "start": {
                    "line": 102,
                    "column": 4
                  },
                  "end": {
                    "line": 102,
                    "column": 24
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 4302,
                    "end": 4317,
                    "loc": {
                      "start": {
                        "line": 102,
                        "column": 8
                      },
                      "end": {
                        "line": 102,
                        "column": 23
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 4302,
                      "end": 4305,
                      "loc": {
                        "start": {
                          "line": 102,
                          "column": 8
                        },
                        "end": {
                          "line": 102,
                          "column": 11
                        },
                        "identifierName": "len"
                      },
                      "name": "len",
                      "leadingComments": null
                    },
                    "init": {
                      "type": "Identifier",
                      "start": 4308,
                      "end": 4317,
                      "loc": {
                        "start": {
                          "line": 102,
                          "column": 14
                        },
                        "end": {
                          "line": 102,
                          "column": 23
                        },
                        "identifierName": "undefined"
                      },
                      "name": "undefined"
                    },
                    "leadingComments": null
                  }
                ],
                "kind": "var",
                "leadingComments": [
                  {
                    "type": "CommentLine",
                    "value": " to return",
                    "start": 4281,
                    "end": 4293,
                    "loc": {
                      "start": {
                        "line": 101,
                        "column": 4
                      },
                      "end": {
                        "line": 101,
                        "column": 16
                      }
                    }
                  }
                ]
              },
              {
                "type": "VariableDeclaration",
                "start": 4323,
                "end": 4361,
                "loc": {
                  "start": {
                    "line": 103,
                    "column": 4
                  },
                  "end": {
                    "line": 103,
                    "column": 42
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 4327,
                    "end": 4360,
                    "loc": {
                      "start": {
                        "line": 103,
                        "column": 8
                      },
                      "end": {
                        "line": 103,
                        "column": 41
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 4327,
                      "end": 4333,
                      "loc": {
                        "start": {
                          "line": 103,
                          "column": 8
                        },
                        "end": {
                          "line": 103,
                          "column": 14
                        },
                        "identifierName": "center"
                      },
                      "name": "center"
                    },
                    "init": {
                      "type": "NewExpression",
                      "start": 4336,
                      "end": 4360,
                      "loc": {
                        "start": {
                          "line": 103,
                          "column": 17
                        },
                        "end": {
                          "line": 103,
                          "column": 41
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 4340,
                        "end": 4353,
                        "loc": {
                          "start": {
                            "line": 103,
                            "column": 21
                          },
                          "end": {
                            "line": 103,
                            "column": 34
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 4340,
                          "end": 4345,
                          "loc": {
                            "start": {
                              "line": 103,
                              "column": 21
                            },
                            "end": {
                              "line": 103,
                              "column": 26
                            },
                            "identifierName": "THREE"
                          },
                          "name": "THREE"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4346,
                          "end": 4353,
                          "loc": {
                            "start": {
                              "line": 103,
                              "column": 27
                            },
                            "end": {
                              "line": 103,
                              "column": 34
                            },
                            "identifierName": "Vector3"
                          },
                          "name": "Vector3"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "NumericLiteral",
                          "start": 4354,
                          "end": 4355,
                          "loc": {
                            "start": {
                              "line": 103,
                              "column": 35
                            },
                            "end": {
                              "line": 103,
                              "column": 36
                            }
                          },
                          "extra": {
                            "rawValue": 0,
                            "raw": "0"
                          },
                          "value": 0
                        },
                        {
                          "type": "NumericLiteral",
                          "start": 4356,
                          "end": 4357,
                          "loc": {
                            "start": {
                              "line": 103,
                              "column": 37
                            },
                            "end": {
                              "line": 103,
                              "column": 38
                            }
                          },
                          "extra": {
                            "rawValue": 0,
                            "raw": "0"
                          },
                          "value": 0
                        },
                        {
                          "type": "NumericLiteral",
                          "start": 4358,
                          "end": 4359,
                          "loc": {
                            "start": {
                              "line": 103,
                              "column": 39
                            },
                            "end": {
                              "line": 103,
                              "column": 40
                            }
                          },
                          "extra": {
                            "rawValue": 0,
                            "raw": "0"
                          },
                          "value": 0
                        }
                      ]
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "VariableDeclaration",
                "start": 4367,
                "end": 4444,
                "loc": {
                  "start": {
                    "line": 105,
                    "column": 4
                  },
                  "end": {
                    "line": 105,
                    "column": 81
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 4371,
                    "end": 4443,
                    "loc": {
                      "start": {
                        "line": 105,
                        "column": 8
                      },
                      "end": {
                        "line": 105,
                        "column": 80
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 4371,
                      "end": 4380,
                      "loc": {
                        "start": {
                          "line": 105,
                          "column": 8
                        },
                        "end": {
                          "line": 105,
                          "column": 17
                        },
                        "identifierName": "centerDir"
                      },
                      "name": "centerDir"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 4383,
                      "end": 4443,
                      "loc": {
                        "start": {
                          "line": 105,
                          "column": 20
                        },
                        "end": {
                          "line": 105,
                          "column": 80
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 4383,
                        "end": 4441,
                        "loc": {
                          "start": {
                            "line": 105,
                            "column": 20
                          },
                          "end": {
                            "line": 105,
                            "column": 78
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 4383,
                          "end": 4431,
                          "loc": {
                            "start": {
                              "line": 105,
                              "column": 20
                            },
                            "end": {
                              "line": 105,
                              "column": 68
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 4383,
                            "end": 4426,
                            "loc": {
                              "start": {
                                "line": 105,
                                "column": 20
                              },
                              "end": {
                                "line": 105,
                                "column": 63
                              }
                            },
                            "object": {
                              "type": "CallExpression",
                              "start": 4383,
                              "end": 4411,
                              "loc": {
                                "start": {
                                  "line": 105,
                                  "column": 20
                                },
                                "end": {
                                  "line": 105,
                                  "column": 48
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 4383,
                                "end": 4403,
                                "loc": {
                                  "start": {
                                    "line": 105,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 105,
                                    "column": 40
                                  }
                                },
                                "object": {
                                  "type": "CallExpression",
                                  "start": 4383,
                                  "end": 4399,
                                  "loc": {
                                    "start": {
                                      "line": 105,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 105,
                                      "column": 36
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 4383,
                                    "end": 4397,
                                    "loc": {
                                      "start": {
                                        "line": 105,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 105,
                                        "column": 34
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 4383,
                                      "end": 4391,
                                      "loc": {
                                        "start": {
                                          "line": 105,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 105,
                                          "column": 28
                                        },
                                        "identifierName": "startDir"
                                      },
                                      "name": "startDir"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4392,
                                      "end": 4397,
                                      "loc": {
                                        "start": {
                                          "line": 105,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 105,
                                          "column": 34
                                        },
                                        "identifierName": "clone"
                                      },
                                      "name": "clone"
                                    },
                                    "computed": false
                                  },
                                  "arguments": []
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4400,
                                  "end": 4403,
                                  "loc": {
                                    "start": {
                                      "line": 105,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 105,
                                      "column": 40
                                    },
                                    "identifierName": "add"
                                  },
                                  "name": "add"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 4404,
                                  "end": 4410,
                                  "loc": {
                                    "start": {
                                      "line": 105,
                                      "column": 41
                                    },
                                    "end": {
                                      "line": 105,
                                      "column": 47
                                    },
                                    "identifierName": "endDir"
                                  },
                                  "name": "endDir"
                                }
                              ]
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4412,
                              "end": 4426,
                              "loc": {
                                "start": {
                                  "line": 105,
                                  "column": 49
                                },
                                "end": {
                                  "line": 105,
                                  "column": 63
                                },
                                "identifierName": "multiplyScalar"
                              },
                              "name": "multiplyScalar"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "NumericLiteral",
                              "start": 4427,
                              "end": 4430,
                              "loc": {
                                "start": {
                                  "line": 105,
                                  "column": 64
                                },
                                "end": {
                                  "line": 105,
                                  "column": 67
                                }
                              },
                              "extra": {
                                "rawValue": 0.5,
                                "raw": "0.5"
                              },
                              "value": 0.5
                            }
                          ]
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4432,
                          "end": 4441,
                          "loc": {
                            "start": {
                              "line": 105,
                              "column": 69
                            },
                            "end": {
                              "line": 105,
                              "column": 78
                            },
                            "identifierName": "normalize"
                          },
                          "name": "normalize"
                        },
                        "computed": false
                      },
                      "arguments": []
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "VariableDeclaration",
                "start": 4449,
                "end": 4503,
                "loc": {
                  "start": {
                    "line": 106,
                    "column": 4
                  },
                  "end": {
                    "line": 106,
                    "column": 58
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 4453,
                    "end": 4502,
                    "loc": {
                      "start": {
                        "line": 106,
                        "column": 8
                      },
                      "end": {
                        "line": 106,
                        "column": 57
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 4453,
                      "end": 4467,
                      "loc": {
                        "start": {
                          "line": 106,
                          "column": 8
                        },
                        "end": {
                          "line": 106,
                          "column": 22
                        },
                        "identifierName": "vertexToMiddle"
                      },
                      "name": "vertexToMiddle"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 4470,
                      "end": 4502,
                      "loc": {
                        "start": {
                          "line": 106,
                          "column": 25
                        },
                        "end": {
                          "line": 106,
                          "column": 57
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 4470,
                        "end": 4491,
                        "loc": {
                          "start": {
                            "line": 106,
                            "column": 25
                          },
                          "end": {
                            "line": 106,
                            "column": 46
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 4470,
                          "end": 4487,
                          "loc": {
                            "start": {
                              "line": 106,
                              "column": 25
                            },
                            "end": {
                              "line": 106,
                              "column": 42
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 4470,
                            "end": 4485,
                            "loc": {
                              "start": {
                                "line": 106,
                                "column": 25
                              },
                              "end": {
                                "line": 106,
                                "column": 40
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 4470,
                              "end": 4479,
                              "loc": {
                                "start": {
                                  "line": 106,
                                  "column": 25
                                },
                                "end": {
                                  "line": 106,
                                  "column": 34
                                },
                                "identifierName": "middlePos"
                              },
                              "name": "middlePos"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4480,
                              "end": 4485,
                              "loc": {
                                "start": {
                                  "line": 106,
                                  "column": 35
                                },
                                "end": {
                                  "line": 106,
                                  "column": 40
                                },
                                "identifierName": "clone"
                              },
                              "name": "clone"
                            },
                            "computed": false
                          },
                          "arguments": []
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4488,
                          "end": 4491,
                          "loc": {
                            "start": {
                              "line": 106,
                              "column": 43
                            },
                            "end": {
                              "line": 106,
                              "column": 46
                            },
                            "identifierName": "sub"
                          },
                          "name": "sub"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 4492,
                          "end": 4501,
                          "loc": {
                            "start": {
                              "line": 106,
                              "column": 47
                            },
                            "end": {
                              "line": 106,
                              "column": 56
                            },
                            "identifierName": "vertexPos"
                          },
                          "name": "vertexPos"
                        }
                      ]
                    }
                  }
                ],
                "kind": "var",
                "trailingComments": [
                  {
                    "type": "CommentLine",
                    "value": " if radius is too small or middlepos and its projection to centerDir is out of filletAngle",
                    "start": 4509,
                    "end": 4601,
                    "loc": {
                      "start": {
                        "line": 108,
                        "column": 4
                      },
                      "end": {
                        "line": 108,
                        "column": 96
                      }
                    }
                  }
                ]
              },
              {
                "type": "IfStatement",
                "start": 4606,
                "end": 4699,
                "loc": {
                  "start": {
                    "line": 109,
                    "column": 4
                  },
                  "end": {
                    "line": 110,
                    "column": 20
                  }
                },
                "test": {
                  "type": "LogicalExpression",
                  "start": 4610,
                  "end": 4677,
                  "loc": {
                    "start": {
                      "line": 109,
                      "column": 8
                    },
                    "end": {
                      "line": 109,
                      "column": 75
                    }
                  },
                  "left": {
                    "type": "BinaryExpression",
                    "start": 4610,
                    "end": 4640,
                    "loc": {
                      "start": {
                        "line": 109,
                        "column": 8
                      },
                      "end": {
                        "line": 109,
                        "column": 38
                      }
                    },
                    "left": {
                      "type": "CallExpression",
                      "start": 4610,
                      "end": 4633,
                      "loc": {
                        "start": {
                          "line": 109,
                          "column": 8
                        },
                        "end": {
                          "line": 109,
                          "column": 31
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 4610,
                        "end": 4631,
                        "loc": {
                          "start": {
                            "line": 109,
                            "column": 8
                          },
                          "end": {
                            "line": 109,
                            "column": 29
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 4610,
                          "end": 4624,
                          "loc": {
                            "start": {
                              "line": 109,
                              "column": 8
                            },
                            "end": {
                              "line": 109,
                              "column": 22
                            },
                            "identifierName": "vertexToMiddle"
                          },
                          "name": "vertexToMiddle",
                          "leadingComments": null
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4625,
                          "end": 4631,
                          "loc": {
                            "start": {
                              "line": 109,
                              "column": 23
                            },
                            "end": {
                              "line": 109,
                              "column": 29
                            },
                            "identifierName": "length"
                          },
                          "name": "length"
                        },
                        "computed": false,
                        "leadingComments": null
                      },
                      "arguments": [],
                      "leadingComments": null
                    },
                    "operator": "<",
                    "right": {
                      "type": "NumericLiteral",
                      "start": 4636,
                      "end": 4640,
                      "loc": {
                        "start": {
                          "line": 109,
                          "column": 34
                        },
                        "end": {
                          "line": 109,
                          "column": 38
                        }
                      },
                      "extra": {
                        "rawValue": 0.01,
                        "raw": "1e-2"
                      },
                      "value": 0.01
                    },
                    "leadingComments": null
                  },
                  "operator": "||",
                  "right": {
                    "type": "BinaryExpression",
                    "start": 4644,
                    "end": 4677,
                    "loc": {
                      "start": {
                        "line": 109,
                        "column": 42
                      },
                      "end": {
                        "line": 109,
                        "column": 75
                      }
                    },
                    "left": {
                      "type": "CallExpression",
                      "start": 4644,
                      "end": 4673,
                      "loc": {
                        "start": {
                          "line": 109,
                          "column": 42
                        },
                        "end": {
                          "line": 109,
                          "column": 71
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 4644,
                        "end": 4662,
                        "loc": {
                          "start": {
                            "line": 109,
                            "column": 42
                          },
                          "end": {
                            "line": 109,
                            "column": 60
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 4644,
                          "end": 4658,
                          "loc": {
                            "start": {
                              "line": 109,
                              "column": 42
                            },
                            "end": {
                              "line": 109,
                              "column": 56
                            },
                            "identifierName": "vertexToMiddle"
                          },
                          "name": "vertexToMiddle"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4659,
                          "end": 4662,
                          "loc": {
                            "start": {
                              "line": 109,
                              "column": 57
                            },
                            "end": {
                              "line": 109,
                              "column": 60
                            },
                            "identifierName": "dot"
                          },
                          "name": "dot"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 4663,
                          "end": 4672,
                          "loc": {
                            "start": {
                              "line": 109,
                              "column": 61
                            },
                            "end": {
                              "line": 109,
                              "column": 70
                            },
                            "identifierName": "centerDir"
                          },
                          "name": "centerDir"
                        }
                      ]
                    },
                    "operator": "<",
                    "right": {
                      "type": "NumericLiteral",
                      "start": 4676,
                      "end": 4677,
                      "loc": {
                        "start": {
                          "line": 109,
                          "column": 74
                        },
                        "end": {
                          "line": 109,
                          "column": 75
                        }
                      },
                      "extra": {
                        "rawValue": 0,
                        "raw": "0"
                      },
                      "value": 0
                    }
                  },
                  "leadingComments": null
                },
                "consequent": {
                  "type": "ReturnStatement",
                  "start": 4687,
                  "end": 4699,
                  "loc": {
                    "start": {
                      "line": 110,
                      "column": 8
                    },
                    "end": {
                      "line": 110,
                      "column": 20
                    }
                  },
                  "argument": {
                    "type": "NullLiteral",
                    "start": 4694,
                    "end": 4698,
                    "loc": {
                      "start": {
                        "line": 110,
                        "column": 15
                      },
                      "end": {
                        "line": 110,
                        "column": 19
                      }
                    }
                  },
                  "trailingComments": null
                },
                "alternate": null,
                "leadingComments": [
                  {
                    "type": "CommentLine",
                    "value": " if radius is too small or middlepos and its projection to centerDir is out of filletAngle",
                    "start": 4509,
                    "end": 4601,
                    "loc": {
                      "start": {
                        "line": 108,
                        "column": 4
                      },
                      "end": {
                        "line": 108,
                        "column": 96
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentLine",
                    "value": " if  middlepos is out of filletAngle but its projection to centerDir isn't",
                    "start": 4705,
                    "end": 4781,
                    "loc": {
                      "start": {
                        "line": 112,
                        "column": 4
                      },
                      "end": {
                        "line": 112,
                        "column": 80
                      }
                    }
                  }
                ]
              },
              {
                "type": "VariableDeclaration",
                "start": 4786,
                "end": 4823,
                "loc": {
                  "start": {
                    "line": 113,
                    "column": 4
                  },
                  "end": {
                    "line": 113,
                    "column": 41
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 4790,
                    "end": 4822,
                    "loc": {
                      "start": {
                        "line": 113,
                        "column": 8
                      },
                      "end": {
                        "line": 113,
                        "column": 40
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 4790,
                      "end": 4795,
                      "loc": {
                        "start": {
                          "line": 113,
                          "column": 8
                        },
                        "end": {
                          "line": 113,
                          "column": 13
                        },
                        "identifierName": "alpha"
                      },
                      "name": "alpha",
                      "leadingComments": null
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 4798,
                      "end": 4822,
                      "loc": {
                        "start": {
                          "line": 113,
                          "column": 16
                        },
                        "end": {
                          "line": 113,
                          "column": 40
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 4798,
                        "end": 4812,
                        "loc": {
                          "start": {
                            "line": 113,
                            "column": 16
                          },
                          "end": {
                            "line": 113,
                            "column": 30
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 4798,
                          "end": 4804,
                          "loc": {
                            "start": {
                              "line": 113,
                              "column": 16
                            },
                            "end": {
                              "line": 113,
                              "column": 22
                            },
                            "identifierName": "endDir"
                          },
                          "name": "endDir"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4805,
                          "end": 4812,
                          "loc": {
                            "start": {
                              "line": 113,
                              "column": 23
                            },
                            "end": {
                              "line": 113,
                              "column": 30
                            },
                            "identifierName": "angleTo"
                          },
                          "name": "angleTo"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 4813,
                          "end": 4821,
                          "loc": {
                            "start": {
                              "line": 113,
                              "column": 31
                            },
                            "end": {
                              "line": 113,
                              "column": 39
                            },
                            "identifierName": "startDir"
                          },
                          "name": "startDir"
                        }
                      ]
                    },
                    "leadingComments": null
                  }
                ],
                "kind": "var",
                "leadingComments": [
                  {
                    "type": "CommentLine",
                    "value": " if  middlepos is out of filletAngle but its projection to centerDir isn't",
                    "start": 4705,
                    "end": 4781,
                    "loc": {
                      "start": {
                        "line": 112,
                        "column": 4
                      },
                      "end": {
                        "line": 112,
                        "column": 80
                      }
                    }
                  }
                ]
              },
              {
                "type": "VariableDeclaration",
                "start": 4828,
                "end": 4883,
                "loc": {
                  "start": {
                    "line": 114,
                    "column": 4
                  },
                  "end": {
                    "line": 114,
                    "column": 59
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 4832,
                    "end": 4882,
                    "loc": {
                      "start": {
                        "line": 114,
                        "column": 8
                      },
                      "end": {
                        "line": 114,
                        "column": 58
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 4832,
                      "end": 4847,
                      "loc": {
                        "start": {
                          "line": 114,
                          "column": 8
                        },
                        "end": {
                          "line": 114,
                          "column": 23
                        },
                        "identifierName": "angleMidToStart"
                      },
                      "name": "angleMidToStart"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 4850,
                      "end": 4882,
                      "loc": {
                        "start": {
                          "line": 114,
                          "column": 26
                        },
                        "end": {
                          "line": 114,
                          "column": 58
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 4850,
                        "end": 4872,
                        "loc": {
                          "start": {
                            "line": 114,
                            "column": 26
                          },
                          "end": {
                            "line": 114,
                            "column": 48
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 4850,
                          "end": 4864,
                          "loc": {
                            "start": {
                              "line": 114,
                              "column": 26
                            },
                            "end": {
                              "line": 114,
                              "column": 40
                            },
                            "identifierName": "vertexToMiddle"
                          },
                          "name": "vertexToMiddle"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4865,
                          "end": 4872,
                          "loc": {
                            "start": {
                              "line": 114,
                              "column": 41
                            },
                            "end": {
                              "line": 114,
                              "column": 48
                            },
                            "identifierName": "angleTo"
                          },
                          "name": "angleTo"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 4873,
                          "end": 4881,
                          "loc": {
                            "start": {
                              "line": 114,
                              "column": 49
                            },
                            "end": {
                              "line": 114,
                              "column": 57
                            },
                            "identifierName": "startDir"
                          },
                          "name": "startDir"
                        }
                      ]
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "VariableDeclaration",
                "start": 4888,
                "end": 4939,
                "loc": {
                  "start": {
                    "line": 115,
                    "column": 4
                  },
                  "end": {
                    "line": 115,
                    "column": 55
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 4892,
                    "end": 4938,
                    "loc": {
                      "start": {
                        "line": 115,
                        "column": 8
                      },
                      "end": {
                        "line": 115,
                        "column": 54
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 4892,
                      "end": 4905,
                      "loc": {
                        "start": {
                          "line": 115,
                          "column": 8
                        },
                        "end": {
                          "line": 115,
                          "column": 21
                        },
                        "identifierName": "angleMidToEnd"
                      },
                      "name": "angleMidToEnd"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 4908,
                      "end": 4938,
                      "loc": {
                        "start": {
                          "line": 115,
                          "column": 24
                        },
                        "end": {
                          "line": 115,
                          "column": 54
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 4908,
                        "end": 4930,
                        "loc": {
                          "start": {
                            "line": 115,
                            "column": 24
                          },
                          "end": {
                            "line": 115,
                            "column": 46
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 4908,
                          "end": 4922,
                          "loc": {
                            "start": {
                              "line": 115,
                              "column": 24
                            },
                            "end": {
                              "line": 115,
                              "column": 38
                            },
                            "identifierName": "vertexToMiddle"
                          },
                          "name": "vertexToMiddle"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4923,
                          "end": 4930,
                          "loc": {
                            "start": {
                              "line": 115,
                              "column": 39
                            },
                            "end": {
                              "line": 115,
                              "column": 46
                            },
                            "identifierName": "angleTo"
                          },
                          "name": "angleTo"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 4931,
                          "end": 4937,
                          "loc": {
                            "start": {
                              "line": 115,
                              "column": 47
                            },
                            "end": {
                              "line": 115,
                              "column": 53
                            },
                            "identifierName": "endDir"
                          },
                          "name": "endDir"
                        }
                      ]
                    }
                  }
                ],
                "kind": "var",
                "trailingComments": [
                  {
                    "type": "CommentLine",
                    "value": " project middlepos onto one of the directions if it is out of filletAngle",
                    "start": 4945,
                    "end": 5020,
                    "loc": {
                      "start": {
                        "line": 117,
                        "column": 4
                      },
                      "end": {
                        "line": 117,
                        "column": 79
                      }
                    }
                  }
                ]
              },
              {
                "type": "VariableDeclaration",
                "start": 5025,
                "end": 5088,
                "loc": {
                  "start": {
                    "line": 118,
                    "column": 4
                  },
                  "end": {
                    "line": 118,
                    "column": 67
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 5029,
                    "end": 5087,
                    "loc": {
                      "start": {
                        "line": 118,
                        "column": 8
                      },
                      "end": {
                        "line": 118,
                        "column": 66
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 5029,
                      "end": 5037,
                      "loc": {
                        "start": {
                          "line": 118,
                          "column": 8
                        },
                        "end": {
                          "line": 118,
                          "column": 16
                        },
                        "identifierName": "maxAngle"
                      },
                      "name": "maxAngle",
                      "leadingComments": null
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 5040,
                      "end": 5087,
                      "loc": {
                        "start": {
                          "line": 118,
                          "column": 19
                        },
                        "end": {
                          "line": 118,
                          "column": 66
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 5040,
                        "end": 5048,
                        "loc": {
                          "start": {
                            "line": 118,
                            "column": 19
                          },
                          "end": {
                            "line": 118,
                            "column": 27
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 5040,
                          "end": 5044,
                          "loc": {
                            "start": {
                              "line": 118,
                              "column": 19
                            },
                            "end": {
                              "line": 118,
                              "column": 23
                            },
                            "identifierName": "Math"
                          },
                          "name": "Math"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5045,
                          "end": 5048,
                          "loc": {
                            "start": {
                              "line": 118,
                              "column": 24
                            },
                            "end": {
                              "line": 118,
                              "column": 27
                            },
                            "identifierName": "max"
                          },
                          "name": "max"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 5049,
                          "end": 5064,
                          "loc": {
                            "start": {
                              "line": 118,
                              "column": 28
                            },
                            "end": {
                              "line": 118,
                              "column": 43
                            },
                            "identifierName": "angleMidToStart"
                          },
                          "name": "angleMidToStart"
                        },
                        {
                          "type": "Identifier",
                          "start": 5066,
                          "end": 5079,
                          "loc": {
                            "start": {
                              "line": 118,
                              "column": 45
                            },
                            "end": {
                              "line": 118,
                              "column": 58
                            },
                            "identifierName": "angleMidToEnd"
                          },
                          "name": "angleMidToEnd"
                        },
                        {
                          "type": "Identifier",
                          "start": 5081,
                          "end": 5086,
                          "loc": {
                            "start": {
                              "line": 118,
                              "column": 60
                            },
                            "end": {
                              "line": 118,
                              "column": 65
                            },
                            "identifierName": "alpha"
                          },
                          "name": "alpha"
                        }
                      ]
                    },
                    "leadingComments": null
                  }
                ],
                "kind": "var",
                "leadingComments": [
                  {
                    "type": "CommentLine",
                    "value": " project middlepos onto one of the directions if it is out of filletAngle",
                    "start": 4945,
                    "end": 5020,
                    "loc": {
                      "start": {
                        "line": 117,
                        "column": 4
                      },
                      "end": {
                        "line": 117,
                        "column": 79
                      }
                    }
                  }
                ]
              },
              {
                "type": "IfStatement",
                "start": 5093,
                "end": 5329,
                "loc": {
                  "start": {
                    "line": 119,
                    "column": 4
                  },
                  "end": {
                    "line": 126,
                    "column": 5
                  }
                },
                "test": {
                  "type": "BinaryExpression",
                  "start": 5097,
                  "end": 5115,
                  "loc": {
                    "start": {
                      "line": 119,
                      "column": 8
                    },
                    "end": {
                      "line": 119,
                      "column": 26
                    }
                  },
                  "left": {
                    "type": "Identifier",
                    "start": 5097,
                    "end": 5105,
                    "loc": {
                      "start": {
                        "line": 119,
                        "column": 8
                      },
                      "end": {
                        "line": 119,
                        "column": 16
                      },
                      "identifierName": "maxAngle"
                    },
                    "name": "maxAngle"
                  },
                  "operator": "!==",
                  "right": {
                    "type": "Identifier",
                    "start": 5110,
                    "end": 5115,
                    "loc": {
                      "start": {
                        "line": 119,
                        "column": 21
                      },
                      "end": {
                        "line": 119,
                        "column": 26
                      },
                      "identifierName": "alpha"
                    },
                    "name": "alpha"
                  }
                },
                "consequent": {
                  "type": "BlockStatement",
                  "start": 5117,
                  "end": 5329,
                  "loc": {
                    "start": {
                      "line": 119,
                      "column": 28
                    },
                    "end": {
                      "line": 126,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 5127,
                      "end": 5323,
                      "loc": {
                        "start": {
                          "line": 120,
                          "column": 8
                        },
                        "end": {
                          "line": 125,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 5131,
                        "end": 5159,
                        "loc": {
                          "start": {
                            "line": 120,
                            "column": 12
                          },
                          "end": {
                            "line": 120,
                            "column": 40
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 5131,
                          "end": 5146,
                          "loc": {
                            "start": {
                              "line": 120,
                              "column": 12
                            },
                            "end": {
                              "line": 120,
                              "column": 27
                            },
                            "identifierName": "angleMidToStart"
                          },
                          "name": "angleMidToStart"
                        },
                        "operator": "===",
                        "right": {
                          "type": "Identifier",
                          "start": 5151,
                          "end": 5159,
                          "loc": {
                            "start": {
                              "line": 120,
                              "column": 32
                            },
                            "end": {
                              "line": 120,
                              "column": 40
                            },
                            "identifierName": "maxAngle"
                          },
                          "name": "maxAngle"
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 5161,
                        "end": 5218,
                        "loc": {
                          "start": {
                            "line": 120,
                            "column": 42
                          },
                          "end": {
                            "line": 122,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 5175,
                            "end": 5208,
                            "loc": {
                              "start": {
                                "line": 121,
                                "column": 12
                              },
                              "end": {
                                "line": 121,
                                "column": 45
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 5175,
                              "end": 5207,
                              "loc": {
                                "start": {
                                  "line": 121,
                                  "column": 12
                                },
                                "end": {
                                  "line": 121,
                                  "column": 44
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "start": 5175,
                                "end": 5178,
                                "loc": {
                                  "start": {
                                    "line": 121,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 121,
                                    "column": 15
                                  },
                                  "identifierName": "len"
                                },
                                "name": "len"
                              },
                              "right": {
                                "type": "CallExpression",
                                "start": 5181,
                                "end": 5207,
                                "loc": {
                                  "start": {
                                    "line": 121,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 121,
                                    "column": 44
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 5181,
                                  "end": 5199,
                                  "loc": {
                                    "start": {
                                      "line": 121,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 121,
                                      "column": 36
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 5181,
                                    "end": 5195,
                                    "loc": {
                                      "start": {
                                        "line": 121,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 121,
                                        "column": 32
                                      },
                                      "identifierName": "vertexToMiddle"
                                    },
                                    "name": "vertexToMiddle"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 5196,
                                    "end": 5199,
                                    "loc": {
                                      "start": {
                                        "line": 121,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 121,
                                        "column": 36
                                      },
                                      "identifierName": "dot"
                                    },
                                    "name": "dot"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 5200,
                                    "end": 5206,
                                    "loc": {
                                      "start": {
                                        "line": 121,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 121,
                                        "column": 43
                                      },
                                      "identifierName": "endDir"
                                    },
                                    "name": "endDir"
                                  }
                                ]
                              }
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": {
                        "type": "IfStatement",
                        "start": 5232,
                        "end": 5323,
                        "loc": {
                          "start": {
                            "line": 123,
                            "column": 13
                          },
                          "end": {
                            "line": 125,
                            "column": 9
                          }
                        },
                        "test": {
                          "type": "BinaryExpression",
                          "start": 5236,
                          "end": 5262,
                          "loc": {
                            "start": {
                              "line": 123,
                              "column": 17
                            },
                            "end": {
                              "line": 123,
                              "column": 43
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 5236,
                            "end": 5249,
                            "loc": {
                              "start": {
                                "line": 123,
                                "column": 17
                              },
                              "end": {
                                "line": 123,
                                "column": 30
                              },
                              "identifierName": "angleMidToEnd"
                            },
                            "name": "angleMidToEnd"
                          },
                          "operator": "===",
                          "right": {
                            "type": "Identifier",
                            "start": 5254,
                            "end": 5262,
                            "loc": {
                              "start": {
                                "line": 123,
                                "column": 35
                              },
                              "end": {
                                "line": 123,
                                "column": 43
                              },
                              "identifierName": "maxAngle"
                            },
                            "name": "maxAngle"
                          }
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 5264,
                          "end": 5323,
                          "loc": {
                            "start": {
                              "line": 123,
                              "column": 45
                            },
                            "end": {
                              "line": 125,
                              "column": 9
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 5278,
                              "end": 5313,
                              "loc": {
                                "start": {
                                  "line": 124,
                                  "column": 12
                                },
                                "end": {
                                  "line": 124,
                                  "column": 47
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 5278,
                                "end": 5312,
                                "loc": {
                                  "start": {
                                    "line": 124,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 124,
                                    "column": 46
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 5278,
                                  "end": 5281,
                                  "loc": {
                                    "start": {
                                      "line": 124,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 124,
                                      "column": 15
                                    },
                                    "identifierName": "len"
                                  },
                                  "name": "len"
                                },
                                "right": {
                                  "type": "CallExpression",
                                  "start": 5284,
                                  "end": 5312,
                                  "loc": {
                                    "start": {
                                      "line": 124,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 124,
                                      "column": 46
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 5284,
                                    "end": 5302,
                                    "loc": {
                                      "start": {
                                        "line": 124,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 124,
                                        "column": 36
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 5284,
                                      "end": 5298,
                                      "loc": {
                                        "start": {
                                          "line": 124,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 124,
                                          "column": 32
                                        },
                                        "identifierName": "vertexToMiddle"
                                      },
                                      "name": "vertexToMiddle"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 5299,
                                      "end": 5302,
                                      "loc": {
                                        "start": {
                                          "line": 124,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 124,
                                          "column": 36
                                        },
                                        "identifierName": "dot"
                                      },
                                      "name": "dot"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 5303,
                                      "end": 5311,
                                      "loc": {
                                        "start": {
                                          "line": 124,
                                          "column": 37
                                        },
                                        "end": {
                                          "line": 124,
                                          "column": 45
                                        },
                                        "identifierName": "startDir"
                                      },
                                      "name": "startDir"
                                    }
                                  ]
                                }
                              }
                            }
                          ],
                          "directives": []
                        },
                        "alternate": null
                      }
                    }
                  ],
                  "directives": []
                },
                "alternate": null
              },
              {
                "type": "IfStatement",
                "start": 5335,
                "end": 5731,
                "loc": {
                  "start": {
                    "line": 128,
                    "column": 4
                  },
                  "end": {
                    "line": 136,
                    "column": 5
                  }
                },
                "test": {
                  "type": "Identifier",
                  "start": 5339,
                  "end": 5342,
                  "loc": {
                    "start": {
                      "line": 128,
                      "column": 8
                    },
                    "end": {
                      "line": 128,
                      "column": 11
                    },
                    "identifierName": "len"
                  },
                  "name": "len"
                },
                "consequent": {
                  "type": "BlockStatement",
                  "start": 5344,
                  "end": 5731,
                  "loc": {
                    "start": {
                      "line": 128,
                      "column": 13
                    },
                    "end": {
                      "line": 136,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 5354,
                      "end": 5442,
                      "loc": {
                        "start": {
                          "line": 129,
                          "column": 8
                        },
                        "end": {
                          "line": 129,
                          "column": 96
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5354,
                        "end": 5441,
                        "loc": {
                          "start": {
                            "line": 129,
                            "column": 8
                          },
                          "end": {
                            "line": 129,
                            "column": 95
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "Identifier",
                          "start": 5354,
                          "end": 5360,
                          "loc": {
                            "start": {
                              "line": 129,
                              "column": 8
                            },
                            "end": {
                              "line": 129,
                              "column": 14
                            },
                            "identifierName": "center"
                          },
                          "name": "center"
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 5363,
                          "end": 5441,
                          "loc": {
                            "start": {
                              "line": 129,
                              "column": 17
                            },
                            "end": {
                              "line": 129,
                              "column": 95
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 5363,
                            "end": 5384,
                            "loc": {
                              "start": {
                                "line": 129,
                                "column": 17
                              },
                              "end": {
                                "line": 129,
                                "column": 38
                              }
                            },
                            "object": {
                              "type": "CallExpression",
                              "start": 5363,
                              "end": 5380,
                              "loc": {
                                "start": {
                                  "line": 129,
                                  "column": 17
                                },
                                "end": {
                                  "line": 129,
                                  "column": 34
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 5363,
                                "end": 5378,
                                "loc": {
                                  "start": {
                                    "line": 129,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 129,
                                    "column": 32
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 5363,
                                  "end": 5372,
                                  "loc": {
                                    "start": {
                                      "line": 129,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 129,
                                      "column": 26
                                    },
                                    "identifierName": "vertexPos"
                                  },
                                  "name": "vertexPos"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 5373,
                                  "end": 5378,
                                  "loc": {
                                    "start": {
                                      "line": 129,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 129,
                                      "column": 32
                                    },
                                    "identifierName": "clone"
                                  },
                                  "name": "clone"
                                },
                                "computed": false
                              },
                              "arguments": []
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5381,
                              "end": 5384,
                              "loc": {
                                "start": {
                                  "line": 129,
                                  "column": 35
                                },
                                "end": {
                                  "line": 129,
                                  "column": 38
                                },
                                "identifierName": "add"
                              },
                              "name": "add"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "CallExpression",
                              "start": 5385,
                              "end": 5440,
                              "loc": {
                                "start": {
                                  "line": 129,
                                  "column": 39
                                },
                                "end": {
                                  "line": 129,
                                  "column": 94
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 5385,
                                "end": 5417,
                                "loc": {
                                  "start": {
                                    "line": 129,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 129,
                                    "column": 71
                                  }
                                },
                                "object": {
                                  "type": "CallExpression",
                                  "start": 5385,
                                  "end": 5402,
                                  "loc": {
                                    "start": {
                                      "line": 129,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 129,
                                      "column": 56
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 5385,
                                    "end": 5400,
                                    "loc": {
                                      "start": {
                                        "line": 129,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 129,
                                        "column": 54
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 5385,
                                      "end": 5394,
                                      "loc": {
                                        "start": {
                                          "line": 129,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 129,
                                          "column": 48
                                        },
                                        "identifierName": "centerDir"
                                      },
                                      "name": "centerDir"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 5395,
                                      "end": 5400,
                                      "loc": {
                                        "start": {
                                          "line": 129,
                                          "column": 49
                                        },
                                        "end": {
                                          "line": 129,
                                          "column": 54
                                        },
                                        "identifierName": "clone"
                                      },
                                      "name": "clone"
                                    },
                                    "computed": false
                                  },
                                  "arguments": []
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 5403,
                                  "end": 5417,
                                  "loc": {
                                    "start": {
                                      "line": 129,
                                      "column": 57
                                    },
                                    "end": {
                                      "line": 129,
                                      "column": 71
                                    },
                                    "identifierName": "multiplyScalar"
                                  },
                                  "name": "multiplyScalar"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "BinaryExpression",
                                  "start": 5418,
                                  "end": 5439,
                                  "loc": {
                                    "start": {
                                      "line": 129,
                                      "column": 72
                                    },
                                    "end": {
                                      "line": 129,
                                      "column": 93
                                    }
                                  },
                                  "left": {
                                    "type": "Identifier",
                                    "start": 5418,
                                    "end": 5421,
                                    "loc": {
                                      "start": {
                                        "line": 129,
                                        "column": 72
                                      },
                                      "end": {
                                        "line": 129,
                                        "column": 75
                                      },
                                      "identifierName": "len"
                                    },
                                    "name": "len"
                                  },
                                  "operator": "/",
                                  "right": {
                                    "type": "CallExpression",
                                    "start": 5422,
                                    "end": 5439,
                                    "loc": {
                                      "start": {
                                        "line": 129,
                                        "column": 76
                                      },
                                      "end": {
                                        "line": 129,
                                        "column": 93
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 5422,
                                      "end": 5430,
                                      "loc": {
                                        "start": {
                                          "line": 129,
                                          "column": 76
                                        },
                                        "end": {
                                          "line": 129,
                                          "column": 84
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 5422,
                                        "end": 5426,
                                        "loc": {
                                          "start": {
                                            "line": 129,
                                            "column": 76
                                          },
                                          "end": {
                                            "line": 129,
                                            "column": 80
                                          },
                                          "identifierName": "Math"
                                        },
                                        "name": "Math"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5427,
                                        "end": 5430,
                                        "loc": {
                                          "start": {
                                            "line": 129,
                                            "column": 81
                                          },
                                          "end": {
                                            "line": 129,
                                            "column": 84
                                          },
                                          "identifierName": "cos"
                                        },
                                        "name": "cos"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "BinaryExpression",
                                        "start": 5431,
                                        "end": 5438,
                                        "loc": {
                                          "start": {
                                            "line": 129,
                                            "column": 85
                                          },
                                          "end": {
                                            "line": 129,
                                            "column": 92
                                          }
                                        },
                                        "left": {
                                          "type": "Identifier",
                                          "start": 5431,
                                          "end": 5436,
                                          "loc": {
                                            "start": {
                                              "line": 129,
                                              "column": 85
                                            },
                                            "end": {
                                              "line": 129,
                                              "column": 90
                                            },
                                            "identifierName": "alpha"
                                          },
                                          "name": "alpha"
                                        },
                                        "operator": "/",
                                        "right": {
                                          "type": "NumericLiteral",
                                          "start": 5437,
                                          "end": 5438,
                                          "loc": {
                                            "start": {
                                              "line": 129,
                                              "column": 91
                                            },
                                            "end": {
                                              "line": 129,
                                              "column": 92
                                            }
                                          },
                                          "extra": {
                                            "rawValue": 2,
                                            "raw": "2"
                                          },
                                          "value": 2
                                        }
                                      }
                                    ]
                                  }
                                }
                              ]
                            }
                          ]
                        }
                      },
                      "trailingComments": [
                        {
                          "type": "CommentLine",
                          "value": " fillet angle < 180 => cos(alpha/2) != 0",
                          "start": 5443,
                          "end": 5485,
                          "loc": {
                            "start": {
                              "line": 129,
                              "column": 97
                            },
                            "end": {
                              "line": 129,
                              "column": 139
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 5494,
                      "end": 5725,
                      "loc": {
                        "start": {
                          "line": 130,
                          "column": 8
                        },
                        "end": {
                          "line": 135,
                          "column": 10
                        }
                      },
                      "argument": {
                        "type": "ObjectExpression",
                        "start": 5501,
                        "end": 5724,
                        "loc": {
                          "start": {
                            "line": 130,
                            "column": 15
                          },
                          "end": {
                            "line": 135,
                            "column": 9
                          }
                        },
                        "properties": [
                          {
                            "type": "ObjectProperty",
                            "start": 5515,
                            "end": 5581,
                            "loc": {
                              "start": {
                                "line": 131,
                                "column": 12
                              },
                              "end": {
                                "line": 131,
                                "column": 78
                              }
                            },
                            "method": false,
                            "shorthand": false,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 5515,
                              "end": 5520,
                              "loc": {
                                "start": {
                                  "line": 131,
                                  "column": 12
                                },
                                "end": {
                                  "line": 131,
                                  "column": 17
                                },
                                "identifierName": "start"
                              },
                              "name": "start",
                              "leadingComments": null
                            },
                            "value": {
                              "type": "CallExpression",
                              "start": 5522,
                              "end": 5581,
                              "loc": {
                                "start": {
                                  "line": 131,
                                  "column": 19
                                },
                                "end": {
                                  "line": 131,
                                  "column": 78
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 5522,
                                "end": 5543,
                                "loc": {
                                  "start": {
                                    "line": 131,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 131,
                                    "column": 40
                                  }
                                },
                                "object": {
                                  "type": "CallExpression",
                                  "start": 5522,
                                  "end": 5539,
                                  "loc": {
                                    "start": {
                                      "line": 131,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 131,
                                      "column": 36
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 5522,
                                    "end": 5537,
                                    "loc": {
                                      "start": {
                                        "line": 131,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 131,
                                        "column": 34
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 5522,
                                      "end": 5531,
                                      "loc": {
                                        "start": {
                                          "line": 131,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 131,
                                          "column": 28
                                        },
                                        "identifierName": "vertexPos"
                                      },
                                      "name": "vertexPos"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 5532,
                                      "end": 5537,
                                      "loc": {
                                        "start": {
                                          "line": 131,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 131,
                                          "column": 34
                                        },
                                        "identifierName": "clone"
                                      },
                                      "name": "clone"
                                    },
                                    "computed": false
                                  },
                                  "arguments": []
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 5540,
                                  "end": 5543,
                                  "loc": {
                                    "start": {
                                      "line": 131,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 131,
                                      "column": 40
                                    },
                                    "identifierName": "add"
                                  },
                                  "name": "add"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "CallExpression",
                                  "start": 5544,
                                  "end": 5580,
                                  "loc": {
                                    "start": {
                                      "line": 131,
                                      "column": 41
                                    },
                                    "end": {
                                      "line": 131,
                                      "column": 77
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 5544,
                                    "end": 5575,
                                    "loc": {
                                      "start": {
                                        "line": 131,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 131,
                                        "column": 72
                                      }
                                    },
                                    "object": {
                                      "type": "CallExpression",
                                      "start": 5544,
                                      "end": 5560,
                                      "loc": {
                                        "start": {
                                          "line": 131,
                                          "column": 41
                                        },
                                        "end": {
                                          "line": 131,
                                          "column": 57
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 5544,
                                        "end": 5558,
                                        "loc": {
                                          "start": {
                                            "line": 131,
                                            "column": 41
                                          },
                                          "end": {
                                            "line": 131,
                                            "column": 55
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 5544,
                                          "end": 5552,
                                          "loc": {
                                            "start": {
                                              "line": 131,
                                              "column": 41
                                            },
                                            "end": {
                                              "line": 131,
                                              "column": 49
                                            },
                                            "identifierName": "startDir"
                                          },
                                          "name": "startDir"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5553,
                                          "end": 5558,
                                          "loc": {
                                            "start": {
                                              "line": 131,
                                              "column": 50
                                            },
                                            "end": {
                                              "line": 131,
                                              "column": 55
                                            },
                                            "identifierName": "clone"
                                          },
                                          "name": "clone"
                                        },
                                        "computed": false
                                      },
                                      "arguments": []
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 5561,
                                      "end": 5575,
                                      "loc": {
                                        "start": {
                                          "line": 131,
                                          "column": 58
                                        },
                                        "end": {
                                          "line": 131,
                                          "column": 72
                                        },
                                        "identifierName": "multiplyScalar"
                                      },
                                      "name": "multiplyScalar"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 5576,
                                      "end": 5579,
                                      "loc": {
                                        "start": {
                                          "line": 131,
                                          "column": 73
                                        },
                                        "end": {
                                          "line": 131,
                                          "column": 76
                                        },
                                        "identifierName": "len"
                                      },
                                      "name": "len"
                                    }
                                  ]
                                }
                              ]
                            },
                            "leadingComments": null
                          },
                          {
                            "type": "ObjectProperty",
                            "start": 5595,
                            "end": 5657,
                            "loc": {
                              "start": {
                                "line": 132,
                                "column": 12
                              },
                              "end": {
                                "line": 132,
                                "column": 74
                              }
                            },
                            "method": false,
                            "shorthand": false,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 5595,
                              "end": 5598,
                              "loc": {
                                "start": {
                                  "line": 132,
                                  "column": 12
                                },
                                "end": {
                                  "line": 132,
                                  "column": 15
                                },
                                "identifierName": "end"
                              },
                              "name": "end"
                            },
                            "value": {
                              "type": "CallExpression",
                              "start": 5600,
                              "end": 5657,
                              "loc": {
                                "start": {
                                  "line": 132,
                                  "column": 17
                                },
                                "end": {
                                  "line": 132,
                                  "column": 74
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 5600,
                                "end": 5621,
                                "loc": {
                                  "start": {
                                    "line": 132,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 132,
                                    "column": 38
                                  }
                                },
                                "object": {
                                  "type": "CallExpression",
                                  "start": 5600,
                                  "end": 5617,
                                  "loc": {
                                    "start": {
                                      "line": 132,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 132,
                                      "column": 34
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 5600,
                                    "end": 5615,
                                    "loc": {
                                      "start": {
                                        "line": 132,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 132,
                                        "column": 32
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 5600,
                                      "end": 5609,
                                      "loc": {
                                        "start": {
                                          "line": 132,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 132,
                                          "column": 26
                                        },
                                        "identifierName": "vertexPos"
                                      },
                                      "name": "vertexPos"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 5610,
                                      "end": 5615,
                                      "loc": {
                                        "start": {
                                          "line": 132,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 132,
                                          "column": 32
                                        },
                                        "identifierName": "clone"
                                      },
                                      "name": "clone"
                                    },
                                    "computed": false
                                  },
                                  "arguments": []
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 5618,
                                  "end": 5621,
                                  "loc": {
                                    "start": {
                                      "line": 132,
                                      "column": 35
                                    },
                                    "end": {
                                      "line": 132,
                                      "column": 38
                                    },
                                    "identifierName": "add"
                                  },
                                  "name": "add"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "CallExpression",
                                  "start": 5622,
                                  "end": 5656,
                                  "loc": {
                                    "start": {
                                      "line": 132,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 132,
                                      "column": 73
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 5622,
                                    "end": 5651,
                                    "loc": {
                                      "start": {
                                        "line": 132,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 132,
                                        "column": 68
                                      }
                                    },
                                    "object": {
                                      "type": "CallExpression",
                                      "start": 5622,
                                      "end": 5636,
                                      "loc": {
                                        "start": {
                                          "line": 132,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 132,
                                          "column": 53
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 5622,
                                        "end": 5634,
                                        "loc": {
                                          "start": {
                                            "line": 132,
                                            "column": 39
                                          },
                                          "end": {
                                            "line": 132,
                                            "column": 51
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 5622,
                                          "end": 5628,
                                          "loc": {
                                            "start": {
                                              "line": 132,
                                              "column": 39
                                            },
                                            "end": {
                                              "line": 132,
                                              "column": 45
                                            },
                                            "identifierName": "endDir"
                                          },
                                          "name": "endDir"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5629,
                                          "end": 5634,
                                          "loc": {
                                            "start": {
                                              "line": 132,
                                              "column": 46
                                            },
                                            "end": {
                                              "line": 132,
                                              "column": 51
                                            },
                                            "identifierName": "clone"
                                          },
                                          "name": "clone"
                                        },
                                        "computed": false
                                      },
                                      "arguments": []
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 5637,
                                      "end": 5651,
                                      "loc": {
                                        "start": {
                                          "line": 132,
                                          "column": 54
                                        },
                                        "end": {
                                          "line": 132,
                                          "column": 68
                                        },
                                        "identifierName": "multiplyScalar"
                                      },
                                      "name": "multiplyScalar"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 5652,
                                      "end": 5655,
                                      "loc": {
                                        "start": {
                                          "line": 132,
                                          "column": 69
                                        },
                                        "end": {
                                          "line": 132,
                                          "column": 72
                                        },
                                        "identifierName": "len"
                                      },
                                      "name": "len"
                                    }
                                  ]
                                }
                              ]
                            }
                          },
                          {
                            "type": "ObjectProperty",
                            "start": 5671,
                            "end": 5685,
                            "loc": {
                              "start": {
                                "line": 133,
                                "column": 12
                              },
                              "end": {
                                "line": 133,
                                "column": 26
                              }
                            },
                            "method": false,
                            "shorthand": false,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 5671,
                              "end": 5677,
                              "loc": {
                                "start": {
                                  "line": 133,
                                  "column": 12
                                },
                                "end": {
                                  "line": 133,
                                  "column": 18
                                },
                                "identifierName": "center"
                              },
                              "name": "center"
                            },
                            "value": {
                              "type": "Identifier",
                              "start": 5679,
                              "end": 5685,
                              "loc": {
                                "start": {
                                  "line": 133,
                                  "column": 20
                                },
                                "end": {
                                  "line": 133,
                                  "column": 26
                                },
                                "identifierName": "center"
                              },
                              "name": "center"
                            }
                          },
                          {
                            "type": "ObjectProperty",
                            "start": 5699,
                            "end": 5714,
                            "loc": {
                              "start": {
                                "line": 134,
                                "column": 12
                              },
                              "end": {
                                "line": 134,
                                "column": 27
                              }
                            },
                            "method": false,
                            "shorthand": false,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 5699,
                              "end": 5708,
                              "loc": {
                                "start": {
                                  "line": 134,
                                  "column": 12
                                },
                                "end": {
                                  "line": 134,
                                  "column": 21
                                },
                                "identifierName": "clockwise"
                              },
                              "name": "clockwise"
                            },
                            "value": {
                              "type": "BooleanLiteral",
                              "start": 5710,
                              "end": 5714,
                              "loc": {
                                "start": {
                                  "line": 134,
                                  "column": 23
                                },
                                "end": {
                                  "line": 134,
                                  "column": 27
                                }
                              },
                              "value": true
                            }
                          }
                        ],
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": " fillet angle < 180 => cos(alpha/2) != 0",
                          "start": 5443,
                          "end": 5485,
                          "loc": {
                            "start": {
                              "line": 129,
                              "column": 97
                            },
                            "end": {
                              "line": 129,
                              "column": 139
                            }
                          }
                        }
                      ]
                    }
                  ],
                  "directives": []
                },
                "alternate": null
              },
              {
                "type": "VariableDeclaration",
                "start": 5738,
                "end": 5787,
                "loc": {
                  "start": {
                    "line": 139,
                    "column": 4
                  },
                  "end": {
                    "line": 139,
                    "column": 53
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 5742,
                    "end": 5786,
                    "loc": {
                      "start": {
                        "line": 139,
                        "column": 8
                      },
                      "end": {
                        "line": 139,
                        "column": 52
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 5742,
                      "end": 5751,
                      "loc": {
                        "start": {
                          "line": 139,
                          "column": 8
                        },
                        "end": {
                          "line": 139,
                          "column": 17
                        },
                        "identifierName": "middleNew"
                      },
                      "name": "middleNew"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 5754,
                      "end": 5786,
                      "loc": {
                        "start": {
                          "line": 139,
                          "column": 20
                        },
                        "end": {
                          "line": 139,
                          "column": 52
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 5754,
                        "end": 5775,
                        "loc": {
                          "start": {
                            "line": 139,
                            "column": 20
                          },
                          "end": {
                            "line": 139,
                            "column": 41
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 5754,
                          "end": 5771,
                          "loc": {
                            "start": {
                              "line": 139,
                              "column": 20
                            },
                            "end": {
                              "line": 139,
                              "column": 37
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 5754,
                            "end": 5769,
                            "loc": {
                              "start": {
                                "line": 139,
                                "column": 20
                              },
                              "end": {
                                "line": 139,
                                "column": 35
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 5754,
                              "end": 5763,
                              "loc": {
                                "start": {
                                  "line": 139,
                                  "column": 20
                                },
                                "end": {
                                  "line": 139,
                                  "column": 29
                                },
                                "identifierName": "middlePos"
                              },
                              "name": "middlePos"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5764,
                              "end": 5769,
                              "loc": {
                                "start": {
                                  "line": 139,
                                  "column": 30
                                },
                                "end": {
                                  "line": 139,
                                  "column": 35
                                },
                                "identifierName": "clone"
                              },
                              "name": "clone"
                            },
                            "computed": false
                          },
                          "arguments": []
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5772,
                          "end": 5775,
                          "loc": {
                            "start": {
                              "line": 139,
                              "column": 38
                            },
                            "end": {
                              "line": 139,
                              "column": 41
                            },
                            "identifierName": "sub"
                          },
                          "name": "sub"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 5776,
                          "end": 5785,
                          "loc": {
                            "start": {
                              "line": 139,
                              "column": 42
                            },
                            "end": {
                              "line": 139,
                              "column": 51
                            },
                            "identifierName": "vertexPos"
                          },
                          "name": "vertexPos"
                        }
                      ]
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "VariableDeclaration",
                "start": 5793,
                "end": 5840,
                "loc": {
                  "start": {
                    "line": 141,
                    "column": 4
                  },
                  "end": {
                    "line": 141,
                    "column": 51
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 5797,
                    "end": 5839,
                    "loc": {
                      "start": {
                        "line": 141,
                        "column": 8
                      },
                      "end": {
                        "line": 141,
                        "column": 50
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 5797,
                      "end": 5804,
                      "loc": {
                        "start": {
                          "line": 141,
                          "column": 8
                        },
                        "end": {
                          "line": 141,
                          "column": 15
                        },
                        "identifierName": "sinA2Sq"
                      },
                      "name": "sinA2Sq"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 5807,
                      "end": 5839,
                      "loc": {
                        "start": {
                          "line": 141,
                          "column": 18
                        },
                        "end": {
                          "line": 141,
                          "column": 50
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 5807,
                        "end": 5815,
                        "loc": {
                          "start": {
                            "line": 141,
                            "column": 18
                          },
                          "end": {
                            "line": 141,
                            "column": 26
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 5807,
                          "end": 5811,
                          "loc": {
                            "start": {
                              "line": 141,
                              "column": 18
                            },
                            "end": {
                              "line": 141,
                              "column": 22
                            },
                            "identifierName": "Math"
                          },
                          "name": "Math"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5812,
                          "end": 5815,
                          "loc": {
                            "start": {
                              "line": 141,
                              "column": 23
                            },
                            "end": {
                              "line": 141,
                              "column": 26
                            },
                            "identifierName": "pow"
                          },
                          "name": "pow"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "CallExpression",
                          "start": 5816,
                          "end": 5835,
                          "loc": {
                            "start": {
                              "line": 141,
                              "column": 27
                            },
                            "end": {
                              "line": 141,
                              "column": 46
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 5816,
                            "end": 5824,
                            "loc": {
                              "start": {
                                "line": 141,
                                "column": 27
                              },
                              "end": {
                                "line": 141,
                                "column": 35
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 5816,
                              "end": 5820,
                              "loc": {
                                "start": {
                                  "line": 141,
                                  "column": 27
                                },
                                "end": {
                                  "line": 141,
                                  "column": 31
                                },
                                "identifierName": "Math"
                              },
                              "name": "Math"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5821,
                              "end": 5824,
                              "loc": {
                                "start": {
                                  "line": 141,
                                  "column": 32
                                },
                                "end": {
                                  "line": 141,
                                  "column": 35
                                },
                                "identifierName": "sin"
                              },
                              "name": "sin"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "BinaryExpression",
                              "start": 5825,
                              "end": 5834,
                              "loc": {
                                "start": {
                                  "line": 141,
                                  "column": 36
                                },
                                "end": {
                                  "line": 141,
                                  "column": 45
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 5825,
                                "end": 5830,
                                "loc": {
                                  "start": {
                                    "line": 141,
                                    "column": 36
                                  },
                                  "end": {
                                    "line": 141,
                                    "column": 41
                                  },
                                  "identifierName": "alpha"
                                },
                                "name": "alpha"
                              },
                              "operator": "/",
                              "right": {
                                "type": "NumericLiteral",
                                "start": 5833,
                                "end": 5834,
                                "loc": {
                                  "start": {
                                    "line": 141,
                                    "column": 44
                                  },
                                  "end": {
                                    "line": 141,
                                    "column": 45
                                  }
                                },
                                "extra": {
                                  "rawValue": 2,
                                  "raw": "2"
                                },
                                "value": 2
                              }
                            }
                          ]
                        },
                        {
                          "type": "NumericLiteral",
                          "start": 5837,
                          "end": 5838,
                          "loc": {
                            "start": {
                              "line": 141,
                              "column": 48
                            },
                            "end": {
                              "line": 141,
                              "column": 49
                            }
                          },
                          "extra": {
                            "rawValue": 2,
                            "raw": "2"
                          },
                          "value": 2
                        }
                      ]
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "VariableDeclaration",
                "start": 5845,
                "end": 5871,
                "loc": {
                  "start": {
                    "line": 142,
                    "column": 4
                  },
                  "end": {
                    "line": 142,
                    "column": 30
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 5849,
                    "end": 5870,
                    "loc": {
                      "start": {
                        "line": 142,
                        "column": 8
                      },
                      "end": {
                        "line": 142,
                        "column": 29
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 5849,
                      "end": 5856,
                      "loc": {
                        "start": {
                          "line": 142,
                          "column": 8
                        },
                        "end": {
                          "line": 142,
                          "column": 15
                        },
                        "identifierName": "cosA2Sq"
                      },
                      "name": "cosA2Sq"
                    },
                    "init": {
                      "type": "BinaryExpression",
                      "start": 5859,
                      "end": 5870,
                      "loc": {
                        "start": {
                          "line": 142,
                          "column": 18
                        },
                        "end": {
                          "line": 142,
                          "column": 29
                        }
                      },
                      "left": {
                        "type": "NumericLiteral",
                        "start": 5859,
                        "end": 5860,
                        "loc": {
                          "start": {
                            "line": 142,
                            "column": 18
                          },
                          "end": {
                            "line": 142,
                            "column": 19
                          }
                        },
                        "extra": {
                          "rawValue": 1,
                          "raw": "1"
                        },
                        "value": 1
                      },
                      "operator": "-",
                      "right": {
                        "type": "Identifier",
                        "start": 5863,
                        "end": 5870,
                        "loc": {
                          "start": {
                            "line": 142,
                            "column": 22
                          },
                          "end": {
                            "line": 142,
                            "column": 29
                          },
                          "identifierName": "sinA2Sq"
                        },
                        "name": "sinA2Sq"
                      }
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "VariableDeclaration",
                "start": 5877,
                "end": 5907,
                "loc": {
                  "start": {
                    "line": 144,
                    "column": 4
                  },
                  "end": {
                    "line": 144,
                    "column": 34
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 5881,
                    "end": 5906,
                    "loc": {
                      "start": {
                        "line": 144,
                        "column": 8
                      },
                      "end": {
                        "line": 144,
                        "column": 33
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 5881,
                      "end": 5883,
                      "loc": {
                        "start": {
                          "line": 144,
                          "column": 8
                        },
                        "end": {
                          "line": 144,
                          "column": 10
                        },
                        "identifierName": "A0"
                      },
                      "name": "A0"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 5886,
                      "end": 5906,
                      "loc": {
                        "start": {
                          "line": 144,
                          "column": 13
                        },
                        "end": {
                          "line": 144,
                          "column": 33
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 5886,
                        "end": 5904,
                        "loc": {
                          "start": {
                            "line": 144,
                            "column": 13
                          },
                          "end": {
                            "line": 144,
                            "column": 31
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 5886,
                          "end": 5895,
                          "loc": {
                            "start": {
                              "line": 144,
                              "column": 13
                            },
                            "end": {
                              "line": 144,
                              "column": 22
                            },
                            "identifierName": "middleNew"
                          },
                          "name": "middleNew"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5896,
                          "end": 5904,
                          "loc": {
                            "start": {
                              "line": 144,
                              "column": 23
                            },
                            "end": {
                              "line": 144,
                              "column": 31
                            },
                            "identifierName": "lengthSq"
                          },
                          "name": "lengthSq"
                        },
                        "computed": false
                      },
                      "arguments": []
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "VariableDeclaration",
                "start": 5912,
                "end": 5939,
                "loc": {
                  "start": {
                    "line": 145,
                    "column": 4
                  },
                  "end": {
                    "line": 145,
                    "column": 31
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 5916,
                    "end": 5938,
                    "loc": {
                      "start": {
                        "line": 145,
                        "column": 8
                      },
                      "end": {
                        "line": 145,
                        "column": 30
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 5916,
                      "end": 5918,
                      "loc": {
                        "start": {
                          "line": 145,
                          "column": 8
                        },
                        "end": {
                          "line": 145,
                          "column": 10
                        },
                        "identifierName": "A1"
                      },
                      "name": "A1"
                    },
                    "init": {
                      "type": "BinaryExpression",
                      "start": 5921,
                      "end": 5938,
                      "loc": {
                        "start": {
                          "line": 145,
                          "column": 13
                        },
                        "end": {
                          "line": 145,
                          "column": 30
                        }
                      },
                      "left": {
                        "type": "UnaryExpression",
                        "start": 5921,
                        "end": 5924,
                        "loc": {
                          "start": {
                            "line": 145,
                            "column": 13
                          },
                          "end": {
                            "line": 145,
                            "column": 16
                          }
                        },
                        "operator": "-",
                        "prefix": true,
                        "argument": {
                          "type": "NumericLiteral",
                          "start": 5923,
                          "end": 5924,
                          "loc": {
                            "start": {
                              "line": 145,
                              "column": 15
                            },
                            "end": {
                              "line": 145,
                              "column": 16
                            }
                          },
                          "extra": {
                            "rawValue": 2,
                            "raw": "2"
                          },
                          "value": 2
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      },
                      "operator": "*",
                      "right": {
                        "type": "MemberExpression",
                        "start": 5927,
                        "end": 5938,
                        "loc": {
                          "start": {
                            "line": 145,
                            "column": 19
                          },
                          "end": {
                            "line": 145,
                            "column": 30
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 5927,
                          "end": 5936,
                          "loc": {
                            "start": {
                              "line": 145,
                              "column": 19
                            },
                            "end": {
                              "line": 145,
                              "column": 28
                            },
                            "identifierName": "middleNew"
                          },
                          "name": "middleNew"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5937,
                          "end": 5938,
                          "loc": {
                            "start": {
                              "line": 145,
                              "column": 29
                            },
                            "end": {
                              "line": 145,
                              "column": 30
                            },
                            "identifierName": "x"
                          },
                          "name": "x"
                        },
                        "computed": false
                      }
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "VariableDeclaration",
                "start": 5944,
                "end": 5971,
                "loc": {
                  "start": {
                    "line": 146,
                    "column": 4
                  },
                  "end": {
                    "line": 146,
                    "column": 31
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 5948,
                    "end": 5970,
                    "loc": {
                      "start": {
                        "line": 146,
                        "column": 8
                      },
                      "end": {
                        "line": 146,
                        "column": 30
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 5948,
                      "end": 5950,
                      "loc": {
                        "start": {
                          "line": 146,
                          "column": 8
                        },
                        "end": {
                          "line": 146,
                          "column": 10
                        },
                        "identifierName": "A2"
                      },
                      "name": "A2"
                    },
                    "init": {
                      "type": "BinaryExpression",
                      "start": 5953,
                      "end": 5970,
                      "loc": {
                        "start": {
                          "line": 146,
                          "column": 13
                        },
                        "end": {
                          "line": 146,
                          "column": 30
                        }
                      },
                      "left": {
                        "type": "UnaryExpression",
                        "start": 5953,
                        "end": 5956,
                        "loc": {
                          "start": {
                            "line": 146,
                            "column": 13
                          },
                          "end": {
                            "line": 146,
                            "column": 16
                          }
                        },
                        "operator": "-",
                        "prefix": true,
                        "argument": {
                          "type": "NumericLiteral",
                          "start": 5955,
                          "end": 5956,
                          "loc": {
                            "start": {
                              "line": 146,
                              "column": 15
                            },
                            "end": {
                              "line": 146,
                              "column": 16
                            }
                          },
                          "extra": {
                            "rawValue": 2,
                            "raw": "2"
                          },
                          "value": 2
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      },
                      "operator": "*",
                      "right": {
                        "type": "MemberExpression",
                        "start": 5959,
                        "end": 5970,
                        "loc": {
                          "start": {
                            "line": 146,
                            "column": 19
                          },
                          "end": {
                            "line": 146,
                            "column": 30
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 5959,
                          "end": 5968,
                          "loc": {
                            "start": {
                              "line": 146,
                              "column": 19
                            },
                            "end": {
                              "line": 146,
                              "column": 28
                            },
                            "identifierName": "middleNew"
                          },
                          "name": "middleNew"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5969,
                          "end": 5970,
                          "loc": {
                            "start": {
                              "line": 146,
                              "column": 29
                            },
                            "end": {
                              "line": 146,
                              "column": 30
                            },
                            "identifierName": "y"
                          },
                          "name": "y"
                        },
                        "computed": false
                      }
                    }
                  }
                ],
                "kind": "var",
                "trailingComments": [
                  {
                    "type": "CommentLine",
                    "value": "if (centerDir.x === 0) {",
                    "start": 5977,
                    "end": 6003,
                    "loc": {
                      "start": {
                        "line": 148,
                        "column": 4
                      },
                      "end": {
                        "line": 148,
                        "column": 30
                      }
                    }
                  },
                  {
                    "type": "CommentLine",
                    "value": "    var sign = centerDir.dot(new THREE.Vector3(0,1,0));",
                    "start": 6008,
                    "end": 6065,
                    "loc": {
                      "start": {
                        "line": 149,
                        "column": 4
                      },
                      "end": {
                        "line": 149,
                        "column": 61
                      }
                    }
                  },
                  {
                    "type": "CommentLine",
                    "value": "    var discr = Math.pow(A2, 2) - 4 * cosA2Sq * A0;",
                    "start": 6070,
                    "end": 6123,
                    "loc": {
                      "start": {
                        "line": 150,
                        "column": 4
                      },
                      "end": {
                        "line": 150,
                        "column": 57
                      }
                    }
                  },
                  {
                    "type": "CommentLine",
                    "value": "    var Oy = (-A2 + sign * Math.sqrt(discr)) / (2 * cosA2Sq);",
                    "start": 6128,
                    "end": 6191,
                    "loc": {
                      "start": {
                        "line": 151,
                        "column": 4
                      },
                      "end": {
                        "line": 151,
                        "column": 67
                      }
                    }
                  },
                  {
                    "type": "CommentLine",
                    "value": "",
                    "start": 6196,
                    "end": 6198,
                    "loc": {
                      "start": {
                        "line": 152,
                        "column": 4
                      },
                      "end": {
                        "line": 152,
                        "column": 6
                      }
                    }
                  },
                  {
                    "type": "CommentLine",
                    "value": "    center.x = 0;",
                    "start": 6203,
                    "end": 6222,
                    "loc": {
                      "start": {
                        "line": 153,
                        "column": 4
                      },
                      "end": {
                        "line": 153,
                        "column": 23
                      }
                    }
                  },
                  {
                    "type": "CommentLine",
                    "value": "    center.y = Oy;",
                    "start": 6227,
                    "end": 6247,
                    "loc": {
                      "start": {
                        "line": 154,
                        "column": 4
                      },
                      "end": {
                        "line": 154,
                        "column": 24
                      }
                    }
                  },
                  {
                    "type": "CommentLine",
                    "value": "} else",
                    "start": 6252,
                    "end": 6260,
                    "loc": {
                      "start": {
                        "line": 155,
                        "column": 4
                      },
                      "end": {
                        "line": 155,
                        "column": 12
                      }
                    }
                  }
                ]
              },
              {
                "type": "IfStatement",
                "start": 6265,
                "end": 6931,
                "loc": {
                  "start": {
                    "line": 156,
                    "column": 4
                  },
                  "end": {
                    "line": 175,
                    "column": 5
                  }
                },
                "test": {
                  "type": "BinaryExpression",
                  "start": 6269,
                  "end": 6286,
                  "loc": {
                    "start": {
                      "line": 156,
                      "column": 8
                    },
                    "end": {
                      "line": 156,
                      "column": 25
                    }
                  },
                  "left": {
                    "type": "MemberExpression",
                    "start": 6269,
                    "end": 6280,
                    "loc": {
                      "start": {
                        "line": 156,
                        "column": 8
                      },
                      "end": {
                        "line": 156,
                        "column": 19
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 6269,
                      "end": 6278,
                      "loc": {
                        "start": {
                          "line": 156,
                          "column": 8
                        },
                        "end": {
                          "line": 156,
                          "column": 17
                        },
                        "identifierName": "centerDir"
                      },
                      "name": "centerDir",
                      "leadingComments": null
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 6279,
                      "end": 6280,
                      "loc": {
                        "start": {
                          "line": 156,
                          "column": 18
                        },
                        "end": {
                          "line": 156,
                          "column": 19
                        },
                        "identifierName": "y"
                      },
                      "name": "y"
                    },
                    "computed": false,
                    "leadingComments": null
                  },
                  "operator": "===",
                  "right": {
                    "type": "NumericLiteral",
                    "start": 6285,
                    "end": 6286,
                    "loc": {
                      "start": {
                        "line": 156,
                        "column": 24
                      },
                      "end": {
                        "line": 156,
                        "column": 25
                      }
                    },
                    "extra": {
                      "rawValue": 0,
                      "raw": "0"
                    },
                    "value": 0
                  },
                  "leadingComments": null
                },
                "consequent": {
                  "type": "BlockStatement",
                  "start": 6288,
                  "end": 6523,
                  "loc": {
                    "start": {
                      "line": 156,
                      "column": 27
                    },
                    "end": {
                      "line": 163,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 6298,
                      "end": 6349,
                      "loc": {
                        "start": {
                          "line": 157,
                          "column": 8
                        },
                        "end": {
                          "line": 157,
                          "column": 59
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 6302,
                          "end": 6348,
                          "loc": {
                            "start": {
                              "line": 157,
                              "column": 12
                            },
                            "end": {
                              "line": 157,
                              "column": 58
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 6302,
                            "end": 6306,
                            "loc": {
                              "start": {
                                "line": 157,
                                "column": 12
                              },
                              "end": {
                                "line": 157,
                                "column": 16
                              },
                              "identifierName": "sign"
                            },
                            "name": "sign"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 6309,
                            "end": 6348,
                            "loc": {
                              "start": {
                                "line": 157,
                                "column": 19
                              },
                              "end": {
                                "line": 157,
                                "column": 58
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 6309,
                              "end": 6322,
                              "loc": {
                                "start": {
                                  "line": 157,
                                  "column": 19
                                },
                                "end": {
                                  "line": 157,
                                  "column": 32
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 6309,
                                "end": 6318,
                                "loc": {
                                  "start": {
                                    "line": 157,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 157,
                                    "column": 28
                                  },
                                  "identifierName": "centerDir"
                                },
                                "name": "centerDir"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6319,
                                "end": 6322,
                                "loc": {
                                  "start": {
                                    "line": 157,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 157,
                                    "column": 32
                                  },
                                  "identifierName": "dot"
                                },
                                "name": "dot"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "NewExpression",
                                "start": 6323,
                                "end": 6347,
                                "loc": {
                                  "start": {
                                    "line": 157,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 157,
                                    "column": 57
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 6327,
                                  "end": 6340,
                                  "loc": {
                                    "start": {
                                      "line": 157,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 157,
                                      "column": 50
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 6327,
                                    "end": 6332,
                                    "loc": {
                                      "start": {
                                        "line": 157,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 157,
                                        "column": 42
                                      },
                                      "identifierName": "THREE"
                                    },
                                    "name": "THREE"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 6333,
                                    "end": 6340,
                                    "loc": {
                                      "start": {
                                        "line": 157,
                                        "column": 43
                                      },
                                      "end": {
                                        "line": 157,
                                        "column": 50
                                      },
                                      "identifierName": "Vector3"
                                    },
                                    "name": "Vector3"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "NumericLiteral",
                                    "start": 6341,
                                    "end": 6342,
                                    "loc": {
                                      "start": {
                                        "line": 157,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 157,
                                        "column": 52
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 1,
                                      "raw": "1"
                                    },
                                    "value": 1
                                  },
                                  {
                                    "type": "NumericLiteral",
                                    "start": 6343,
                                    "end": 6344,
                                    "loc": {
                                      "start": {
                                        "line": 157,
                                        "column": 53
                                      },
                                      "end": {
                                        "line": 157,
                                        "column": 54
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 0,
                                      "raw": "0"
                                    },
                                    "value": 0
                                  },
                                  {
                                    "type": "NumericLiteral",
                                    "start": 6345,
                                    "end": 6346,
                                    "loc": {
                                      "start": {
                                        "line": 157,
                                        "column": 55
                                      },
                                      "end": {
                                        "line": 157,
                                        "column": 56
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 0,
                                      "raw": "0"
                                    },
                                    "value": 0
                                  }
                                ]
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "var"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 6358,
                      "end": 6405,
                      "loc": {
                        "start": {
                          "line": 158,
                          "column": 8
                        },
                        "end": {
                          "line": 158,
                          "column": 55
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 6362,
                          "end": 6404,
                          "loc": {
                            "start": {
                              "line": 158,
                              "column": 12
                            },
                            "end": {
                              "line": 158,
                              "column": 54
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 6362,
                            "end": 6367,
                            "loc": {
                              "start": {
                                "line": 158,
                                "column": 12
                              },
                              "end": {
                                "line": 158,
                                "column": 17
                              },
                              "identifierName": "discr"
                            },
                            "name": "discr"
                          },
                          "init": {
                            "type": "BinaryExpression",
                            "start": 6370,
                            "end": 6404,
                            "loc": {
                              "start": {
                                "line": 158,
                                "column": 20
                              },
                              "end": {
                                "line": 158,
                                "column": 54
                              }
                            },
                            "left": {
                              "type": "CallExpression",
                              "start": 6370,
                              "end": 6385,
                              "loc": {
                                "start": {
                                  "line": 158,
                                  "column": 20
                                },
                                "end": {
                                  "line": 158,
                                  "column": 35
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 6370,
                                "end": 6378,
                                "loc": {
                                  "start": {
                                    "line": 158,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 158,
                                    "column": 28
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 6370,
                                  "end": 6374,
                                  "loc": {
                                    "start": {
                                      "line": 158,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 158,
                                      "column": 24
                                    },
                                    "identifierName": "Math"
                                  },
                                  "name": "Math"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 6375,
                                  "end": 6378,
                                  "loc": {
                                    "start": {
                                      "line": 158,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 158,
                                      "column": 28
                                    },
                                    "identifierName": "pow"
                                  },
                                  "name": "pow"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 6379,
                                  "end": 6381,
                                  "loc": {
                                    "start": {
                                      "line": 158,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 158,
                                      "column": 31
                                    },
                                    "identifierName": "A1"
                                  },
                                  "name": "A1"
                                },
                                {
                                  "type": "NumericLiteral",
                                  "start": 6383,
                                  "end": 6384,
                                  "loc": {
                                    "start": {
                                      "line": 158,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 158,
                                      "column": 34
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 2,
                                    "raw": "2"
                                  },
                                  "value": 2
                                }
                              ]
                            },
                            "operator": "-",
                            "right": {
                              "type": "BinaryExpression",
                              "start": 6388,
                              "end": 6404,
                              "loc": {
                                "start": {
                                  "line": 158,
                                  "column": 38
                                },
                                "end": {
                                  "line": 158,
                                  "column": 54
                                }
                              },
                              "left": {
                                "type": "BinaryExpression",
                                "start": 6388,
                                "end": 6399,
                                "loc": {
                                  "start": {
                                    "line": 158,
                                    "column": 38
                                  },
                                  "end": {
                                    "line": 158,
                                    "column": 49
                                  }
                                },
                                "left": {
                                  "type": "NumericLiteral",
                                  "start": 6388,
                                  "end": 6389,
                                  "loc": {
                                    "start": {
                                      "line": 158,
                                      "column": 38
                                    },
                                    "end": {
                                      "line": 158,
                                      "column": 39
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 4,
                                    "raw": "4"
                                  },
                                  "value": 4
                                },
                                "operator": "*",
                                "right": {
                                  "type": "Identifier",
                                  "start": 6392,
                                  "end": 6399,
                                  "loc": {
                                    "start": {
                                      "line": 158,
                                      "column": 42
                                    },
                                    "end": {
                                      "line": 158,
                                      "column": 49
                                    },
                                    "identifierName": "cosA2Sq"
                                  },
                                  "name": "cosA2Sq"
                                }
                              },
                              "operator": "*",
                              "right": {
                                "type": "Identifier",
                                "start": 6402,
                                "end": 6404,
                                "loc": {
                                  "start": {
                                    "line": 158,
                                    "column": 52
                                  },
                                  "end": {
                                    "line": 158,
                                    "column": 54
                                  },
                                  "identifierName": "A0"
                                },
                                "name": "A0"
                              }
                            }
                          }
                        }
                      ],
                      "kind": "var"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 6414,
                      "end": 6471,
                      "loc": {
                        "start": {
                          "line": 159,
                          "column": 8
                        },
                        "end": {
                          "line": 159,
                          "column": 65
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 6418,
                          "end": 6470,
                          "loc": {
                            "start": {
                              "line": 159,
                              "column": 12
                            },
                            "end": {
                              "line": 159,
                              "column": 64
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 6418,
                            "end": 6420,
                            "loc": {
                              "start": {
                                "line": 159,
                                "column": 12
                              },
                              "end": {
                                "line": 159,
                                "column": 14
                              },
                              "identifierName": "Ox"
                            },
                            "name": "Ox"
                          },
                          "init": {
                            "type": "BinaryExpression",
                            "start": 6423,
                            "end": 6470,
                            "loc": {
                              "start": {
                                "line": 159,
                                "column": 17
                              },
                              "end": {
                                "line": 159,
                                "column": 64
                              }
                            },
                            "left": {
                              "type": "BinaryExpression",
                              "start": 6424,
                              "end": 6453,
                              "loc": {
                                "start": {
                                  "line": 159,
                                  "column": 18
                                },
                                "end": {
                                  "line": 159,
                                  "column": 47
                                }
                              },
                              "left": {
                                "type": "UnaryExpression",
                                "start": 6424,
                                "end": 6427,
                                "loc": {
                                  "start": {
                                    "line": 159,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 159,
                                    "column": 21
                                  }
                                },
                                "operator": "-",
                                "prefix": true,
                                "argument": {
                                  "type": "Identifier",
                                  "start": 6425,
                                  "end": 6427,
                                  "loc": {
                                    "start": {
                                      "line": 159,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 159,
                                      "column": 21
                                    },
                                    "identifierName": "A1"
                                  },
                                  "name": "A1"
                                },
                                "extra": {
                                  "parenthesizedArgument": false
                                }
                              },
                              "operator": "+",
                              "right": {
                                "type": "BinaryExpression",
                                "start": 6430,
                                "end": 6453,
                                "loc": {
                                  "start": {
                                    "line": 159,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 159,
                                    "column": 47
                                  }
                                },
                                "left": {
                                  "type": "Identifier",
                                  "start": 6430,
                                  "end": 6434,
                                  "loc": {
                                    "start": {
                                      "line": 159,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 159,
                                      "column": 28
                                    },
                                    "identifierName": "sign"
                                  },
                                  "name": "sign"
                                },
                                "operator": "*",
                                "right": {
                                  "type": "CallExpression",
                                  "start": 6437,
                                  "end": 6453,
                                  "loc": {
                                    "start": {
                                      "line": 159,
                                      "column": 31
                                    },
                                    "end": {
                                      "line": 159,
                                      "column": 47
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 6437,
                                    "end": 6446,
                                    "loc": {
                                      "start": {
                                        "line": 159,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 159,
                                        "column": 40
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 6437,
                                      "end": 6441,
                                      "loc": {
                                        "start": {
                                          "line": 159,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 159,
                                          "column": 35
                                        },
                                        "identifierName": "Math"
                                      },
                                      "name": "Math"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 6442,
                                      "end": 6446,
                                      "loc": {
                                        "start": {
                                          "line": 159,
                                          "column": 36
                                        },
                                        "end": {
                                          "line": 159,
                                          "column": 40
                                        },
                                        "identifierName": "sqrt"
                                      },
                                      "name": "sqrt"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 6447,
                                      "end": 6452,
                                      "loc": {
                                        "start": {
                                          "line": 159,
                                          "column": 41
                                        },
                                        "end": {
                                          "line": 159,
                                          "column": 46
                                        },
                                        "identifierName": "discr"
                                      },
                                      "name": "discr"
                                    }
                                  ]
                                }
                              },
                              "extra": {
                                "parenthesized": true,
                                "parenStart": 6423
                              }
                            },
                            "operator": "/",
                            "right": {
                              "type": "BinaryExpression",
                              "start": 6458,
                              "end": 6469,
                              "loc": {
                                "start": {
                                  "line": 159,
                                  "column": 52
                                },
                                "end": {
                                  "line": 159,
                                  "column": 63
                                }
                              },
                              "left": {
                                "type": "NumericLiteral",
                                "start": 6458,
                                "end": 6459,
                                "loc": {
                                  "start": {
                                    "line": 159,
                                    "column": 52
                                  },
                                  "end": {
                                    "line": 159,
                                    "column": 53
                                  }
                                },
                                "extra": {
                                  "rawValue": 2,
                                  "raw": "2"
                                },
                                "value": 2
                              },
                              "operator": "*",
                              "right": {
                                "type": "Identifier",
                                "start": 6462,
                                "end": 6469,
                                "loc": {
                                  "start": {
                                    "line": 159,
                                    "column": 56
                                  },
                                  "end": {
                                    "line": 159,
                                    "column": 63
                                  },
                                  "identifierName": "cosA2Sq"
                                },
                                "name": "cosA2Sq"
                              },
                              "extra": {
                                "parenthesized": true,
                                "parenStart": 6457
                              }
                            }
                          }
                        }
                      ],
                      "kind": "var"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 6481,
                      "end": 6495,
                      "loc": {
                        "start": {
                          "line": 161,
                          "column": 8
                        },
                        "end": {
                          "line": 161,
                          "column": 22
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 6481,
                        "end": 6494,
                        "loc": {
                          "start": {
                            "line": 161,
                            "column": 8
                          },
                          "end": {
                            "line": 161,
                            "column": 21
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 6481,
                          "end": 6489,
                          "loc": {
                            "start": {
                              "line": 161,
                              "column": 8
                            },
                            "end": {
                              "line": 161,
                              "column": 16
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 6481,
                            "end": 6487,
                            "loc": {
                              "start": {
                                "line": 161,
                                "column": 8
                              },
                              "end": {
                                "line": 161,
                                "column": 14
                              },
                              "identifierName": "center"
                            },
                            "name": "center"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 6488,
                            "end": 6489,
                            "loc": {
                              "start": {
                                "line": 161,
                                "column": 15
                              },
                              "end": {
                                "line": 161,
                                "column": 16
                              },
                              "identifierName": "x"
                            },
                            "name": "x"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 6492,
                          "end": 6494,
                          "loc": {
                            "start": {
                              "line": 161,
                              "column": 19
                            },
                            "end": {
                              "line": 161,
                              "column": 21
                            },
                            "identifierName": "Ox"
                          },
                          "name": "Ox"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 6504,
                      "end": 6517,
                      "loc": {
                        "start": {
                          "line": 162,
                          "column": 8
                        },
                        "end": {
                          "line": 162,
                          "column": 21
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 6504,
                        "end": 6516,
                        "loc": {
                          "start": {
                            "line": 162,
                            "column": 8
                          },
                          "end": {
                            "line": 162,
                            "column": 20
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 6504,
                          "end": 6512,
                          "loc": {
                            "start": {
                              "line": 162,
                              "column": 8
                            },
                            "end": {
                              "line": 162,
                              "column": 16
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 6504,
                            "end": 6510,
                            "loc": {
                              "start": {
                                "line": 162,
                                "column": 8
                              },
                              "end": {
                                "line": 162,
                                "column": 14
                              },
                              "identifierName": "center"
                            },
                            "name": "center"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 6511,
                            "end": 6512,
                            "loc": {
                              "start": {
                                "line": 162,
                                "column": 15
                              },
                              "end": {
                                "line": 162,
                                "column": 16
                              },
                              "identifierName": "y"
                            },
                            "name": "y"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "NumericLiteral",
                          "start": 6515,
                          "end": 6516,
                          "loc": {
                            "start": {
                              "line": 162,
                              "column": 19
                            },
                            "end": {
                              "line": 162,
                              "column": 20
                            }
                          },
                          "extra": {
                            "rawValue": 0,
                            "raw": "0"
                          },
                          "value": 0
                        }
                      }
                    }
                  ],
                  "directives": []
                },
                "alternate": {
                  "type": "BlockStatement",
                  "start": 6529,
                  "end": 6931,
                  "loc": {
                    "start": {
                      "line": 163,
                      "column": 11
                    },
                    "end": {
                      "line": 175,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 6539,
                      "end": 6590,
                      "loc": {
                        "start": {
                          "line": 164,
                          "column": 8
                        },
                        "end": {
                          "line": 164,
                          "column": 59
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 6543,
                          "end": 6589,
                          "loc": {
                            "start": {
                              "line": 164,
                              "column": 12
                            },
                            "end": {
                              "line": 164,
                              "column": 58
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 6543,
                            "end": 6547,
                            "loc": {
                              "start": {
                                "line": 164,
                                "column": 12
                              },
                              "end": {
                                "line": 164,
                                "column": 16
                              },
                              "identifierName": "sign"
                            },
                            "name": "sign"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 6550,
                            "end": 6589,
                            "loc": {
                              "start": {
                                "line": 164,
                                "column": 19
                              },
                              "end": {
                                "line": 164,
                                "column": 58
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 6550,
                              "end": 6563,
                              "loc": {
                                "start": {
                                  "line": 164,
                                  "column": 19
                                },
                                "end": {
                                  "line": 164,
                                  "column": 32
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 6550,
                                "end": 6559,
                                "loc": {
                                  "start": {
                                    "line": 164,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 164,
                                    "column": 28
                                  },
                                  "identifierName": "centerDir"
                                },
                                "name": "centerDir"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6560,
                                "end": 6563,
                                "loc": {
                                  "start": {
                                    "line": 164,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 164,
                                    "column": 32
                                  },
                                  "identifierName": "dot"
                                },
                                "name": "dot"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "NewExpression",
                                "start": 6564,
                                "end": 6588,
                                "loc": {
                                  "start": {
                                    "line": 164,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 164,
                                    "column": 57
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 6568,
                                  "end": 6581,
                                  "loc": {
                                    "start": {
                                      "line": 164,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 164,
                                      "column": 50
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 6568,
                                    "end": 6573,
                                    "loc": {
                                      "start": {
                                        "line": 164,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 164,
                                        "column": 42
                                      },
                                      "identifierName": "THREE"
                                    },
                                    "name": "THREE"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 6574,
                                    "end": 6581,
                                    "loc": {
                                      "start": {
                                        "line": 164,
                                        "column": 43
                                      },
                                      "end": {
                                        "line": 164,
                                        "column": 50
                                      },
                                      "identifierName": "Vector3"
                                    },
                                    "name": "Vector3"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "NumericLiteral",
                                    "start": 6582,
                                    "end": 6583,
                                    "loc": {
                                      "start": {
                                        "line": 164,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 164,
                                        "column": 52
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 0,
                                      "raw": "0"
                                    },
                                    "value": 0
                                  },
                                  {
                                    "type": "NumericLiteral",
                                    "start": 6584,
                                    "end": 6585,
                                    "loc": {
                                      "start": {
                                        "line": 164,
                                        "column": 53
                                      },
                                      "end": {
                                        "line": 164,
                                        "column": 54
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 1,
                                      "raw": "1"
                                    },
                                    "value": 1
                                  },
                                  {
                                    "type": "NumericLiteral",
                                    "start": 6586,
                                    "end": 6587,
                                    "loc": {
                                      "start": {
                                        "line": 164,
                                        "column": 55
                                      },
                                      "end": {
                                        "line": 164,
                                        "column": 56
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 0,
                                      "raw": "0"
                                    },
                                    "value": 0
                                  }
                                ]
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "var"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 6599,
                      "end": 6642,
                      "loc": {
                        "start": {
                          "line": 165,
                          "column": 8
                        },
                        "end": {
                          "line": 165,
                          "column": 51
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 6603,
                          "end": 6641,
                          "loc": {
                            "start": {
                              "line": 165,
                              "column": 12
                            },
                            "end": {
                              "line": 165,
                              "column": 50
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 6603,
                            "end": 6613,
                            "loc": {
                              "start": {
                                "line": 165,
                                "column": 12
                              },
                              "end": {
                                "line": 165,
                                "column": 22
                              },
                              "identifierName": "proportion"
                            },
                            "name": "proportion"
                          },
                          "init": {
                            "type": "BinaryExpression",
                            "start": 6616,
                            "end": 6641,
                            "loc": {
                              "start": {
                                "line": 165,
                                "column": 25
                              },
                              "end": {
                                "line": 165,
                                "column": 50
                              }
                            },
                            "left": {
                              "type": "MemberExpression",
                              "start": 6616,
                              "end": 6627,
                              "loc": {
                                "start": {
                                  "line": 165,
                                  "column": 25
                                },
                                "end": {
                                  "line": 165,
                                  "column": 36
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 6616,
                                "end": 6625,
                                "loc": {
                                  "start": {
                                    "line": 165,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 165,
                                    "column": 34
                                  },
                                  "identifierName": "centerDir"
                                },
                                "name": "centerDir"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6626,
                                "end": 6627,
                                "loc": {
                                  "start": {
                                    "line": 165,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 165,
                                    "column": 36
                                  },
                                  "identifierName": "x"
                                },
                                "name": "x"
                              },
                              "computed": false
                            },
                            "operator": "/",
                            "right": {
                              "type": "MemberExpression",
                              "start": 6630,
                              "end": 6641,
                              "loc": {
                                "start": {
                                  "line": 165,
                                  "column": 39
                                },
                                "end": {
                                  "line": 165,
                                  "column": 50
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 6630,
                                "end": 6639,
                                "loc": {
                                  "start": {
                                    "line": 165,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 165,
                                    "column": 48
                                  },
                                  "identifierName": "centerDir"
                                },
                                "name": "centerDir"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6640,
                                "end": 6641,
                                "loc": {
                                  "start": {
                                    "line": 165,
                                    "column": 49
                                  },
                                  "end": {
                                    "line": 165,
                                    "column": 50
                                  },
                                  "identifierName": "y"
                                },
                                "name": "y"
                              },
                              "computed": false
                            }
                          }
                        }
                      ],
                      "kind": "var"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 6651,
                      "end": 6699,
                      "loc": {
                        "start": {
                          "line": 166,
                          "column": 8
                        },
                        "end": {
                          "line": 166,
                          "column": 56
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 6655,
                          "end": 6698,
                          "loc": {
                            "start": {
                              "line": 166,
                              "column": 12
                            },
                            "end": {
                              "line": 166,
                              "column": 55
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 6655,
                            "end": 6656,
                            "loc": {
                              "start": {
                                "line": 166,
                                "column": 12
                              },
                              "end": {
                                "line": 166,
                                "column": 13
                              },
                              "identifierName": "A"
                            },
                            "name": "A"
                          },
                          "init": {
                            "type": "BinaryExpression",
                            "start": 6659,
                            "end": 6698,
                            "loc": {
                              "start": {
                                "line": 166,
                                "column": 16
                              },
                              "end": {
                                "line": 166,
                                "column": 55
                              }
                            },
                            "left": {
                              "type": "BinaryExpression",
                              "start": 6660,
                              "end": 6687,
                              "loc": {
                                "start": {
                                  "line": 166,
                                  "column": 17
                                },
                                "end": {
                                  "line": 166,
                                  "column": 44
                                }
                              },
                              "left": {
                                "type": "BinaryExpression",
                                "start": 6660,
                                "end": 6683,
                                "loc": {
                                  "start": {
                                    "line": 166,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 166,
                                    "column": 40
                                  }
                                },
                                "left": {
                                  "type": "Identifier",
                                  "start": 6660,
                                  "end": 6670,
                                  "loc": {
                                    "start": {
                                      "line": 166,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 166,
                                      "column": 27
                                    },
                                    "identifierName": "proportion"
                                  },
                                  "name": "proportion"
                                },
                                "operator": "*",
                                "right": {
                                  "type": "Identifier",
                                  "start": 6673,
                                  "end": 6683,
                                  "loc": {
                                    "start": {
                                      "line": 166,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 166,
                                      "column": 40
                                    },
                                    "identifierName": "proportion"
                                  },
                                  "name": "proportion"
                                }
                              },
                              "operator": "+",
                              "right": {
                                "type": "NumericLiteral",
                                "start": 6686,
                                "end": 6687,
                                "loc": {
                                  "start": {
                                    "line": 166,
                                    "column": 43
                                  },
                                  "end": {
                                    "line": 166,
                                    "column": 44
                                  }
                                },
                                "extra": {
                                  "rawValue": 1,
                                  "raw": "1"
                                },
                                "value": 1
                              },
                              "extra": {
                                "parenthesized": true,
                                "parenStart": 6659
                              }
                            },
                            "operator": "*",
                            "right": {
                              "type": "Identifier",
                              "start": 6691,
                              "end": 6698,
                              "loc": {
                                "start": {
                                  "line": 166,
                                  "column": 48
                                },
                                "end": {
                                  "line": 166,
                                  "column": 55
                                },
                                "identifierName": "cosA2Sq"
                              },
                              "name": "cosA2Sq"
                            }
                          }
                        }
                      ],
                      "kind": "var"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 6708,
                      "end": 6737,
                      "loc": {
                        "start": {
                          "line": 167,
                          "column": 8
                        },
                        "end": {
                          "line": 167,
                          "column": 37
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 6712,
                          "end": 6736,
                          "loc": {
                            "start": {
                              "line": 167,
                              "column": 12
                            },
                            "end": {
                              "line": 167,
                              "column": 36
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 6712,
                            "end": 6713,
                            "loc": {
                              "start": {
                                "line": 167,
                                "column": 12
                              },
                              "end": {
                                "line": 167,
                                "column": 13
                              },
                              "identifierName": "B"
                            },
                            "name": "B"
                          },
                          "init": {
                            "type": "BinaryExpression",
                            "start": 6716,
                            "end": 6736,
                            "loc": {
                              "start": {
                                "line": 167,
                                "column": 16
                              },
                              "end": {
                                "line": 167,
                                "column": 36
                              }
                            },
                            "left": {
                              "type": "BinaryExpression",
                              "start": 6716,
                              "end": 6731,
                              "loc": {
                                "start": {
                                  "line": 167,
                                  "column": 16
                                },
                                "end": {
                                  "line": 167,
                                  "column": 31
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 6716,
                                "end": 6718,
                                "loc": {
                                  "start": {
                                    "line": 167,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 167,
                                    "column": 18
                                  },
                                  "identifierName": "A1"
                                },
                                "name": "A1"
                              },
                              "operator": "*",
                              "right": {
                                "type": "Identifier",
                                "start": 6721,
                                "end": 6731,
                                "loc": {
                                  "start": {
                                    "line": 167,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 167,
                                    "column": 31
                                  },
                                  "identifierName": "proportion"
                                },
                                "name": "proportion"
                              }
                            },
                            "operator": "+",
                            "right": {
                              "type": "Identifier",
                              "start": 6734,
                              "end": 6736,
                              "loc": {
                                "start": {
                                  "line": 167,
                                  "column": 34
                                },
                                "end": {
                                  "line": 167,
                                  "column": 36
                                },
                                "identifierName": "A2"
                              },
                              "name": "A2"
                            }
                          }
                        }
                      ],
                      "kind": "var"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 6746,
                      "end": 6757,
                      "loc": {
                        "start": {
                          "line": 168,
                          "column": 8
                        },
                        "end": {
                          "line": 168,
                          "column": 19
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 6750,
                          "end": 6756,
                          "loc": {
                            "start": {
                              "line": 168,
                              "column": 12
                            },
                            "end": {
                              "line": 168,
                              "column": 18
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 6750,
                            "end": 6751,
                            "loc": {
                              "start": {
                                "line": 168,
                                "column": 12
                              },
                              "end": {
                                "line": 168,
                                "column": 13
                              },
                              "identifierName": "C"
                            },
                            "name": "C"
                          },
                          "init": {
                            "type": "Identifier",
                            "start": 6754,
                            "end": 6756,
                            "loc": {
                              "start": {
                                "line": 168,
                                "column": 16
                              },
                              "end": {
                                "line": 168,
                                "column": 18
                              },
                              "identifierName": "A0"
                            },
                            "name": "A0"
                          }
                        }
                      ],
                      "kind": "var"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 6767,
                      "end": 6806,
                      "loc": {
                        "start": {
                          "line": 170,
                          "column": 8
                        },
                        "end": {
                          "line": 170,
                          "column": 47
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 6771,
                          "end": 6805,
                          "loc": {
                            "start": {
                              "line": 170,
                              "column": 12
                            },
                            "end": {
                              "line": 170,
                              "column": 46
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 6771,
                            "end": 6776,
                            "loc": {
                              "start": {
                                "line": 170,
                                "column": 12
                              },
                              "end": {
                                "line": 170,
                                "column": 17
                              },
                              "identifierName": "discr"
                            },
                            "name": "discr"
                          },
                          "init": {
                            "type": "BinaryExpression",
                            "start": 6779,
                            "end": 6805,
                            "loc": {
                              "start": {
                                "line": 170,
                                "column": 20
                              },
                              "end": {
                                "line": 170,
                                "column": 46
                              }
                            },
                            "left": {
                              "type": "CallExpression",
                              "start": 6779,
                              "end": 6793,
                              "loc": {
                                "start": {
                                  "line": 170,
                                  "column": 20
                                },
                                "end": {
                                  "line": 170,
                                  "column": 34
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 6779,
                                "end": 6787,
                                "loc": {
                                  "start": {
                                    "line": 170,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 170,
                                    "column": 28
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 6779,
                                  "end": 6783,
                                  "loc": {
                                    "start": {
                                      "line": 170,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 170,
                                      "column": 24
                                    },
                                    "identifierName": "Math"
                                  },
                                  "name": "Math"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 6784,
                                  "end": 6787,
                                  "loc": {
                                    "start": {
                                      "line": 170,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 170,
                                      "column": 28
                                    },
                                    "identifierName": "pow"
                                  },
                                  "name": "pow"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 6788,
                                  "end": 6789,
                                  "loc": {
                                    "start": {
                                      "line": 170,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 170,
                                      "column": 30
                                    },
                                    "identifierName": "B"
                                  },
                                  "name": "B"
                                },
                                {
                                  "type": "NumericLiteral",
                                  "start": 6791,
                                  "end": 6792,
                                  "loc": {
                                    "start": {
                                      "line": 170,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 170,
                                      "column": 33
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 2,
                                    "raw": "2"
                                  },
                                  "value": 2
                                }
                              ]
                            },
                            "operator": "-",
                            "right": {
                              "type": "BinaryExpression",
                              "start": 6796,
                              "end": 6805,
                              "loc": {
                                "start": {
                                  "line": 170,
                                  "column": 37
                                },
                                "end": {
                                  "line": 170,
                                  "column": 46
                                }
                              },
                              "left": {
                                "type": "BinaryExpression",
                                "start": 6796,
                                "end": 6801,
                                "loc": {
                                  "start": {
                                    "line": 170,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 170,
                                    "column": 42
                                  }
                                },
                                "left": {
                                  "type": "NumericLiteral",
                                  "start": 6796,
                                  "end": 6797,
                                  "loc": {
                                    "start": {
                                      "line": 170,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 170,
                                      "column": 38
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 4,
                                    "raw": "4"
                                  },
                                  "value": 4
                                },
                                "operator": "*",
                                "right": {
                                  "type": "Identifier",
                                  "start": 6800,
                                  "end": 6801,
                                  "loc": {
                                    "start": {
                                      "line": 170,
                                      "column": 41
                                    },
                                    "end": {
                                      "line": 170,
                                      "column": 42
                                    },
                                    "identifierName": "A"
                                  },
                                  "name": "A"
                                }
                              },
                              "operator": "*",
                              "right": {
                                "type": "Identifier",
                                "start": 6804,
                                "end": 6805,
                                "loc": {
                                  "start": {
                                    "line": 170,
                                    "column": 45
                                  },
                                  "end": {
                                    "line": 170,
                                    "column": 46
                                  },
                                  "identifierName": "C"
                                },
                                "name": "C"
                              }
                            }
                          }
                        }
                      ],
                      "kind": "var"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 6815,
                      "end": 6865,
                      "loc": {
                        "start": {
                          "line": 171,
                          "column": 8
                        },
                        "end": {
                          "line": 171,
                          "column": 58
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 6819,
                          "end": 6864,
                          "loc": {
                            "start": {
                              "line": 171,
                              "column": 12
                            },
                            "end": {
                              "line": 171,
                              "column": 57
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 6819,
                            "end": 6821,
                            "loc": {
                              "start": {
                                "line": 171,
                                "column": 12
                              },
                              "end": {
                                "line": 171,
                                "column": 14
                              },
                              "identifierName": "Oy"
                            },
                            "name": "Oy"
                          },
                          "init": {
                            "type": "BinaryExpression",
                            "start": 6824,
                            "end": 6864,
                            "loc": {
                              "start": {
                                "line": 171,
                                "column": 17
                              },
                              "end": {
                                "line": 171,
                                "column": 57
                              }
                            },
                            "left": {
                              "type": "BinaryExpression",
                              "start": 6825,
                              "end": 6853,
                              "loc": {
                                "start": {
                                  "line": 171,
                                  "column": 18
                                },
                                "end": {
                                  "line": 171,
                                  "column": 46
                                }
                              },
                              "left": {
                                "type": "UnaryExpression",
                                "start": 6825,
                                "end": 6827,
                                "loc": {
                                  "start": {
                                    "line": 171,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 171,
                                    "column": 20
                                  }
                                },
                                "operator": "-",
                                "prefix": true,
                                "argument": {
                                  "type": "Identifier",
                                  "start": 6826,
                                  "end": 6827,
                                  "loc": {
                                    "start": {
                                      "line": 171,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 171,
                                      "column": 20
                                    },
                                    "identifierName": "B"
                                  },
                                  "name": "B"
                                },
                                "extra": {
                                  "parenthesizedArgument": false
                                }
                              },
                              "operator": "+",
                              "right": {
                                "type": "BinaryExpression",
                                "start": 6830,
                                "end": 6853,
                                "loc": {
                                  "start": {
                                    "line": 171,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 171,
                                    "column": 46
                                  }
                                },
                                "left": {
                                  "type": "Identifier",
                                  "start": 6830,
                                  "end": 6834,
                                  "loc": {
                                    "start": {
                                      "line": 171,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 171,
                                      "column": 27
                                    },
                                    "identifierName": "sign"
                                  },
                                  "name": "sign"
                                },
                                "operator": "*",
                                "right": {
                                  "type": "CallExpression",
                                  "start": 6837,
                                  "end": 6853,
                                  "loc": {
                                    "start": {
                                      "line": 171,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 171,
                                      "column": 46
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 6837,
                                    "end": 6846,
                                    "loc": {
                                      "start": {
                                        "line": 171,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 171,
                                        "column": 39
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 6837,
                                      "end": 6841,
                                      "loc": {
                                        "start": {
                                          "line": 171,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 171,
                                          "column": 34
                                        },
                                        "identifierName": "Math"
                                      },
                                      "name": "Math"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 6842,
                                      "end": 6846,
                                      "loc": {
                                        "start": {
                                          "line": 171,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 171,
                                          "column": 39
                                        },
                                        "identifierName": "sqrt"
                                      },
                                      "name": "sqrt"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 6847,
                                      "end": 6852,
                                      "loc": {
                                        "start": {
                                          "line": 171,
                                          "column": 40
                                        },
                                        "end": {
                                          "line": 171,
                                          "column": 45
                                        },
                                        "identifierName": "discr"
                                      },
                                      "name": "discr"
                                    }
                                  ]
                                }
                              },
                              "extra": {
                                "parenthesized": true,
                                "parenStart": 6824
                              }
                            },
                            "operator": "/",
                            "right": {
                              "type": "BinaryExpression",
                              "start": 6858,
                              "end": 6863,
                              "loc": {
                                "start": {
                                  "line": 171,
                                  "column": 51
                                },
                                "end": {
                                  "line": 171,
                                  "column": 56
                                }
                              },
                              "left": {
                                "type": "NumericLiteral",
                                "start": 6858,
                                "end": 6859,
                                "loc": {
                                  "start": {
                                    "line": 171,
                                    "column": 51
                                  },
                                  "end": {
                                    "line": 171,
                                    "column": 52
                                  }
                                },
                                "extra": {
                                  "rawValue": 2,
                                  "raw": "2"
                                },
                                "value": 2
                              },
                              "operator": "*",
                              "right": {
                                "type": "Identifier",
                                "start": 6862,
                                "end": 6863,
                                "loc": {
                                  "start": {
                                    "line": 171,
                                    "column": 55
                                  },
                                  "end": {
                                    "line": 171,
                                    "column": 56
                                  },
                                  "identifierName": "A"
                                },
                                "name": "A"
                              },
                              "extra": {
                                "parenthesized": true,
                                "parenStart": 6857
                              }
                            }
                          }
                        }
                      ],
                      "kind": "var"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 6875,
                      "end": 6902,
                      "loc": {
                        "start": {
                          "line": 173,
                          "column": 8
                        },
                        "end": {
                          "line": 173,
                          "column": 35
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 6875,
                        "end": 6901,
                        "loc": {
                          "start": {
                            "line": 173,
                            "column": 8
                          },
                          "end": {
                            "line": 173,
                            "column": 34
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 6875,
                          "end": 6883,
                          "loc": {
                            "start": {
                              "line": 173,
                              "column": 8
                            },
                            "end": {
                              "line": 173,
                              "column": 16
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 6875,
                            "end": 6881,
                            "loc": {
                              "start": {
                                "line": 173,
                                "column": 8
                              },
                              "end": {
                                "line": 173,
                                "column": 14
                              },
                              "identifierName": "center"
                            },
                            "name": "center"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 6882,
                            "end": 6883,
                            "loc": {
                              "start": {
                                "line": 173,
                                "column": 15
                              },
                              "end": {
                                "line": 173,
                                "column": 16
                              },
                              "identifierName": "x"
                            },
                            "name": "x"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "BinaryExpression",
                          "start": 6886,
                          "end": 6901,
                          "loc": {
                            "start": {
                              "line": 173,
                              "column": 19
                            },
                            "end": {
                              "line": 173,
                              "column": 34
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 6886,
                            "end": 6888,
                            "loc": {
                              "start": {
                                "line": 173,
                                "column": 19
                              },
                              "end": {
                                "line": 173,
                                "column": 21
                              },
                              "identifierName": "Oy"
                            },
                            "name": "Oy"
                          },
                          "operator": "*",
                          "right": {
                            "type": "Identifier",
                            "start": 6891,
                            "end": 6901,
                            "loc": {
                              "start": {
                                "line": 173,
                                "column": 24
                              },
                              "end": {
                                "line": 173,
                                "column": 34
                              },
                              "identifierName": "proportion"
                            },
                            "name": "proportion"
                          }
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 6911,
                      "end": 6925,
                      "loc": {
                        "start": {
                          "line": 174,
                          "column": 8
                        },
                        "end": {
                          "line": 174,
                          "column": 22
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 6911,
                        "end": 6924,
                        "loc": {
                          "start": {
                            "line": 174,
                            "column": 8
                          },
                          "end": {
                            "line": 174,
                            "column": 21
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 6911,
                          "end": 6919,
                          "loc": {
                            "start": {
                              "line": 174,
                              "column": 8
                            },
                            "end": {
                              "line": 174,
                              "column": 16
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 6911,
                            "end": 6917,
                            "loc": {
                              "start": {
                                "line": 174,
                                "column": 8
                              },
                              "end": {
                                "line": 174,
                                "column": 14
                              },
                              "identifierName": "center"
                            },
                            "name": "center"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 6918,
                            "end": 6919,
                            "loc": {
                              "start": {
                                "line": 174,
                                "column": 15
                              },
                              "end": {
                                "line": 174,
                                "column": 16
                              },
                              "identifierName": "y"
                            },
                            "name": "y"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 6922,
                          "end": 6924,
                          "loc": {
                            "start": {
                              "line": 174,
                              "column": 19
                            },
                            "end": {
                              "line": 174,
                              "column": 21
                            },
                            "identifierName": "Oy"
                          },
                          "name": "Oy"
                        }
                      }
                    }
                  ],
                  "directives": []
                },
                "leadingComments": [
                  {
                    "type": "CommentLine",
                    "value": "if (centerDir.x === 0) {",
                    "start": 5977,
                    "end": 6003,
                    "loc": {
                      "start": {
                        "line": 148,
                        "column": 4
                      },
                      "end": {
                        "line": 148,
                        "column": 30
                      }
                    }
                  },
                  {
                    "type": "CommentLine",
                    "value": "    var sign = centerDir.dot(new THREE.Vector3(0,1,0));",
                    "start": 6008,
                    "end": 6065,
                    "loc": {
                      "start": {
                        "line": 149,
                        "column": 4
                      },
                      "end": {
                        "line": 149,
                        "column": 61
                      }
                    }
                  },
                  {
                    "type": "CommentLine",
                    "value": "    var discr = Math.pow(A2, 2) - 4 * cosA2Sq * A0;",
                    "start": 6070,
                    "end": 6123,
                    "loc": {
                      "start": {
                        "line": 150,
                        "column": 4
                      },
                      "end": {
                        "line": 150,
                        "column": 57
                      }
                    }
                  },
                  {
                    "type": "CommentLine",
                    "value": "    var Oy = (-A2 + sign * Math.sqrt(discr)) / (2 * cosA2Sq);",
                    "start": 6128,
                    "end": 6191,
                    "loc": {
                      "start": {
                        "line": 151,
                        "column": 4
                      },
                      "end": {
                        "line": 151,
                        "column": 67
                      }
                    }
                  },
                  {
                    "type": "CommentLine",
                    "value": "",
                    "start": 6196,
                    "end": 6198,
                    "loc": {
                      "start": {
                        "line": 152,
                        "column": 4
                      },
                      "end": {
                        "line": 152,
                        "column": 6
                      }
                    }
                  },
                  {
                    "type": "CommentLine",
                    "value": "    center.x = 0;",
                    "start": 6203,
                    "end": 6222,
                    "loc": {
                      "start": {
                        "line": 153,
                        "column": 4
                      },
                      "end": {
                        "line": 153,
                        "column": 23
                      }
                    }
                  },
                  {
                    "type": "CommentLine",
                    "value": "    center.y = Oy;",
                    "start": 6227,
                    "end": 6247,
                    "loc": {
                      "start": {
                        "line": 154,
                        "column": 4
                      },
                      "end": {
                        "line": 154,
                        "column": 24
                      }
                    }
                  },
                  {
                    "type": "CommentLine",
                    "value": "} else",
                    "start": 6252,
                    "end": 6260,
                    "loc": {
                      "start": {
                        "line": 155,
                        "column": 4
                      },
                      "end": {
                        "line": 155,
                        "column": 12
                      }
                    }
                  }
                ]
              },
              {
                "type": "VariableDeclaration",
                "start": 6937,
                "end": 6983,
                "loc": {
                  "start": {
                    "line": 177,
                    "column": 4
                  },
                  "end": {
                    "line": 177,
                    "column": 50
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 6941,
                    "end": 6982,
                    "loc": {
                      "start": {
                        "line": 177,
                        "column": 8
                      },
                      "end": {
                        "line": 177,
                        "column": 49
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 6941,
                      "end": 6944,
                      "loc": {
                        "start": {
                          "line": 177,
                          "column": 8
                        },
                        "end": {
                          "line": 177,
                          "column": 11
                        },
                        "identifierName": "len"
                      },
                      "name": "len"
                    },
                    "init": {
                      "type": "BinaryExpression",
                      "start": 6947,
                      "end": 6982,
                      "loc": {
                        "start": {
                          "line": 177,
                          "column": 14
                        },
                        "end": {
                          "line": 177,
                          "column": 49
                        }
                      },
                      "left": {
                        "type": "CallExpression",
                        "start": 6947,
                        "end": 6962,
                        "loc": {
                          "start": {
                            "line": 177,
                            "column": 14
                          },
                          "end": {
                            "line": 177,
                            "column": 29
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 6947,
                          "end": 6960,
                          "loc": {
                            "start": {
                              "line": 177,
                              "column": 14
                            },
                            "end": {
                              "line": 177,
                              "column": 27
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 6947,
                            "end": 6953,
                            "loc": {
                              "start": {
                                "line": 177,
                                "column": 14
                              },
                              "end": {
                                "line": 177,
                                "column": 20
                              },
                              "identifierName": "center"
                            },
                            "name": "center"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 6954,
                            "end": 6960,
                            "loc": {
                              "start": {
                                "line": 177,
                                "column": 21
                              },
                              "end": {
                                "line": 177,
                                "column": 27
                              },
                              "identifierName": "length"
                            },
                            "name": "length"
                          },
                          "computed": false
                        },
                        "arguments": []
                      },
                      "operator": "*",
                      "right": {
                        "type": "CallExpression",
                        "start": 6965,
                        "end": 6982,
                        "loc": {
                          "start": {
                            "line": 177,
                            "column": 32
                          },
                          "end": {
                            "line": 177,
                            "column": 49
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 6965,
                          "end": 6973,
                          "loc": {
                            "start": {
                              "line": 177,
                              "column": 32
                            },
                            "end": {
                              "line": 177,
                              "column": 40
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 6965,
                            "end": 6969,
                            "loc": {
                              "start": {
                                "line": 177,
                                "column": 32
                              },
                              "end": {
                                "line": 177,
                                "column": 36
                              },
                              "identifierName": "Math"
                            },
                            "name": "Math"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 6970,
                            "end": 6973,
                            "loc": {
                              "start": {
                                "line": 177,
                                "column": 37
                              },
                              "end": {
                                "line": 177,
                                "column": 40
                              },
                              "identifierName": "cos"
                            },
                            "name": "cos"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "BinaryExpression",
                            "start": 6974,
                            "end": 6981,
                            "loc": {
                              "start": {
                                "line": 177,
                                "column": 41
                              },
                              "end": {
                                "line": 177,
                                "column": 48
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 6974,
                              "end": 6979,
                              "loc": {
                                "start": {
                                  "line": 177,
                                  "column": 41
                                },
                                "end": {
                                  "line": 177,
                                  "column": 46
                                },
                                "identifierName": "alpha"
                              },
                              "name": "alpha"
                            },
                            "operator": "/",
                            "right": {
                              "type": "NumericLiteral",
                              "start": 6980,
                              "end": 6981,
                              "loc": {
                                "start": {
                                  "line": 177,
                                  "column": 47
                                },
                                "end": {
                                  "line": 177,
                                  "column": 48
                                }
                              },
                              "extra": {
                                "rawValue": 2,
                                "raw": "2"
                              },
                              "value": 2
                            }
                          }
                        ]
                      }
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "ExpressionStatement",
                "start": 6988,
                "end": 7010,
                "loc": {
                  "start": {
                    "line": 178,
                    "column": 4
                  },
                  "end": {
                    "line": 178,
                    "column": 26
                  }
                },
                "expression": {
                  "type": "CallExpression",
                  "start": 6988,
                  "end": 7009,
                  "loc": {
                    "start": {
                      "line": 178,
                      "column": 4
                    },
                    "end": {
                      "line": 178,
                      "column": 25
                    }
                  },
                  "callee": {
                    "type": "MemberExpression",
                    "start": 6988,
                    "end": 6998,
                    "loc": {
                      "start": {
                        "line": 178,
                        "column": 4
                      },
                      "end": {
                        "line": 178,
                        "column": 14
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 6988,
                      "end": 6994,
                      "loc": {
                        "start": {
                          "line": 178,
                          "column": 4
                        },
                        "end": {
                          "line": 178,
                          "column": 10
                        },
                        "identifierName": "center"
                      },
                      "name": "center"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 6995,
                      "end": 6998,
                      "loc": {
                        "start": {
                          "line": 178,
                          "column": 11
                        },
                        "end": {
                          "line": 178,
                          "column": 14
                        },
                        "identifierName": "add"
                      },
                      "name": "add"
                    },
                    "computed": false
                  },
                  "arguments": [
                    {
                      "type": "Identifier",
                      "start": 6999,
                      "end": 7008,
                      "loc": {
                        "start": {
                          "line": 178,
                          "column": 15
                        },
                        "end": {
                          "line": 178,
                          "column": 24
                        },
                        "identifierName": "vertexPos"
                      },
                      "name": "vertexPos"
                    }
                  ]
                }
              },
              {
                "type": "ReturnStatement",
                "start": 7016,
                "end": 7226,
                "loc": {
                  "start": {
                    "line": 180,
                    "column": 4
                  },
                  "end": {
                    "line": 185,
                    "column": 5
                  }
                },
                "argument": {
                  "type": "ObjectExpression",
                  "start": 7023,
                  "end": 7226,
                  "loc": {
                    "start": {
                      "line": 180,
                      "column": 11
                    },
                    "end": {
                      "line": 185,
                      "column": 5
                    }
                  },
                  "properties": [
                    {
                      "type": "ObjectProperty",
                      "start": 7033,
                      "end": 7099,
                      "loc": {
                        "start": {
                          "line": 181,
                          "column": 8
                        },
                        "end": {
                          "line": 181,
                          "column": 74
                        }
                      },
                      "method": false,
                      "shorthand": false,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "start": 7033,
                        "end": 7038,
                        "loc": {
                          "start": {
                            "line": 181,
                            "column": 8
                          },
                          "end": {
                            "line": 181,
                            "column": 13
                          },
                          "identifierName": "start"
                        },
                        "name": "start"
                      },
                      "value": {
                        "type": "CallExpression",
                        "start": 7040,
                        "end": 7099,
                        "loc": {
                          "start": {
                            "line": 181,
                            "column": 15
                          },
                          "end": {
                            "line": 181,
                            "column": 74
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 7040,
                          "end": 7061,
                          "loc": {
                            "start": {
                              "line": 181,
                              "column": 15
                            },
                            "end": {
                              "line": 181,
                              "column": 36
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 7040,
                            "end": 7057,
                            "loc": {
                              "start": {
                                "line": 181,
                                "column": 15
                              },
                              "end": {
                                "line": 181,
                                "column": 32
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 7040,
                              "end": 7055,
                              "loc": {
                                "start": {
                                  "line": 181,
                                  "column": 15
                                },
                                "end": {
                                  "line": 181,
                                  "column": 30
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 7040,
                                "end": 7049,
                                "loc": {
                                  "start": {
                                    "line": 181,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 181,
                                    "column": 24
                                  },
                                  "identifierName": "vertexPos"
                                },
                                "name": "vertexPos"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 7050,
                                "end": 7055,
                                "loc": {
                                  "start": {
                                    "line": 181,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 181,
                                    "column": 30
                                  },
                                  "identifierName": "clone"
                                },
                                "name": "clone"
                              },
                              "computed": false
                            },
                            "arguments": []
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7058,
                            "end": 7061,
                            "loc": {
                              "start": {
                                "line": 181,
                                "column": 33
                              },
                              "end": {
                                "line": 181,
                                "column": 36
                              },
                              "identifierName": "add"
                            },
                            "name": "add"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "CallExpression",
                            "start": 7062,
                            "end": 7098,
                            "loc": {
                              "start": {
                                "line": 181,
                                "column": 37
                              },
                              "end": {
                                "line": 181,
                                "column": 73
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 7062,
                              "end": 7093,
                              "loc": {
                                "start": {
                                  "line": 181,
                                  "column": 37
                                },
                                "end": {
                                  "line": 181,
                                  "column": 68
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 7062,
                                "end": 7078,
                                "loc": {
                                  "start": {
                                    "line": 181,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 181,
                                    "column": 53
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 7062,
                                  "end": 7076,
                                  "loc": {
                                    "start": {
                                      "line": 181,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 181,
                                      "column": 51
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 7062,
                                    "end": 7070,
                                    "loc": {
                                      "start": {
                                        "line": 181,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 181,
                                        "column": 45
                                      },
                                      "identifierName": "startDir"
                                    },
                                    "name": "startDir"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7071,
                                    "end": 7076,
                                    "loc": {
                                      "start": {
                                        "line": 181,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 181,
                                        "column": 51
                                      },
                                      "identifierName": "clone"
                                    },
                                    "name": "clone"
                                  },
                                  "computed": false
                                },
                                "arguments": []
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 7079,
                                "end": 7093,
                                "loc": {
                                  "start": {
                                    "line": 181,
                                    "column": 54
                                  },
                                  "end": {
                                    "line": 181,
                                    "column": 68
                                  },
                                  "identifierName": "multiplyScalar"
                                },
                                "name": "multiplyScalar"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 7094,
                                "end": 7097,
                                "loc": {
                                  "start": {
                                    "line": 181,
                                    "column": 69
                                  },
                                  "end": {
                                    "line": 181,
                                    "column": 72
                                  },
                                  "identifierName": "len"
                                },
                                "name": "len"
                              }
                            ]
                          }
                        ]
                      }
                    },
                    {
                      "type": "ObjectProperty",
                      "start": 7109,
                      "end": 7171,
                      "loc": {
                        "start": {
                          "line": 182,
                          "column": 8
                        },
                        "end": {
                          "line": 182,
                          "column": 70
                        }
                      },
                      "method": false,
                      "shorthand": false,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "start": 7109,
                        "end": 7112,
                        "loc": {
                          "start": {
                            "line": 182,
                            "column": 8
                          },
                          "end": {
                            "line": 182,
                            "column": 11
                          },
                          "identifierName": "end"
                        },
                        "name": "end"
                      },
                      "value": {
                        "type": "CallExpression",
                        "start": 7114,
                        "end": 7171,
                        "loc": {
                          "start": {
                            "line": 182,
                            "column": 13
                          },
                          "end": {
                            "line": 182,
                            "column": 70
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 7114,
                          "end": 7135,
                          "loc": {
                            "start": {
                              "line": 182,
                              "column": 13
                            },
                            "end": {
                              "line": 182,
                              "column": 34
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 7114,
                            "end": 7131,
                            "loc": {
                              "start": {
                                "line": 182,
                                "column": 13
                              },
                              "end": {
                                "line": 182,
                                "column": 30
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 7114,
                              "end": 7129,
                              "loc": {
                                "start": {
                                  "line": 182,
                                  "column": 13
                                },
                                "end": {
                                  "line": 182,
                                  "column": 28
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 7114,
                                "end": 7123,
                                "loc": {
                                  "start": {
                                    "line": 182,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 182,
                                    "column": 22
                                  },
                                  "identifierName": "vertexPos"
                                },
                                "name": "vertexPos"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 7124,
                                "end": 7129,
                                "loc": {
                                  "start": {
                                    "line": 182,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 182,
                                    "column": 28
                                  },
                                  "identifierName": "clone"
                                },
                                "name": "clone"
                              },
                              "computed": false
                            },
                            "arguments": []
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7132,
                            "end": 7135,
                            "loc": {
                              "start": {
                                "line": 182,
                                "column": 31
                              },
                              "end": {
                                "line": 182,
                                "column": 34
                              },
                              "identifierName": "add"
                            },
                            "name": "add"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "CallExpression",
                            "start": 7136,
                            "end": 7170,
                            "loc": {
                              "start": {
                                "line": 182,
                                "column": 35
                              },
                              "end": {
                                "line": 182,
                                "column": 69
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 7136,
                              "end": 7165,
                              "loc": {
                                "start": {
                                  "line": 182,
                                  "column": 35
                                },
                                "end": {
                                  "line": 182,
                                  "column": 64
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 7136,
                                "end": 7150,
                                "loc": {
                                  "start": {
                                    "line": 182,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 182,
                                    "column": 49
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 7136,
                                  "end": 7148,
                                  "loc": {
                                    "start": {
                                      "line": 182,
                                      "column": 35
                                    },
                                    "end": {
                                      "line": 182,
                                      "column": 47
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 7136,
                                    "end": 7142,
                                    "loc": {
                                      "start": {
                                        "line": 182,
                                        "column": 35
                                      },
                                      "end": {
                                        "line": 182,
                                        "column": 41
                                      },
                                      "identifierName": "endDir"
                                    },
                                    "name": "endDir"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7143,
                                    "end": 7148,
                                    "loc": {
                                      "start": {
                                        "line": 182,
                                        "column": 42
                                      },
                                      "end": {
                                        "line": 182,
                                        "column": 47
                                      },
                                      "identifierName": "clone"
                                    },
                                    "name": "clone"
                                  },
                                  "computed": false
                                },
                                "arguments": []
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 7151,
                                "end": 7165,
                                "loc": {
                                  "start": {
                                    "line": 182,
                                    "column": 50
                                  },
                                  "end": {
                                    "line": 182,
                                    "column": 64
                                  },
                                  "identifierName": "multiplyScalar"
                                },
                                "name": "multiplyScalar"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 7166,
                                "end": 7169,
                                "loc": {
                                  "start": {
                                    "line": 182,
                                    "column": 65
                                  },
                                  "end": {
                                    "line": 182,
                                    "column": 68
                                  },
                                  "identifierName": "len"
                                },
                                "name": "len"
                              }
                            ]
                          }
                        ]
                      }
                    },
                    {
                      "type": "ObjectProperty",
                      "start": 7181,
                      "end": 7195,
                      "loc": {
                        "start": {
                          "line": 183,
                          "column": 8
                        },
                        "end": {
                          "line": 183,
                          "column": 22
                        }
                      },
                      "method": false,
                      "shorthand": false,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "start": 7181,
                        "end": 7187,
                        "loc": {
                          "start": {
                            "line": 183,
                            "column": 8
                          },
                          "end": {
                            "line": 183,
                            "column": 14
                          },
                          "identifierName": "center"
                        },
                        "name": "center"
                      },
                      "value": {
                        "type": "Identifier",
                        "start": 7189,
                        "end": 7195,
                        "loc": {
                          "start": {
                            "line": 183,
                            "column": 16
                          },
                          "end": {
                            "line": 183,
                            "column": 22
                          },
                          "identifierName": "center"
                        },
                        "name": "center"
                      }
                    },
                    {
                      "type": "ObjectProperty",
                      "start": 7205,
                      "end": 7220,
                      "loc": {
                        "start": {
                          "line": 184,
                          "column": 8
                        },
                        "end": {
                          "line": 184,
                          "column": 23
                        }
                      },
                      "method": false,
                      "shorthand": false,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "start": 7205,
                        "end": 7214,
                        "loc": {
                          "start": {
                            "line": 184,
                            "column": 8
                          },
                          "end": {
                            "line": 184,
                            "column": 17
                          },
                          "identifierName": "clockwise"
                        },
                        "name": "clockwise"
                      },
                      "value": {
                        "type": "BooleanLiteral",
                        "start": 7216,
                        "end": 7220,
                        "loc": {
                          "start": {
                            "line": 184,
                            "column": 19
                          },
                          "end": {
                            "line": 184,
                            "column": 23
                          }
                        },
                        "value": true
                      }
                    }
                  ]
                }
              }
            ],
            "directives": []
          },
          "leadingComments": [],
          "trailingComments": []
        }
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 7230,
        "end": 7968,
        "loc": {
          "start": {
            "line": 188,
            "column": 0
          },
          "end": {
            "line": 202,
            "column": 1
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "FunctionDeclaration",
          "start": 7237,
          "end": 7968,
          "loc": {
            "start": {
              "line": 188,
              "column": 7
            },
            "end": {
              "line": 202,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 7246,
            "end": 7264,
            "loc": {
              "start": {
                "line": 188,
                "column": 16
              },
              "end": {
                "line": 188,
                "column": 34
              },
              "identifierName": "drawLineBy_Angle_M"
            },
            "name": "drawLineBy_Angle_M"
          },
          "generator": false,
          "expression": false,
          "async": false,
          "params": [
            {
              "type": "Identifier",
              "start": 7265,
              "end": 7274,
              "loc": {
                "start": {
                  "line": 188,
                  "column": 35
                },
                "end": {
                  "line": 188,
                  "column": 44
                },
                "identifierName": "vertexPos"
              },
              "name": "vertexPos"
            },
            {
              "type": "Identifier",
              "start": 7276,
              "end": 7284,
              "loc": {
                "start": {
                  "line": 188,
                  "column": 46
                },
                "end": {
                  "line": 188,
                  "column": 54
                },
                "identifierName": "startDir"
              },
              "name": "startDir"
            },
            {
              "type": "Identifier",
              "start": 7286,
              "end": 7292,
              "loc": {
                "start": {
                  "line": 188,
                  "column": 56
                },
                "end": {
                  "line": 188,
                  "column": 62
                },
                "identifierName": "endDir"
              },
              "name": "endDir"
            },
            {
              "type": "Identifier",
              "start": 7294,
              "end": 7303,
              "loc": {
                "start": {
                  "line": 188,
                  "column": 64
                },
                "end": {
                  "line": 188,
                  "column": 73
                },
                "identifierName": "middlePos"
              },
              "name": "middlePos"
            }
          ],
          "body": {
            "type": "BlockStatement",
            "start": 7305,
            "end": 7968,
            "loc": {
              "start": {
                "line": 188,
                "column": 75
              },
              "end": {
                "line": 202,
                "column": 1
              }
            },
            "body": [
              {
                "type": "VariableDeclaration",
                "start": 7311,
                "end": 7388,
                "loc": {
                  "start": {
                    "line": 189,
                    "column": 4
                  },
                  "end": {
                    "line": 189,
                    "column": 81
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 7315,
                    "end": 7387,
                    "loc": {
                      "start": {
                        "line": 189,
                        "column": 8
                      },
                      "end": {
                        "line": 189,
                        "column": 80
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 7315,
                      "end": 7324,
                      "loc": {
                        "start": {
                          "line": 189,
                          "column": 8
                        },
                        "end": {
                          "line": 189,
                          "column": 17
                        },
                        "identifierName": "centerDir"
                      },
                      "name": "centerDir"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 7327,
                      "end": 7387,
                      "loc": {
                        "start": {
                          "line": 189,
                          "column": 20
                        },
                        "end": {
                          "line": 189,
                          "column": 80
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 7327,
                        "end": 7385,
                        "loc": {
                          "start": {
                            "line": 189,
                            "column": 20
                          },
                          "end": {
                            "line": 189,
                            "column": 78
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 7327,
                          "end": 7375,
                          "loc": {
                            "start": {
                              "line": 189,
                              "column": 20
                            },
                            "end": {
                              "line": 189,
                              "column": 68
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 7327,
                            "end": 7370,
                            "loc": {
                              "start": {
                                "line": 189,
                                "column": 20
                              },
                              "end": {
                                "line": 189,
                                "column": 63
                              }
                            },
                            "object": {
                              "type": "CallExpression",
                              "start": 7327,
                              "end": 7355,
                              "loc": {
                                "start": {
                                  "line": 189,
                                  "column": 20
                                },
                                "end": {
                                  "line": 189,
                                  "column": 48
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 7327,
                                "end": 7347,
                                "loc": {
                                  "start": {
                                    "line": 189,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 189,
                                    "column": 40
                                  }
                                },
                                "object": {
                                  "type": "CallExpression",
                                  "start": 7327,
                                  "end": 7343,
                                  "loc": {
                                    "start": {
                                      "line": 189,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 189,
                                      "column": 36
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 7327,
                                    "end": 7341,
                                    "loc": {
                                      "start": {
                                        "line": 189,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 189,
                                        "column": 34
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 7327,
                                      "end": 7335,
                                      "loc": {
                                        "start": {
                                          "line": 189,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 189,
                                          "column": 28
                                        },
                                        "identifierName": "startDir"
                                      },
                                      "name": "startDir"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7336,
                                      "end": 7341,
                                      "loc": {
                                        "start": {
                                          "line": 189,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 189,
                                          "column": 34
                                        },
                                        "identifierName": "clone"
                                      },
                                      "name": "clone"
                                    },
                                    "computed": false
                                  },
                                  "arguments": []
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 7344,
                                  "end": 7347,
                                  "loc": {
                                    "start": {
                                      "line": 189,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 189,
                                      "column": 40
                                    },
                                    "identifierName": "add"
                                  },
                                  "name": "add"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 7348,
                                  "end": 7354,
                                  "loc": {
                                    "start": {
                                      "line": 189,
                                      "column": 41
                                    },
                                    "end": {
                                      "line": 189,
                                      "column": 47
                                    },
                                    "identifierName": "endDir"
                                  },
                                  "name": "endDir"
                                }
                              ]
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 7356,
                              "end": 7370,
                              "loc": {
                                "start": {
                                  "line": 189,
                                  "column": 49
                                },
                                "end": {
                                  "line": 189,
                                  "column": 63
                                },
                                "identifierName": "multiplyScalar"
                              },
                              "name": "multiplyScalar"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "NumericLiteral",
                              "start": 7371,
                              "end": 7374,
                              "loc": {
                                "start": {
                                  "line": 189,
                                  "column": 64
                                },
                                "end": {
                                  "line": 189,
                                  "column": 67
                                }
                              },
                              "extra": {
                                "rawValue": 0.5,
                                "raw": "0.5"
                              },
                              "value": 0.5
                            }
                          ]
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 7376,
                          "end": 7385,
                          "loc": {
                            "start": {
                              "line": 189,
                              "column": 69
                            },
                            "end": {
                              "line": 189,
                              "column": 78
                            },
                            "identifierName": "normalize"
                          },
                          "name": "normalize"
                        },
                        "computed": false
                      },
                      "arguments": []
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "VariableDeclaration",
                "start": 7393,
                "end": 7447,
                "loc": {
                  "start": {
                    "line": 190,
                    "column": 4
                  },
                  "end": {
                    "line": 190,
                    "column": 58
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 7397,
                    "end": 7446,
                    "loc": {
                      "start": {
                        "line": 190,
                        "column": 8
                      },
                      "end": {
                        "line": 190,
                        "column": 57
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 7397,
                      "end": 7411,
                      "loc": {
                        "start": {
                          "line": 190,
                          "column": 8
                        },
                        "end": {
                          "line": 190,
                          "column": 22
                        },
                        "identifierName": "vertexToMiddle"
                      },
                      "name": "vertexToMiddle"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 7414,
                      "end": 7446,
                      "loc": {
                        "start": {
                          "line": 190,
                          "column": 25
                        },
                        "end": {
                          "line": 190,
                          "column": 57
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 7414,
                        "end": 7435,
                        "loc": {
                          "start": {
                            "line": 190,
                            "column": 25
                          },
                          "end": {
                            "line": 190,
                            "column": 46
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 7414,
                          "end": 7431,
                          "loc": {
                            "start": {
                              "line": 190,
                              "column": 25
                            },
                            "end": {
                              "line": 190,
                              "column": 42
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 7414,
                            "end": 7429,
                            "loc": {
                              "start": {
                                "line": 190,
                                "column": 25
                              },
                              "end": {
                                "line": 190,
                                "column": 40
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 7414,
                              "end": 7423,
                              "loc": {
                                "start": {
                                  "line": 190,
                                  "column": 25
                                },
                                "end": {
                                  "line": 190,
                                  "column": 34
                                },
                                "identifierName": "middlePos"
                              },
                              "name": "middlePos"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 7424,
                              "end": 7429,
                              "loc": {
                                "start": {
                                  "line": 190,
                                  "column": 35
                                },
                                "end": {
                                  "line": 190,
                                  "column": 40
                                },
                                "identifierName": "clone"
                              },
                              "name": "clone"
                            },
                            "computed": false
                          },
                          "arguments": []
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 7432,
                          "end": 7435,
                          "loc": {
                            "start": {
                              "line": 190,
                              "column": 43
                            },
                            "end": {
                              "line": 190,
                              "column": 46
                            },
                            "identifierName": "sub"
                          },
                          "name": "sub"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 7436,
                          "end": 7445,
                          "loc": {
                            "start": {
                              "line": 190,
                              "column": 47
                            },
                            "end": {
                              "line": 190,
                              "column": 56
                            },
                            "identifierName": "vertexPos"
                          },
                          "name": "vertexPos"
                        }
                      ]
                    }
                  }
                ],
                "kind": "var",
                "trailingComments": [
                  {
                    "type": "CommentLine",
                    "value": " if radius is too small or middlepos and its projection to centerDir is out of filletAngle",
                    "start": 7453,
                    "end": 7545,
                    "loc": {
                      "start": {
                        "line": 192,
                        "column": 4
                      },
                      "end": {
                        "line": 192,
                        "column": 96
                      }
                    }
                  }
                ]
              },
              {
                "type": "IfStatement",
                "start": 7550,
                "end": 7643,
                "loc": {
                  "start": {
                    "line": 193,
                    "column": 4
                  },
                  "end": {
                    "line": 194,
                    "column": 20
                  }
                },
                "test": {
                  "type": "LogicalExpression",
                  "start": 7554,
                  "end": 7621,
                  "loc": {
                    "start": {
                      "line": 193,
                      "column": 8
                    },
                    "end": {
                      "line": 193,
                      "column": 75
                    }
                  },
                  "left": {
                    "type": "BinaryExpression",
                    "start": 7554,
                    "end": 7584,
                    "loc": {
                      "start": {
                        "line": 193,
                        "column": 8
                      },
                      "end": {
                        "line": 193,
                        "column": 38
                      }
                    },
                    "left": {
                      "type": "CallExpression",
                      "start": 7554,
                      "end": 7577,
                      "loc": {
                        "start": {
                          "line": 193,
                          "column": 8
                        },
                        "end": {
                          "line": 193,
                          "column": 31
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 7554,
                        "end": 7575,
                        "loc": {
                          "start": {
                            "line": 193,
                            "column": 8
                          },
                          "end": {
                            "line": 193,
                            "column": 29
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 7554,
                          "end": 7568,
                          "loc": {
                            "start": {
                              "line": 193,
                              "column": 8
                            },
                            "end": {
                              "line": 193,
                              "column": 22
                            },
                            "identifierName": "vertexToMiddle"
                          },
                          "name": "vertexToMiddle",
                          "leadingComments": null
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 7569,
                          "end": 7575,
                          "loc": {
                            "start": {
                              "line": 193,
                              "column": 23
                            },
                            "end": {
                              "line": 193,
                              "column": 29
                            },
                            "identifierName": "length"
                          },
                          "name": "length"
                        },
                        "computed": false,
                        "leadingComments": null
                      },
                      "arguments": [],
                      "leadingComments": null
                    },
                    "operator": "<",
                    "right": {
                      "type": "NumericLiteral",
                      "start": 7580,
                      "end": 7584,
                      "loc": {
                        "start": {
                          "line": 193,
                          "column": 34
                        },
                        "end": {
                          "line": 193,
                          "column": 38
                        }
                      },
                      "extra": {
                        "rawValue": 0.01,
                        "raw": "1e-2"
                      },
                      "value": 0.01
                    },
                    "leadingComments": null
                  },
                  "operator": "||",
                  "right": {
                    "type": "BinaryExpression",
                    "start": 7588,
                    "end": 7621,
                    "loc": {
                      "start": {
                        "line": 193,
                        "column": 42
                      },
                      "end": {
                        "line": 193,
                        "column": 75
                      }
                    },
                    "left": {
                      "type": "CallExpression",
                      "start": 7588,
                      "end": 7617,
                      "loc": {
                        "start": {
                          "line": 193,
                          "column": 42
                        },
                        "end": {
                          "line": 193,
                          "column": 71
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 7588,
                        "end": 7606,
                        "loc": {
                          "start": {
                            "line": 193,
                            "column": 42
                          },
                          "end": {
                            "line": 193,
                            "column": 60
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 7588,
                          "end": 7602,
                          "loc": {
                            "start": {
                              "line": 193,
                              "column": 42
                            },
                            "end": {
                              "line": 193,
                              "column": 56
                            },
                            "identifierName": "vertexToMiddle"
                          },
                          "name": "vertexToMiddle"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 7603,
                          "end": 7606,
                          "loc": {
                            "start": {
                              "line": 193,
                              "column": 57
                            },
                            "end": {
                              "line": 193,
                              "column": 60
                            },
                            "identifierName": "dot"
                          },
                          "name": "dot"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 7607,
                          "end": 7616,
                          "loc": {
                            "start": {
                              "line": 193,
                              "column": 61
                            },
                            "end": {
                              "line": 193,
                              "column": 70
                            },
                            "identifierName": "centerDir"
                          },
                          "name": "centerDir"
                        }
                      ]
                    },
                    "operator": "<",
                    "right": {
                      "type": "NumericLiteral",
                      "start": 7620,
                      "end": 7621,
                      "loc": {
                        "start": {
                          "line": 193,
                          "column": 74
                        },
                        "end": {
                          "line": 193,
                          "column": 75
                        }
                      },
                      "extra": {
                        "rawValue": 0,
                        "raw": "0"
                      },
                      "value": 0
                    }
                  },
                  "leadingComments": null
                },
                "consequent": {
                  "type": "ReturnStatement",
                  "start": 7631,
                  "end": 7643,
                  "loc": {
                    "start": {
                      "line": 194,
                      "column": 8
                    },
                    "end": {
                      "line": 194,
                      "column": 20
                    }
                  },
                  "argument": {
                    "type": "NullLiteral",
                    "start": 7638,
                    "end": 7642,
                    "loc": {
                      "start": {
                        "line": 194,
                        "column": 15
                      },
                      "end": {
                        "line": 194,
                        "column": 19
                      }
                    }
                  }
                },
                "alternate": null,
                "leadingComments": [
                  {
                    "type": "CommentLine",
                    "value": " if radius is too small or middlepos and its projection to centerDir is out of filletAngle",
                    "start": 7453,
                    "end": 7545,
                    "loc": {
                      "start": {
                        "line": 192,
                        "column": 4
                      },
                      "end": {
                        "line": 192,
                        "column": 96
                      }
                    }
                  }
                ]
              },
              {
                "type": "VariableDeclaration",
                "start": 7649,
                "end": 7686,
                "loc": {
                  "start": {
                    "line": 196,
                    "column": 4
                  },
                  "end": {
                    "line": 196,
                    "column": 41
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 7653,
                    "end": 7685,
                    "loc": {
                      "start": {
                        "line": 196,
                        "column": 8
                      },
                      "end": {
                        "line": 196,
                        "column": 40
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 7653,
                      "end": 7658,
                      "loc": {
                        "start": {
                          "line": 196,
                          "column": 8
                        },
                        "end": {
                          "line": 196,
                          "column": 13
                        },
                        "identifierName": "alpha"
                      },
                      "name": "alpha"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 7661,
                      "end": 7685,
                      "loc": {
                        "start": {
                          "line": 196,
                          "column": 16
                        },
                        "end": {
                          "line": 196,
                          "column": 40
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 7661,
                        "end": 7675,
                        "loc": {
                          "start": {
                            "line": 196,
                            "column": 16
                          },
                          "end": {
                            "line": 196,
                            "column": 30
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 7661,
                          "end": 7667,
                          "loc": {
                            "start": {
                              "line": 196,
                              "column": 16
                            },
                            "end": {
                              "line": 196,
                              "column": 22
                            },
                            "identifierName": "endDir"
                          },
                          "name": "endDir"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 7668,
                          "end": 7675,
                          "loc": {
                            "start": {
                              "line": 196,
                              "column": 23
                            },
                            "end": {
                              "line": 196,
                              "column": 30
                            },
                            "identifierName": "angleTo"
                          },
                          "name": "angleTo"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 7676,
                          "end": 7684,
                          "loc": {
                            "start": {
                              "line": 196,
                              "column": 31
                            },
                            "end": {
                              "line": 196,
                              "column": 39
                            },
                            "identifierName": "startDir"
                          },
                          "name": "startDir"
                        }
                      ]
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "VariableDeclaration",
                "start": 7691,
                "end": 7751,
                "loc": {
                  "start": {
                    "line": 197,
                    "column": 4
                  },
                  "end": {
                    "line": 197,
                    "column": 64
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 7695,
                    "end": 7750,
                    "loc": {
                      "start": {
                        "line": 197,
                        "column": 8
                      },
                      "end": {
                        "line": 197,
                        "column": 63
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 7695,
                      "end": 7698,
                      "loc": {
                        "start": {
                          "line": 197,
                          "column": 8
                        },
                        "end": {
                          "line": 197,
                          "column": 11
                        },
                        "identifierName": "len"
                      },
                      "name": "len"
                    },
                    "init": {
                      "type": "BinaryExpression",
                      "start": 7701,
                      "end": 7750,
                      "loc": {
                        "start": {
                          "line": 197,
                          "column": 14
                        },
                        "end": {
                          "line": 197,
                          "column": 63
                        }
                      },
                      "left": {
                        "type": "CallExpression",
                        "start": 7701,
                        "end": 7730,
                        "loc": {
                          "start": {
                            "line": 197,
                            "column": 14
                          },
                          "end": {
                            "line": 197,
                            "column": 43
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 7701,
                          "end": 7719,
                          "loc": {
                            "start": {
                              "line": 197,
                              "column": 14
                            },
                            "end": {
                              "line": 197,
                              "column": 32
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 7701,
                            "end": 7715,
                            "loc": {
                              "start": {
                                "line": 197,
                                "column": 14
                              },
                              "end": {
                                "line": 197,
                                "column": 28
                              },
                              "identifierName": "vertexToMiddle"
                            },
                            "name": "vertexToMiddle"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7716,
                            "end": 7719,
                            "loc": {
                              "start": {
                                "line": 197,
                                "column": 29
                              },
                              "end": {
                                "line": 197,
                                "column": 32
                              },
                              "identifierName": "dot"
                            },
                            "name": "dot"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 7720,
                            "end": 7729,
                            "loc": {
                              "start": {
                                "line": 197,
                                "column": 33
                              },
                              "end": {
                                "line": 197,
                                "column": 42
                              },
                              "identifierName": "centerDir"
                            },
                            "name": "centerDir"
                          }
                        ]
                      },
                      "operator": "/",
                      "right": {
                        "type": "CallExpression",
                        "start": 7733,
                        "end": 7750,
                        "loc": {
                          "start": {
                            "line": 197,
                            "column": 46
                          },
                          "end": {
                            "line": 197,
                            "column": 63
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 7733,
                          "end": 7741,
                          "loc": {
                            "start": {
                              "line": 197,
                              "column": 46
                            },
                            "end": {
                              "line": 197,
                              "column": 54
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 7733,
                            "end": 7737,
                            "loc": {
                              "start": {
                                "line": 197,
                                "column": 46
                              },
                              "end": {
                                "line": 197,
                                "column": 50
                              },
                              "identifierName": "Math"
                            },
                            "name": "Math"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7738,
                            "end": 7741,
                            "loc": {
                              "start": {
                                "line": 197,
                                "column": 51
                              },
                              "end": {
                                "line": 197,
                                "column": 54
                              },
                              "identifierName": "cos"
                            },
                            "name": "cos"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "BinaryExpression",
                            "start": 7742,
                            "end": 7749,
                            "loc": {
                              "start": {
                                "line": 197,
                                "column": 55
                              },
                              "end": {
                                "line": 197,
                                "column": 62
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 7742,
                              "end": 7747,
                              "loc": {
                                "start": {
                                  "line": 197,
                                  "column": 55
                                },
                                "end": {
                                  "line": 197,
                                  "column": 60
                                },
                                "identifierName": "alpha"
                              },
                              "name": "alpha"
                            },
                            "operator": "/",
                            "right": {
                              "type": "NumericLiteral",
                              "start": 7748,
                              "end": 7749,
                              "loc": {
                                "start": {
                                  "line": 197,
                                  "column": 61
                                },
                                "end": {
                                  "line": 197,
                                  "column": 62
                                }
                              },
                              "extra": {
                                "rawValue": 2,
                                "raw": "2"
                              },
                              "value": 2
                            }
                          }
                        ]
                      }
                    }
                  }
                ],
                "kind": "var",
                "trailingComments": [
                  {
                    "type": "CommentLine",
                    "value": " we have appropriate fillet angle so cos != 0",
                    "start": 7752,
                    "end": 7799,
                    "loc": {
                      "start": {
                        "line": 197,
                        "column": 65
                      },
                      "end": {
                        "line": 197,
                        "column": 112
                      }
                    }
                  }
                ]
              },
              {
                "type": "ReturnStatement",
                "start": 7804,
                "end": 7966,
                "loc": {
                  "start": {
                    "line": 198,
                    "column": 4
                  },
                  "end": {
                    "line": 201,
                    "column": 5
                  }
                },
                "argument": {
                  "type": "ObjectExpression",
                  "start": 7811,
                  "end": 7966,
                  "loc": {
                    "start": {
                      "line": 198,
                      "column": 11
                    },
                    "end": {
                      "line": 201,
                      "column": 5
                    }
                  },
                  "properties": [
                    {
                      "type": "ObjectProperty",
                      "start": 7821,
                      "end": 7887,
                      "loc": {
                        "start": {
                          "line": 199,
                          "column": 8
                        },
                        "end": {
                          "line": 199,
                          "column": 74
                        }
                      },
                      "method": false,
                      "shorthand": false,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "start": 7821,
                        "end": 7826,
                        "loc": {
                          "start": {
                            "line": 199,
                            "column": 8
                          },
                          "end": {
                            "line": 199,
                            "column": 13
                          },
                          "identifierName": "start"
                        },
                        "name": "start",
                        "leadingComments": null
                      },
                      "value": {
                        "type": "CallExpression",
                        "start": 7828,
                        "end": 7887,
                        "loc": {
                          "start": {
                            "line": 199,
                            "column": 15
                          },
                          "end": {
                            "line": 199,
                            "column": 74
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 7828,
                          "end": 7849,
                          "loc": {
                            "start": {
                              "line": 199,
                              "column": 15
                            },
                            "end": {
                              "line": 199,
                              "column": 36
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 7828,
                            "end": 7845,
                            "loc": {
                              "start": {
                                "line": 199,
                                "column": 15
                              },
                              "end": {
                                "line": 199,
                                "column": 32
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 7828,
                              "end": 7843,
                              "loc": {
                                "start": {
                                  "line": 199,
                                  "column": 15
                                },
                                "end": {
                                  "line": 199,
                                  "column": 30
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 7828,
                                "end": 7837,
                                "loc": {
                                  "start": {
                                    "line": 199,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 199,
                                    "column": 24
                                  },
                                  "identifierName": "vertexPos"
                                },
                                "name": "vertexPos"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 7838,
                                "end": 7843,
                                "loc": {
                                  "start": {
                                    "line": 199,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 199,
                                    "column": 30
                                  },
                                  "identifierName": "clone"
                                },
                                "name": "clone"
                              },
                              "computed": false
                            },
                            "arguments": []
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7846,
                            "end": 7849,
                            "loc": {
                              "start": {
                                "line": 199,
                                "column": 33
                              },
                              "end": {
                                "line": 199,
                                "column": 36
                              },
                              "identifierName": "add"
                            },
                            "name": "add"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "CallExpression",
                            "start": 7850,
                            "end": 7886,
                            "loc": {
                              "start": {
                                "line": 199,
                                "column": 37
                              },
                              "end": {
                                "line": 199,
                                "column": 73
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 7850,
                              "end": 7881,
                              "loc": {
                                "start": {
                                  "line": 199,
                                  "column": 37
                                },
                                "end": {
                                  "line": 199,
                                  "column": 68
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 7850,
                                "end": 7866,
                                "loc": {
                                  "start": {
                                    "line": 199,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 199,
                                    "column": 53
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 7850,
                                  "end": 7864,
                                  "loc": {
                                    "start": {
                                      "line": 199,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 199,
                                      "column": 51
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 7850,
                                    "end": 7858,
                                    "loc": {
                                      "start": {
                                        "line": 199,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 199,
                                        "column": 45
                                      },
                                      "identifierName": "startDir"
                                    },
                                    "name": "startDir"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7859,
                                    "end": 7864,
                                    "loc": {
                                      "start": {
                                        "line": 199,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 199,
                                        "column": 51
                                      },
                                      "identifierName": "clone"
                                    },
                                    "name": "clone"
                                  },
                                  "computed": false
                                },
                                "arguments": []
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 7867,
                                "end": 7881,
                                "loc": {
                                  "start": {
                                    "line": 199,
                                    "column": 54
                                  },
                                  "end": {
                                    "line": 199,
                                    "column": 68
                                  },
                                  "identifierName": "multiplyScalar"
                                },
                                "name": "multiplyScalar"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 7882,
                                "end": 7885,
                                "loc": {
                                  "start": {
                                    "line": 199,
                                    "column": 69
                                  },
                                  "end": {
                                    "line": 199,
                                    "column": 72
                                  },
                                  "identifierName": "len"
                                },
                                "name": "len"
                              }
                            ]
                          }
                        ]
                      },
                      "leadingComments": null
                    },
                    {
                      "type": "ObjectProperty",
                      "start": 7897,
                      "end": 7959,
                      "loc": {
                        "start": {
                          "line": 200,
                          "column": 8
                        },
                        "end": {
                          "line": 200,
                          "column": 70
                        }
                      },
                      "method": false,
                      "shorthand": false,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "start": 7897,
                        "end": 7900,
                        "loc": {
                          "start": {
                            "line": 200,
                            "column": 8
                          },
                          "end": {
                            "line": 200,
                            "column": 11
                          },
                          "identifierName": "end"
                        },
                        "name": "end"
                      },
                      "value": {
                        "type": "CallExpression",
                        "start": 7902,
                        "end": 7959,
                        "loc": {
                          "start": {
                            "line": 200,
                            "column": 13
                          },
                          "end": {
                            "line": 200,
                            "column": 70
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 7902,
                          "end": 7923,
                          "loc": {
                            "start": {
                              "line": 200,
                              "column": 13
                            },
                            "end": {
                              "line": 200,
                              "column": 34
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 7902,
                            "end": 7919,
                            "loc": {
                              "start": {
                                "line": 200,
                                "column": 13
                              },
                              "end": {
                                "line": 200,
                                "column": 30
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 7902,
                              "end": 7917,
                              "loc": {
                                "start": {
                                  "line": 200,
                                  "column": 13
                                },
                                "end": {
                                  "line": 200,
                                  "column": 28
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 7902,
                                "end": 7911,
                                "loc": {
                                  "start": {
                                    "line": 200,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 200,
                                    "column": 22
                                  },
                                  "identifierName": "vertexPos"
                                },
                                "name": "vertexPos"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 7912,
                                "end": 7917,
                                "loc": {
                                  "start": {
                                    "line": 200,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 200,
                                    "column": 28
                                  },
                                  "identifierName": "clone"
                                },
                                "name": "clone"
                              },
                              "computed": false
                            },
                            "arguments": []
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7920,
                            "end": 7923,
                            "loc": {
                              "start": {
                                "line": 200,
                                "column": 31
                              },
                              "end": {
                                "line": 200,
                                "column": 34
                              },
                              "identifierName": "add"
                            },
                            "name": "add"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "CallExpression",
                            "start": 7924,
                            "end": 7958,
                            "loc": {
                              "start": {
                                "line": 200,
                                "column": 35
                              },
                              "end": {
                                "line": 200,
                                "column": 69
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 7924,
                              "end": 7953,
                              "loc": {
                                "start": {
                                  "line": 200,
                                  "column": 35
                                },
                                "end": {
                                  "line": 200,
                                  "column": 64
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 7924,
                                "end": 7938,
                                "loc": {
                                  "start": {
                                    "line": 200,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 200,
                                    "column": 49
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 7924,
                                  "end": 7936,
                                  "loc": {
                                    "start": {
                                      "line": 200,
                                      "column": 35
                                    },
                                    "end": {
                                      "line": 200,
                                      "column": 47
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 7924,
                                    "end": 7930,
                                    "loc": {
                                      "start": {
                                        "line": 200,
                                        "column": 35
                                      },
                                      "end": {
                                        "line": 200,
                                        "column": 41
                                      },
                                      "identifierName": "endDir"
                                    },
                                    "name": "endDir"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7931,
                                    "end": 7936,
                                    "loc": {
                                      "start": {
                                        "line": 200,
                                        "column": 42
                                      },
                                      "end": {
                                        "line": 200,
                                        "column": 47
                                      },
                                      "identifierName": "clone"
                                    },
                                    "name": "clone"
                                  },
                                  "computed": false
                                },
                                "arguments": []
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 7939,
                                "end": 7953,
                                "loc": {
                                  "start": {
                                    "line": 200,
                                    "column": 50
                                  },
                                  "end": {
                                    "line": 200,
                                    "column": 64
                                  },
                                  "identifierName": "multiplyScalar"
                                },
                                "name": "multiplyScalar"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 7954,
                                "end": 7957,
                                "loc": {
                                  "start": {
                                    "line": 200,
                                    "column": 65
                                  },
                                  "end": {
                                    "line": 200,
                                    "column": 68
                                  },
                                  "identifierName": "len"
                                },
                                "name": "len"
                              }
                            ]
                          }
                        ]
                      }
                    }
                  ],
                  "leadingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentLine",
                    "value": " we have appropriate fillet angle so cos != 0",
                    "start": 7752,
                    "end": 7799,
                    "loc": {
                      "start": {
                        "line": 197,
                        "column": 65
                      },
                      "end": {
                        "line": 197,
                        "column": 112
                      }
                    }
                  }
                ]
              }
            ],
            "directives": []
          },
          "leadingComments": [],
          "trailingComments": []
        }
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 7970,
        "end": 9372,
        "loc": {
          "start": {
            "line": 204,
            "column": 0
          },
          "end": {
            "line": 240,
            "column": 1
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "FunctionDeclaration",
          "start": 7977,
          "end": 9372,
          "loc": {
            "start": {
              "line": 204,
              "column": 7
            },
            "end": {
              "line": 240,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 7986,
            "end": 8015,
            "loc": {
              "start": {
                "line": 204,
                "column": 16
              },
              "end": {
                "line": 204,
                "column": 45
              },
              "identifierName": "drawCurveBy_S_Eh_Restrictions"
            },
            "name": "drawCurveBy_S_Eh_Restrictions"
          },
          "generator": false,
          "expression": false,
          "async": false,
          "params": [
            {
              "type": "Identifier",
              "start": 8016,
              "end": 8021,
              "loc": {
                "start": {
                  "line": 204,
                  "column": 46
                },
                "end": {
                  "line": 204,
                  "column": 51
                },
                "identifierName": "start"
              },
              "name": "start"
            },
            {
              "type": "Identifier",
              "start": 8023,
              "end": 8030,
              "loc": {
                "start": {
                  "line": 204,
                  "column": 53
                },
                "end": {
                  "line": 204,
                  "column": 60
                },
                "identifierName": "endHint"
              },
              "name": "endHint"
            },
            {
              "type": "Identifier",
              "start": 8032,
              "end": 8044,
              "loc": {
                "start": {
                  "line": 204,
                  "column": 62
                },
                "end": {
                  "line": 204,
                  "column": 74
                },
                "identifierName": "restrictions"
              },
              "name": "restrictions"
            }
          ],
          "body": {
            "type": "BlockStatement",
            "start": 8046,
            "end": 9372,
            "loc": {
              "start": {
                "line": 204,
                "column": 76
              },
              "end": {
                "line": 240,
                "column": 1
              }
            },
            "body": [
              {
                "type": "VariableDeclaration",
                "start": 8052,
                "end": 8078,
                "loc": {
                  "start": {
                    "line": 205,
                    "column": 4
                  },
                  "end": {
                    "line": 205,
                    "column": 30
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 8056,
                    "end": 8077,
                    "loc": {
                      "start": {
                        "line": 205,
                        "column": 8
                      },
                      "end": {
                        "line": 205,
                        "column": 29
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 8056,
                      "end": 8059,
                      "loc": {
                        "start": {
                          "line": 205,
                          "column": 8
                        },
                        "end": {
                          "line": 205,
                          "column": 11
                        },
                        "identifierName": "end"
                      },
                      "name": "end"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 8062,
                      "end": 8077,
                      "loc": {
                        "start": {
                          "line": 205,
                          "column": 14
                        },
                        "end": {
                          "line": 205,
                          "column": 29
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 8062,
                        "end": 8075,
                        "loc": {
                          "start": {
                            "line": 205,
                            "column": 14
                          },
                          "end": {
                            "line": 205,
                            "column": 27
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 8062,
                          "end": 8069,
                          "loc": {
                            "start": {
                              "line": 205,
                              "column": 14
                            },
                            "end": {
                              "line": 205,
                              "column": 21
                            },
                            "identifierName": "endHint"
                          },
                          "name": "endHint"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 8070,
                          "end": 8075,
                          "loc": {
                            "start": {
                              "line": 205,
                              "column": 22
                            },
                            "end": {
                              "line": 205,
                              "column": 27
                            },
                            "identifierName": "clone"
                          },
                          "name": "clone"
                        },
                        "computed": false
                      },
                      "arguments": []
                    }
                  }
                ],
                "kind": "let"
              },
              {
                "type": "VariableDeclaration",
                "start": 8083,
                "end": 8122,
                "loc": {
                  "start": {
                    "line": 206,
                    "column": 4
                  },
                  "end": {
                    "line": 206,
                    "column": 43
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 8087,
                    "end": 8121,
                    "loc": {
                      "start": {
                        "line": 206,
                        "column": 8
                      },
                      "end": {
                        "line": 206,
                        "column": 42
                      }
                    },
                    "id": {
                      "type": "ObjectPattern",
                      "start": 8087,
                      "end": 8106,
                      "loc": {
                        "start": {
                          "line": 206,
                          "column": 8
                        },
                        "end": {
                          "line": 206,
                          "column": 27
                        }
                      },
                      "properties": [
                        {
                          "type": "ObjectProperty",
                          "start": 8088,
                          "end": 8089,
                          "loc": {
                            "start": {
                              "line": 206,
                              "column": 9
                            },
                            "end": {
                              "line": 206,
                              "column": 10
                            }
                          },
                          "method": false,
                          "shorthand": true,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 8088,
                            "end": 8089,
                            "loc": {
                              "start": {
                                "line": 206,
                                "column": 9
                              },
                              "end": {
                                "line": 206,
                                "column": 10
                              },
                              "identifierName": "l"
                            },
                            "name": "l"
                          },
                          "value": {
                            "type": "Identifier",
                            "start": 8088,
                            "end": 8089,
                            "loc": {
                              "start": {
                                "line": 206,
                                "column": 9
                              },
                              "end": {
                                "line": 206,
                                "column": 10
                              },
                              "identifierName": "l"
                            },
                            "name": "l"
                          },
                          "extra": {
                            "shorthand": true
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 8091,
                          "end": 8092,
                          "loc": {
                            "start": {
                              "line": 206,
                              "column": 12
                            },
                            "end": {
                              "line": 206,
                              "column": 13
                            }
                          },
                          "method": false,
                          "shorthand": true,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 8091,
                            "end": 8092,
                            "loc": {
                              "start": {
                                "line": 206,
                                "column": 12
                              },
                              "end": {
                                "line": 206,
                                "column": 13
                              },
                              "identifierName": "a"
                            },
                            "name": "a"
                          },
                          "value": {
                            "type": "Identifier",
                            "start": 8091,
                            "end": 8092,
                            "loc": {
                              "start": {
                                "line": 206,
                                "column": 12
                              },
                              "end": {
                                "line": 206,
                                "column": 13
                              },
                              "identifierName": "a"
                            },
                            "name": "a"
                          },
                          "extra": {
                            "shorthand": true
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 8094,
                          "end": 8095,
                          "loc": {
                            "start": {
                              "line": 206,
                              "column": 15
                            },
                            "end": {
                              "line": 206,
                              "column": 16
                            }
                          },
                          "method": false,
                          "shorthand": true,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 8094,
                            "end": 8095,
                            "loc": {
                              "start": {
                                "line": 206,
                                "column": 15
                              },
                              "end": {
                                "line": 206,
                                "column": 16
                              },
                              "identifierName": "x"
                            },
                            "name": "x"
                          },
                          "value": {
                            "type": "Identifier",
                            "start": 8094,
                            "end": 8095,
                            "loc": {
                              "start": {
                                "line": 206,
                                "column": 15
                              },
                              "end": {
                                "line": 206,
                                "column": 16
                              },
                              "identifierName": "x"
                            },
                            "name": "x"
                          },
                          "extra": {
                            "shorthand": true
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 8097,
                          "end": 8098,
                          "loc": {
                            "start": {
                              "line": 206,
                              "column": 18
                            },
                            "end": {
                              "line": 206,
                              "column": 19
                            }
                          },
                          "method": false,
                          "shorthand": true,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 8097,
                            "end": 8098,
                            "loc": {
                              "start": {
                                "line": 206,
                                "column": 18
                              },
                              "end": {
                                "line": 206,
                                "column": 19
                              },
                              "identifierName": "y"
                            },
                            "name": "y"
                          },
                          "value": {
                            "type": "Identifier",
                            "start": 8097,
                            "end": 8098,
                            "loc": {
                              "start": {
                                "line": 206,
                                "column": 18
                              },
                              "end": {
                                "line": 206,
                                "column": 19
                              },
                              "identifierName": "y"
                            },
                            "name": "y"
                          },
                          "extra": {
                            "shorthand": true
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 8100,
                          "end": 8101,
                          "loc": {
                            "start": {
                              "line": 206,
                              "column": 21
                            },
                            "end": {
                              "line": 206,
                              "column": 22
                            }
                          },
                          "method": false,
                          "shorthand": true,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 8100,
                            "end": 8101,
                            "loc": {
                              "start": {
                                "line": 206,
                                "column": 21
                              },
                              "end": {
                                "line": 206,
                                "column": 22
                              },
                              "identifierName": "r"
                            },
                            "name": "r"
                          },
                          "value": {
                            "type": "Identifier",
                            "start": 8100,
                            "end": 8101,
                            "loc": {
                              "start": {
                                "line": 206,
                                "column": 21
                              },
                              "end": {
                                "line": 206,
                                "column": 22
                              },
                              "identifierName": "r"
                            },
                            "name": "r"
                          },
                          "extra": {
                            "shorthand": true
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 8103,
                          "end": 8105,
                          "loc": {
                            "start": {
                              "line": 206,
                              "column": 24
                            },
                            "end": {
                              "line": 206,
                              "column": 26
                            }
                          },
                          "method": false,
                          "shorthand": true,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 8103,
                            "end": 8105,
                            "loc": {
                              "start": {
                                "line": 206,
                                "column": 24
                              },
                              "end": {
                                "line": 206,
                                "column": 26
                              },
                              "identifierName": "cw"
                            },
                            "name": "cw"
                          },
                          "value": {
                            "type": "Identifier",
                            "start": 8103,
                            "end": 8105,
                            "loc": {
                              "start": {
                                "line": 206,
                                "column": 24
                              },
                              "end": {
                                "line": 206,
                                "column": 26
                              },
                              "identifierName": "cw"
                            },
                            "name": "cw"
                          },
                          "extra": {
                            "shorthand": true
                          }
                        }
                      ]
                    },
                    "init": {
                      "type": "Identifier",
                      "start": 8109,
                      "end": 8121,
                      "loc": {
                        "start": {
                          "line": 206,
                          "column": 30
                        },
                        "end": {
                          "line": 206,
                          "column": 42
                        },
                        "identifierName": "restrictions"
                      },
                      "name": "restrictions"
                    }
                  }
                ],
                "kind": "let"
              },
              {
                "type": "IfStatement",
                "start": 8127,
                "end": 8515,
                "loc": {
                  "start": {
                    "line": 207,
                    "column": 4
                  },
                  "end": {
                    "line": 214,
                    "column": 5
                  }
                },
                "test": {
                  "type": "BinaryExpression",
                  "start": 8131,
                  "end": 8146,
                  "loc": {
                    "start": {
                      "line": 207,
                      "column": 8
                    },
                    "end": {
                      "line": 207,
                      "column": 23
                    }
                  },
                  "left": {
                    "type": "Identifier",
                    "start": 8131,
                    "end": 8132,
                    "loc": {
                      "start": {
                        "line": 207,
                        "column": 8
                      },
                      "end": {
                        "line": 207,
                        "column": 9
                      },
                      "identifierName": "l"
                    },
                    "name": "l"
                  },
                  "operator": "!==",
                  "right": {
                    "type": "Identifier",
                    "start": 8137,
                    "end": 8146,
                    "loc": {
                      "start": {
                        "line": 207,
                        "column": 14
                      },
                      "end": {
                        "line": 207,
                        "column": 23
                      },
                      "identifierName": "undefined"
                    },
                    "name": "undefined"
                  }
                },
                "consequent": {
                  "type": "BlockStatement",
                  "start": 8148,
                  "end": 8515,
                  "loc": {
                    "start": {
                      "line": 207,
                      "column": 25
                    },
                    "end": {
                      "line": 214,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 8158,
                      "end": 8279,
                      "loc": {
                        "start": {
                          "line": 208,
                          "column": 8
                        },
                        "end": {
                          "line": 209,
                          "column": 81
                        }
                      },
                      "test": {
                        "type": "LogicalExpression",
                        "start": 8162,
                        "end": 8196,
                        "loc": {
                          "start": {
                            "line": 208,
                            "column": 12
                          },
                          "end": {
                            "line": 208,
                            "column": 46
                          }
                        },
                        "left": {
                          "type": "BinaryExpression",
                          "start": 8162,
                          "end": 8177,
                          "loc": {
                            "start": {
                              "line": 208,
                              "column": 12
                            },
                            "end": {
                              "line": 208,
                              "column": 27
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 8162,
                            "end": 8163,
                            "loc": {
                              "start": {
                                "line": 208,
                                "column": 12
                              },
                              "end": {
                                "line": 208,
                                "column": 13
                              },
                              "identifierName": "x"
                            },
                            "name": "x"
                          },
                          "operator": "!==",
                          "right": {
                            "type": "Identifier",
                            "start": 8168,
                            "end": 8177,
                            "loc": {
                              "start": {
                                "line": 208,
                                "column": 18
                              },
                              "end": {
                                "line": 208,
                                "column": 27
                              },
                              "identifierName": "undefined"
                            },
                            "name": "undefined"
                          }
                        },
                        "operator": "&&",
                        "right": {
                          "type": "BinaryExpression",
                          "start": 8181,
                          "end": 8196,
                          "loc": {
                            "start": {
                              "line": 208,
                              "column": 31
                            },
                            "end": {
                              "line": 208,
                              "column": 46
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 8181,
                            "end": 8182,
                            "loc": {
                              "start": {
                                "line": 208,
                                "column": 31
                              },
                              "end": {
                                "line": 208,
                                "column": 32
                              },
                              "identifierName": "y"
                            },
                            "name": "y"
                          },
                          "operator": "===",
                          "right": {
                            "type": "Identifier",
                            "start": 8187,
                            "end": 8196,
                            "loc": {
                              "start": {
                                "line": 208,
                                "column": 37
                              },
                              "end": {
                                "line": 208,
                                "column": 46
                              },
                              "identifierName": "undefined"
                            },
                            "name": "undefined"
                          }
                        }
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 8210,
                        "end": 8279,
                        "loc": {
                          "start": {
                            "line": 209,
                            "column": 12
                          },
                          "end": {
                            "line": 209,
                            "column": 81
                          }
                        },
                        "expression": {
                          "type": "AssignmentExpression",
                          "start": 8210,
                          "end": 8278,
                          "loc": {
                            "start": {
                              "line": 209,
                              "column": 12
                            },
                            "end": {
                              "line": 209,
                              "column": 80
                            }
                          },
                          "operator": "=",
                          "left": {
                            "type": "Identifier",
                            "start": 8210,
                            "end": 8211,
                            "loc": {
                              "start": {
                                "line": 209,
                                "column": 12
                              },
                              "end": {
                                "line": 209,
                                "column": 13
                              },
                              "identifierName": "y"
                            },
                            "name": "y"
                          },
                          "right": {
                            "type": "BinaryExpression",
                            "start": 8214,
                            "end": 8278,
                            "loc": {
                              "start": {
                                "line": 209,
                                "column": 16
                              },
                              "end": {
                                "line": 209,
                                "column": 80
                              }
                            },
                            "left": {
                              "type": "LogicalExpression",
                              "start": 8215,
                              "end": 8244,
                              "loc": {
                                "start": {
                                  "line": 209,
                                  "column": 17
                                },
                                "end": {
                                  "line": 209,
                                  "column": 46
                                }
                              },
                              "left": {
                                "type": "CallExpression",
                                "start": 8215,
                                "end": 8239,
                                "loc": {
                                  "start": {
                                    "line": 209,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 209,
                                    "column": 41
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 8215,
                                  "end": 8224,
                                  "loc": {
                                    "start": {
                                      "line": 209,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 209,
                                      "column": 26
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 8215,
                                    "end": 8219,
                                    "loc": {
                                      "start": {
                                        "line": 209,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 209,
                                        "column": 21
                                      },
                                      "identifierName": "Math"
                                    },
                                    "name": "Math"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 8220,
                                    "end": 8224,
                                    "loc": {
                                      "start": {
                                        "line": 209,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 209,
                                        "column": 26
                                      },
                                      "identifierName": "sqrt"
                                    },
                                    "name": "sqrt"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "BinaryExpression",
                                    "start": 8225,
                                    "end": 8238,
                                    "loc": {
                                      "start": {
                                        "line": 209,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 209,
                                        "column": 40
                                      }
                                    },
                                    "left": {
                                      "type": "BinaryExpression",
                                      "start": 8225,
                                      "end": 8230,
                                      "loc": {
                                        "start": {
                                          "line": 209,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 209,
                                          "column": 32
                                        }
                                      },
                                      "left": {
                                        "type": "Identifier",
                                        "start": 8225,
                                        "end": 8226,
                                        "loc": {
                                          "start": {
                                            "line": 209,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 209,
                                            "column": 28
                                          },
                                          "identifierName": "l"
                                        },
                                        "name": "l"
                                      },
                                      "operator": "*",
                                      "right": {
                                        "type": "Identifier",
                                        "start": 8229,
                                        "end": 8230,
                                        "loc": {
                                          "start": {
                                            "line": 209,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 209,
                                            "column": 32
                                          },
                                          "identifierName": "l"
                                        },
                                        "name": "l"
                                      }
                                    },
                                    "operator": "-",
                                    "right": {
                                      "type": "BinaryExpression",
                                      "start": 8233,
                                      "end": 8238,
                                      "loc": {
                                        "start": {
                                          "line": 209,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 209,
                                          "column": 40
                                        }
                                      },
                                      "left": {
                                        "type": "Identifier",
                                        "start": 8233,
                                        "end": 8234,
                                        "loc": {
                                          "start": {
                                            "line": 209,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 209,
                                            "column": 36
                                          },
                                          "identifierName": "x"
                                        },
                                        "name": "x"
                                      },
                                      "operator": "*",
                                      "right": {
                                        "type": "Identifier",
                                        "start": 8237,
                                        "end": 8238,
                                        "loc": {
                                          "start": {
                                            "line": 209,
                                            "column": 39
                                          },
                                          "end": {
                                            "line": 209,
                                            "column": 40
                                          },
                                          "identifierName": "x"
                                        },
                                        "name": "x"
                                      }
                                    }
                                  }
                                ]
                              },
                              "operator": "||",
                              "right": {
                                "type": "NumericLiteral",
                                "start": 8243,
                                "end": 8244,
                                "loc": {
                                  "start": {
                                    "line": 209,
                                    "column": 45
                                  },
                                  "end": {
                                    "line": 209,
                                    "column": 46
                                  }
                                },
                                "extra": {
                                  "rawValue": 0,
                                  "raw": "0"
                                },
                                "value": 0
                              },
                              "extra": {
                                "parenthesized": true,
                                "parenStart": 8214
                              }
                            },
                            "operator": "*",
                            "right": {
                              "type": "ConditionalExpression",
                              "start": 8249,
                              "end": 8277,
                              "loc": {
                                "start": {
                                  "line": 209,
                                  "column": 51
                                },
                                "end": {
                                  "line": 209,
                                  "column": 79
                                }
                              },
                              "test": {
                                "type": "BinaryExpression",
                                "start": 8249,
                                "end": 8268,
                                "loc": {
                                  "start": {
                                    "line": 209,
                                    "column": 51
                                  },
                                  "end": {
                                    "line": 209,
                                    "column": 70
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 8249,
                                  "end": 8258,
                                  "loc": {
                                    "start": {
                                      "line": 209,
                                      "column": 51
                                    },
                                    "end": {
                                      "line": 209,
                                      "column": 60
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 8249,
                                    "end": 8256,
                                    "loc": {
                                      "start": {
                                        "line": 209,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 209,
                                        "column": 58
                                      },
                                      "identifierName": "endHint"
                                    },
                                    "name": "endHint"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 8257,
                                    "end": 8258,
                                    "loc": {
                                      "start": {
                                        "line": 209,
                                        "column": 59
                                      },
                                      "end": {
                                        "line": 209,
                                        "column": 60
                                      },
                                      "identifierName": "y"
                                    },
                                    "name": "y"
                                  },
                                  "computed": false
                                },
                                "operator": "<",
                                "right": {
                                  "type": "MemberExpression",
                                  "start": 8261,
                                  "end": 8268,
                                  "loc": {
                                    "start": {
                                      "line": 209,
                                      "column": 63
                                    },
                                    "end": {
                                      "line": 209,
                                      "column": 70
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 8261,
                                    "end": 8266,
                                    "loc": {
                                      "start": {
                                        "line": 209,
                                        "column": 63
                                      },
                                      "end": {
                                        "line": 209,
                                        "column": 68
                                      },
                                      "identifierName": "start"
                                    },
                                    "name": "start"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 8267,
                                    "end": 8268,
                                    "loc": {
                                      "start": {
                                        "line": 209,
                                        "column": 69
                                      },
                                      "end": {
                                        "line": 209,
                                        "column": 70
                                      },
                                      "identifierName": "y"
                                    },
                                    "name": "y"
                                  },
                                  "computed": false
                                }
                              },
                              "consequent": {
                                "type": "UnaryExpression",
                                "start": 8271,
                                "end": 8273,
                                "loc": {
                                  "start": {
                                    "line": 209,
                                    "column": 73
                                  },
                                  "end": {
                                    "line": 209,
                                    "column": 75
                                  }
                                },
                                "operator": "-",
                                "prefix": true,
                                "argument": {
                                  "type": "NumericLiteral",
                                  "start": 8272,
                                  "end": 8273,
                                  "loc": {
                                    "start": {
                                      "line": 209,
                                      "column": 74
                                    },
                                    "end": {
                                      "line": 209,
                                      "column": 75
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 1,
                                    "raw": "1"
                                  },
                                  "value": 1
                                },
                                "extra": {
                                  "parenthesizedArgument": false
                                }
                              },
                              "alternate": {
                                "type": "NumericLiteral",
                                "start": 8276,
                                "end": 8277,
                                "loc": {
                                  "start": {
                                    "line": 209,
                                    "column": 78
                                  },
                                  "end": {
                                    "line": 209,
                                    "column": 79
                                  }
                                },
                                "extra": {
                                  "rawValue": 1,
                                  "raw": "1"
                                },
                                "value": 1
                              },
                              "extra": {
                                "parenthesized": true,
                                "parenStart": 8248
                              }
                            }
                          }
                        }
                      },
                      "alternate": null
                    },
                    {
                      "type": "IfStatement",
                      "start": 8288,
                      "end": 8409,
                      "loc": {
                        "start": {
                          "line": 210,
                          "column": 8
                        },
                        "end": {
                          "line": 211,
                          "column": 81
                        }
                      },
                      "test": {
                        "type": "LogicalExpression",
                        "start": 8292,
                        "end": 8326,
                        "loc": {
                          "start": {
                            "line": 210,
                            "column": 12
                          },
                          "end": {
                            "line": 210,
                            "column": 46
                          }
                        },
                        "left": {
                          "type": "BinaryExpression",
                          "start": 8292,
                          "end": 8307,
                          "loc": {
                            "start": {
                              "line": 210,
                              "column": 12
                            },
                            "end": {
                              "line": 210,
                              "column": 27
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 8292,
                            "end": 8293,
                            "loc": {
                              "start": {
                                "line": 210,
                                "column": 12
                              },
                              "end": {
                                "line": 210,
                                "column": 13
                              },
                              "identifierName": "x"
                            },
                            "name": "x"
                          },
                          "operator": "===",
                          "right": {
                            "type": "Identifier",
                            "start": 8298,
                            "end": 8307,
                            "loc": {
                              "start": {
                                "line": 210,
                                "column": 18
                              },
                              "end": {
                                "line": 210,
                                "column": 27
                              },
                              "identifierName": "undefined"
                            },
                            "name": "undefined"
                          }
                        },
                        "operator": "&&",
                        "right": {
                          "type": "BinaryExpression",
                          "start": 8311,
                          "end": 8326,
                          "loc": {
                            "start": {
                              "line": 210,
                              "column": 31
                            },
                            "end": {
                              "line": 210,
                              "column": 46
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 8311,
                            "end": 8312,
                            "loc": {
                              "start": {
                                "line": 210,
                                "column": 31
                              },
                              "end": {
                                "line": 210,
                                "column": 32
                              },
                              "identifierName": "y"
                            },
                            "name": "y"
                          },
                          "operator": "!==",
                          "right": {
                            "type": "Identifier",
                            "start": 8317,
                            "end": 8326,
                            "loc": {
                              "start": {
                                "line": 210,
                                "column": 37
                              },
                              "end": {
                                "line": 210,
                                "column": 46
                              },
                              "identifierName": "undefined"
                            },
                            "name": "undefined"
                          }
                        }
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 8340,
                        "end": 8409,
                        "loc": {
                          "start": {
                            "line": 211,
                            "column": 12
                          },
                          "end": {
                            "line": 211,
                            "column": 81
                          }
                        },
                        "expression": {
                          "type": "AssignmentExpression",
                          "start": 8340,
                          "end": 8408,
                          "loc": {
                            "start": {
                              "line": 211,
                              "column": 12
                            },
                            "end": {
                              "line": 211,
                              "column": 80
                            }
                          },
                          "operator": "=",
                          "left": {
                            "type": "Identifier",
                            "start": 8340,
                            "end": 8341,
                            "loc": {
                              "start": {
                                "line": 211,
                                "column": 12
                              },
                              "end": {
                                "line": 211,
                                "column": 13
                              },
                              "identifierName": "x"
                            },
                            "name": "x"
                          },
                          "right": {
                            "type": "BinaryExpression",
                            "start": 8344,
                            "end": 8408,
                            "loc": {
                              "start": {
                                "line": 211,
                                "column": 16
                              },
                              "end": {
                                "line": 211,
                                "column": 80
                              }
                            },
                            "left": {
                              "type": "LogicalExpression",
                              "start": 8345,
                              "end": 8374,
                              "loc": {
                                "start": {
                                  "line": 211,
                                  "column": 17
                                },
                                "end": {
                                  "line": 211,
                                  "column": 46
                                }
                              },
                              "left": {
                                "type": "CallExpression",
                                "start": 8345,
                                "end": 8369,
                                "loc": {
                                  "start": {
                                    "line": 211,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 211,
                                    "column": 41
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 8345,
                                  "end": 8354,
                                  "loc": {
                                    "start": {
                                      "line": 211,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 211,
                                      "column": 26
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 8345,
                                    "end": 8349,
                                    "loc": {
                                      "start": {
                                        "line": 211,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 211,
                                        "column": 21
                                      },
                                      "identifierName": "Math"
                                    },
                                    "name": "Math"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 8350,
                                    "end": 8354,
                                    "loc": {
                                      "start": {
                                        "line": 211,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 211,
                                        "column": 26
                                      },
                                      "identifierName": "sqrt"
                                    },
                                    "name": "sqrt"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "BinaryExpression",
                                    "start": 8355,
                                    "end": 8368,
                                    "loc": {
                                      "start": {
                                        "line": 211,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 211,
                                        "column": 40
                                      }
                                    },
                                    "left": {
                                      "type": "BinaryExpression",
                                      "start": 8355,
                                      "end": 8360,
                                      "loc": {
                                        "start": {
                                          "line": 211,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 211,
                                          "column": 32
                                        }
                                      },
                                      "left": {
                                        "type": "Identifier",
                                        "start": 8355,
                                        "end": 8356,
                                        "loc": {
                                          "start": {
                                            "line": 211,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 211,
                                            "column": 28
                                          },
                                          "identifierName": "l"
                                        },
                                        "name": "l"
                                      },
                                      "operator": "*",
                                      "right": {
                                        "type": "Identifier",
                                        "start": 8359,
                                        "end": 8360,
                                        "loc": {
                                          "start": {
                                            "line": 211,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 211,
                                            "column": 32
                                          },
                                          "identifierName": "l"
                                        },
                                        "name": "l"
                                      }
                                    },
                                    "operator": "-",
                                    "right": {
                                      "type": "BinaryExpression",
                                      "start": 8363,
                                      "end": 8368,
                                      "loc": {
                                        "start": {
                                          "line": 211,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 211,
                                          "column": 40
                                        }
                                      },
                                      "left": {
                                        "type": "Identifier",
                                        "start": 8363,
                                        "end": 8364,
                                        "loc": {
                                          "start": {
                                            "line": 211,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 211,
                                            "column": 36
                                          },
                                          "identifierName": "y"
                                        },
                                        "name": "y"
                                      },
                                      "operator": "*",
                                      "right": {
                                        "type": "Identifier",
                                        "start": 8367,
                                        "end": 8368,
                                        "loc": {
                                          "start": {
                                            "line": 211,
                                            "column": 39
                                          },
                                          "end": {
                                            "line": 211,
                                            "column": 40
                                          },
                                          "identifierName": "y"
                                        },
                                        "name": "y"
                                      }
                                    }
                                  }
                                ]
                              },
                              "operator": "||",
                              "right": {
                                "type": "NumericLiteral",
                                "start": 8373,
                                "end": 8374,
                                "loc": {
                                  "start": {
                                    "line": 211,
                                    "column": 45
                                  },
                                  "end": {
                                    "line": 211,
                                    "column": 46
                                  }
                                },
                                "extra": {
                                  "rawValue": 0,
                                  "raw": "0"
                                },
                                "value": 0
                              },
                              "extra": {
                                "parenthesized": true,
                                "parenStart": 8344
                              }
                            },
                            "operator": "*",
                            "right": {
                              "type": "ConditionalExpression",
                              "start": 8379,
                              "end": 8407,
                              "loc": {
                                "start": {
                                  "line": 211,
                                  "column": 51
                                },
                                "end": {
                                  "line": 211,
                                  "column": 79
                                }
                              },
                              "test": {
                                "type": "BinaryExpression",
                                "start": 8379,
                                "end": 8398,
                                "loc": {
                                  "start": {
                                    "line": 211,
                                    "column": 51
                                  },
                                  "end": {
                                    "line": 211,
                                    "column": 70
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 8379,
                                  "end": 8388,
                                  "loc": {
                                    "start": {
                                      "line": 211,
                                      "column": 51
                                    },
                                    "end": {
                                      "line": 211,
                                      "column": 60
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 8379,
                                    "end": 8386,
                                    "loc": {
                                      "start": {
                                        "line": 211,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 211,
                                        "column": 58
                                      },
                                      "identifierName": "endHint"
                                    },
                                    "name": "endHint"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 8387,
                                    "end": 8388,
                                    "loc": {
                                      "start": {
                                        "line": 211,
                                        "column": 59
                                      },
                                      "end": {
                                        "line": 211,
                                        "column": 60
                                      },
                                      "identifierName": "x"
                                    },
                                    "name": "x"
                                  },
                                  "computed": false
                                },
                                "operator": "<",
                                "right": {
                                  "type": "MemberExpression",
                                  "start": 8391,
                                  "end": 8398,
                                  "loc": {
                                    "start": {
                                      "line": 211,
                                      "column": 63
                                    },
                                    "end": {
                                      "line": 211,
                                      "column": 70
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 8391,
                                    "end": 8396,
                                    "loc": {
                                      "start": {
                                        "line": 211,
                                        "column": 63
                                      },
                                      "end": {
                                        "line": 211,
                                        "column": 68
                                      },
                                      "identifierName": "start"
                                    },
                                    "name": "start"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 8397,
                                    "end": 8398,
                                    "loc": {
                                      "start": {
                                        "line": 211,
                                        "column": 69
                                      },
                                      "end": {
                                        "line": 211,
                                        "column": 70
                                      },
                                      "identifierName": "x"
                                    },
                                    "name": "x"
                                  },
                                  "computed": false
                                }
                              },
                              "consequent": {
                                "type": "UnaryExpression",
                                "start": 8401,
                                "end": 8403,
                                "loc": {
                                  "start": {
                                    "line": 211,
                                    "column": 73
                                  },
                                  "end": {
                                    "line": 211,
                                    "column": 75
                                  }
                                },
                                "operator": "-",
                                "prefix": true,
                                "argument": {
                                  "type": "NumericLiteral",
                                  "start": 8402,
                                  "end": 8403,
                                  "loc": {
                                    "start": {
                                      "line": 211,
                                      "column": 74
                                    },
                                    "end": {
                                      "line": 211,
                                      "column": 75
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 1,
                                    "raw": "1"
                                  },
                                  "value": 1
                                },
                                "extra": {
                                  "parenthesizedArgument": false
                                }
                              },
                              "alternate": {
                                "type": "NumericLiteral",
                                "start": 8406,
                                "end": 8407,
                                "loc": {
                                  "start": {
                                    "line": 211,
                                    "column": 78
                                  },
                                  "end": {
                                    "line": 211,
                                    "column": 79
                                  }
                                },
                                "extra": {
                                  "rawValue": 1,
                                  "raw": "1"
                                },
                                "value": 1
                              },
                              "extra": {
                                "parenthesized": true,
                                "parenStart": 8378
                              }
                            }
                          }
                        }
                      },
                      "alternate": null
                    },
                    {
                      "type": "IfStatement",
                      "start": 8418,
                      "end": 8509,
                      "loc": {
                        "start": {
                          "line": 212,
                          "column": 8
                        },
                        "end": {
                          "line": 213,
                          "column": 51
                        }
                      },
                      "test": {
                        "type": "LogicalExpression",
                        "start": 8422,
                        "end": 8456,
                        "loc": {
                          "start": {
                            "line": 212,
                            "column": 12
                          },
                          "end": {
                            "line": 212,
                            "column": 46
                          }
                        },
                        "left": {
                          "type": "BinaryExpression",
                          "start": 8422,
                          "end": 8437,
                          "loc": {
                            "start": {
                              "line": 212,
                              "column": 12
                            },
                            "end": {
                              "line": 212,
                              "column": 27
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 8422,
                            "end": 8423,
                            "loc": {
                              "start": {
                                "line": 212,
                                "column": 12
                              },
                              "end": {
                                "line": 212,
                                "column": 13
                              },
                              "identifierName": "x"
                            },
                            "name": "x"
                          },
                          "operator": "===",
                          "right": {
                            "type": "Identifier",
                            "start": 8428,
                            "end": 8437,
                            "loc": {
                              "start": {
                                "line": 212,
                                "column": 18
                              },
                              "end": {
                                "line": 212,
                                "column": 27
                              },
                              "identifierName": "undefined"
                            },
                            "name": "undefined"
                          }
                        },
                        "operator": "&&",
                        "right": {
                          "type": "BinaryExpression",
                          "start": 8441,
                          "end": 8456,
                          "loc": {
                            "start": {
                              "line": 212,
                              "column": 31
                            },
                            "end": {
                              "line": 212,
                              "column": 46
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 8441,
                            "end": 8442,
                            "loc": {
                              "start": {
                                "line": 212,
                                "column": 31
                              },
                              "end": {
                                "line": 212,
                                "column": 32
                              },
                              "identifierName": "y"
                            },
                            "name": "y"
                          },
                          "operator": "===",
                          "right": {
                            "type": "Identifier",
                            "start": 8447,
                            "end": 8456,
                            "loc": {
                              "start": {
                                "line": 212,
                                "column": 37
                              },
                              "end": {
                                "line": 212,
                                "column": 46
                              },
                              "identifierName": "undefined"
                            },
                            "name": "undefined"
                          }
                        }
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 8470,
                        "end": 8509,
                        "loc": {
                          "start": {
                            "line": 213,
                            "column": 12
                          },
                          "end": {
                            "line": 213,
                            "column": 51
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 8470,
                          "end": 8508,
                          "loc": {
                            "start": {
                              "line": 213,
                              "column": 12
                            },
                            "end": {
                              "line": 213,
                              "column": 50
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 8470,
                            "end": 8501,
                            "loc": {
                              "start": {
                                "line": 213,
                                "column": 12
                              },
                              "end": {
                                "line": 213,
                                "column": 43
                              }
                            },
                            "object": {
                              "type": "CallExpression",
                              "start": 8470,
                              "end": 8497,
                              "loc": {
                                "start": {
                                  "line": 213,
                                  "column": 12
                                },
                                "end": {
                                  "line": 213,
                                  "column": 39
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 8470,
                                "end": 8494,
                                "loc": {
                                  "start": {
                                    "line": 213,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 213,
                                    "column": 36
                                  }
                                },
                                "object": {
                                  "type": "CallExpression",
                                  "start": 8470,
                                  "end": 8484,
                                  "loc": {
                                    "start": {
                                      "line": 213,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 213,
                                      "column": 26
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 8470,
                                    "end": 8477,
                                    "loc": {
                                      "start": {
                                        "line": 213,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 213,
                                        "column": 19
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 8470,
                                      "end": 8473,
                                      "loc": {
                                        "start": {
                                          "line": 213,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 213,
                                          "column": 15
                                        },
                                        "identifierName": "end"
                                      },
                                      "name": "end"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 8474,
                                      "end": 8477,
                                      "loc": {
                                        "start": {
                                          "line": 213,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 213,
                                          "column": 19
                                        },
                                        "identifierName": "sub"
                                      },
                                      "name": "sub"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 8478,
                                      "end": 8483,
                                      "loc": {
                                        "start": {
                                          "line": 213,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 213,
                                          "column": 25
                                        },
                                        "identifierName": "start"
                                      },
                                      "name": "start"
                                    }
                                  ]
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 8485,
                                  "end": 8494,
                                  "loc": {
                                    "start": {
                                      "line": 213,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 213,
                                      "column": 36
                                    },
                                    "identifierName": "setLength"
                                  },
                                  "name": "setLength"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 8495,
                                  "end": 8496,
                                  "loc": {
                                    "start": {
                                      "line": 213,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 213,
                                      "column": 38
                                    },
                                    "identifierName": "l"
                                  },
                                  "name": "l"
                                }
                              ]
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 8498,
                              "end": 8501,
                              "loc": {
                                "start": {
                                  "line": 213,
                                  "column": 40
                                },
                                "end": {
                                  "line": 213,
                                  "column": 43
                                },
                                "identifierName": "add"
                              },
                              "name": "add"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 8502,
                              "end": 8507,
                              "loc": {
                                "start": {
                                  "line": 213,
                                  "column": 44
                                },
                                "end": {
                                  "line": 213,
                                  "column": 49
                                },
                                "identifierName": "start"
                              },
                              "name": "start"
                            }
                          ]
                        }
                      },
                      "alternate": null
                    }
                  ],
                  "directives": []
                },
                "alternate": null
              },
              {
                "type": "IfStatement",
                "start": 8520,
                "end": 8915,
                "loc": {
                  "start": {
                    "line": 215,
                    "column": 4
                  },
                  "end": {
                    "line": 225,
                    "column": 5
                  }
                },
                "test": {
                  "type": "BinaryExpression",
                  "start": 8524,
                  "end": 8539,
                  "loc": {
                    "start": {
                      "line": 215,
                      "column": 8
                    },
                    "end": {
                      "line": 215,
                      "column": 23
                    }
                  },
                  "left": {
                    "type": "Identifier",
                    "start": 8524,
                    "end": 8525,
                    "loc": {
                      "start": {
                        "line": 215,
                        "column": 8
                      },
                      "end": {
                        "line": 215,
                        "column": 9
                      },
                      "identifierName": "a"
                    },
                    "name": "a"
                  },
                  "operator": "!==",
                  "right": {
                    "type": "Identifier",
                    "start": 8530,
                    "end": 8539,
                    "loc": {
                      "start": {
                        "line": 215,
                        "column": 14
                      },
                      "end": {
                        "line": 215,
                        "column": 23
                      },
                      "identifierName": "undefined"
                    },
                    "name": "undefined"
                  }
                },
                "consequent": {
                  "type": "BlockStatement",
                  "start": 8541,
                  "end": 8915,
                  "loc": {
                    "start": {
                      "line": 215,
                      "column": 25
                    },
                    "end": {
                      "line": 225,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 8551,
                      "end": 8623,
                      "loc": {
                        "start": {
                          "line": 216,
                          "column": 8
                        },
                        "end": {
                          "line": 217,
                          "column": 32
                        }
                      },
                      "test": {
                        "type": "LogicalExpression",
                        "start": 8555,
                        "end": 8589,
                        "loc": {
                          "start": {
                            "line": 216,
                            "column": 12
                          },
                          "end": {
                            "line": 216,
                            "column": 46
                          }
                        },
                        "left": {
                          "type": "BinaryExpression",
                          "start": 8555,
                          "end": 8570,
                          "loc": {
                            "start": {
                              "line": 216,
                              "column": 12
                            },
                            "end": {
                              "line": 216,
                              "column": 27
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 8555,
                            "end": 8556,
                            "loc": {
                              "start": {
                                "line": 216,
                                "column": 12
                              },
                              "end": {
                                "line": 216,
                                "column": 13
                              },
                              "identifierName": "x"
                            },
                            "name": "x"
                          },
                          "operator": "!==",
                          "right": {
                            "type": "Identifier",
                            "start": 8561,
                            "end": 8570,
                            "loc": {
                              "start": {
                                "line": 216,
                                "column": 18
                              },
                              "end": {
                                "line": 216,
                                "column": 27
                              },
                              "identifierName": "undefined"
                            },
                            "name": "undefined"
                          }
                        },
                        "operator": "&&",
                        "right": {
                          "type": "BinaryExpression",
                          "start": 8574,
                          "end": 8589,
                          "loc": {
                            "start": {
                              "line": 216,
                              "column": 31
                            },
                            "end": {
                              "line": 216,
                              "column": 46
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 8574,
                            "end": 8575,
                            "loc": {
                              "start": {
                                "line": 216,
                                "column": 31
                              },
                              "end": {
                                "line": 216,
                                "column": 32
                              },
                              "identifierName": "y"
                            },
                            "name": "y"
                          },
                          "operator": "===",
                          "right": {
                            "type": "Identifier",
                            "start": 8580,
                            "end": 8589,
                            "loc": {
                              "start": {
                                "line": 216,
                                "column": 37
                              },
                              "end": {
                                "line": 216,
                                "column": 46
                              },
                              "identifierName": "undefined"
                            },
                            "name": "undefined"
                          }
                        }
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 8603,
                        "end": 8623,
                        "loc": {
                          "start": {
                            "line": 217,
                            "column": 12
                          },
                          "end": {
                            "line": 217,
                            "column": 32
                          }
                        },
                        "expression": {
                          "type": "AssignmentExpression",
                          "start": 8603,
                          "end": 8622,
                          "loc": {
                            "start": {
                              "line": 217,
                              "column": 12
                            },
                            "end": {
                              "line": 217,
                              "column": 31
                            }
                          },
                          "operator": "=",
                          "left": {
                            "type": "Identifier",
                            "start": 8603,
                            "end": 8604,
                            "loc": {
                              "start": {
                                "line": 217,
                                "column": 12
                              },
                              "end": {
                                "line": 217,
                                "column": 13
                              },
                              "identifierName": "y"
                            },
                            "name": "y"
                          },
                          "right": {
                            "type": "BinaryExpression",
                            "start": 8607,
                            "end": 8622,
                            "loc": {
                              "start": {
                                "line": 217,
                                "column": 16
                              },
                              "end": {
                                "line": 217,
                                "column": 31
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 8607,
                              "end": 8608,
                              "loc": {
                                "start": {
                                  "line": 217,
                                  "column": 16
                                },
                                "end": {
                                  "line": 217,
                                  "column": 17
                                },
                                "identifierName": "x"
                              },
                              "name": "x"
                            },
                            "operator": "*",
                            "right": {
                              "type": "CallExpression",
                              "start": 8611,
                              "end": 8622,
                              "loc": {
                                "start": {
                                  "line": 217,
                                  "column": 20
                                },
                                "end": {
                                  "line": 217,
                                  "column": 31
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 8611,
                                "end": 8619,
                                "loc": {
                                  "start": {
                                    "line": 217,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 217,
                                    "column": 28
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 8611,
                                  "end": 8615,
                                  "loc": {
                                    "start": {
                                      "line": 217,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 217,
                                      "column": 24
                                    },
                                    "identifierName": "Math"
                                  },
                                  "name": "Math"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 8616,
                                  "end": 8619,
                                  "loc": {
                                    "start": {
                                      "line": 217,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 217,
                                      "column": 28
                                    },
                                    "identifierName": "tan"
                                  },
                                  "name": "tan"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 8620,
                                  "end": 8621,
                                  "loc": {
                                    "start": {
                                      "line": 217,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 217,
                                      "column": 30
                                    },
                                    "identifierName": "a"
                                  },
                                  "name": "a"
                                }
                              ]
                            }
                          }
                        }
                      },
                      "alternate": null
                    },
                    {
                      "type": "IfStatement",
                      "start": 8632,
                      "end": 8704,
                      "loc": {
                        "start": {
                          "line": 218,
                          "column": 8
                        },
                        "end": {
                          "line": 219,
                          "column": 32
                        }
                      },
                      "test": {
                        "type": "LogicalExpression",
                        "start": 8636,
                        "end": 8670,
                        "loc": {
                          "start": {
                            "line": 218,
                            "column": 12
                          },
                          "end": {
                            "line": 218,
                            "column": 46
                          }
                        },
                        "left": {
                          "type": "BinaryExpression",
                          "start": 8636,
                          "end": 8651,
                          "loc": {
                            "start": {
                              "line": 218,
                              "column": 12
                            },
                            "end": {
                              "line": 218,
                              "column": 27
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 8636,
                            "end": 8637,
                            "loc": {
                              "start": {
                                "line": 218,
                                "column": 12
                              },
                              "end": {
                                "line": 218,
                                "column": 13
                              },
                              "identifierName": "x"
                            },
                            "name": "x"
                          },
                          "operator": "===",
                          "right": {
                            "type": "Identifier",
                            "start": 8642,
                            "end": 8651,
                            "loc": {
                              "start": {
                                "line": 218,
                                "column": 18
                              },
                              "end": {
                                "line": 218,
                                "column": 27
                              },
                              "identifierName": "undefined"
                            },
                            "name": "undefined"
                          }
                        },
                        "operator": "&&",
                        "right": {
                          "type": "BinaryExpression",
                          "start": 8655,
                          "end": 8670,
                          "loc": {
                            "start": {
                              "line": 218,
                              "column": 31
                            },
                            "end": {
                              "line": 218,
                              "column": 46
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 8655,
                            "end": 8656,
                            "loc": {
                              "start": {
                                "line": 218,
                                "column": 31
                              },
                              "end": {
                                "line": 218,
                                "column": 32
                              },
                              "identifierName": "y"
                            },
                            "name": "y"
                          },
                          "operator": "!==",
                          "right": {
                            "type": "Identifier",
                            "start": 8661,
                            "end": 8670,
                            "loc": {
                              "start": {
                                "line": 218,
                                "column": 37
                              },
                              "end": {
                                "line": 218,
                                "column": 46
                              },
                              "identifierName": "undefined"
                            },
                            "name": "undefined"
                          }
                        }
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 8684,
                        "end": 8704,
                        "loc": {
                          "start": {
                            "line": 219,
                            "column": 12
                          },
                          "end": {
                            "line": 219,
                            "column": 32
                          }
                        },
                        "expression": {
                          "type": "AssignmentExpression",
                          "start": 8684,
                          "end": 8703,
                          "loc": {
                            "start": {
                              "line": 219,
                              "column": 12
                            },
                            "end": {
                              "line": 219,
                              "column": 31
                            }
                          },
                          "operator": "=",
                          "left": {
                            "type": "Identifier",
                            "start": 8684,
                            "end": 8685,
                            "loc": {
                              "start": {
                                "line": 219,
                                "column": 12
                              },
                              "end": {
                                "line": 219,
                                "column": 13
                              },
                              "identifierName": "x"
                            },
                            "name": "x"
                          },
                          "right": {
                            "type": "BinaryExpression",
                            "start": 8688,
                            "end": 8703,
                            "loc": {
                              "start": {
                                "line": 219,
                                "column": 16
                              },
                              "end": {
                                "line": 219,
                                "column": 31
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 8688,
                              "end": 8689,
                              "loc": {
                                "start": {
                                  "line": 219,
                                  "column": 16
                                },
                                "end": {
                                  "line": 219,
                                  "column": 17
                                },
                                "identifierName": "y"
                              },
                              "name": "y"
                            },
                            "operator": "/",
                            "right": {
                              "type": "CallExpression",
                              "start": 8692,
                              "end": 8703,
                              "loc": {
                                "start": {
                                  "line": 219,
                                  "column": 20
                                },
                                "end": {
                                  "line": 219,
                                  "column": 31
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 8692,
                                "end": 8700,
                                "loc": {
                                  "start": {
                                    "line": 219,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 219,
                                    "column": 28
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 8692,
                                  "end": 8696,
                                  "loc": {
                                    "start": {
                                      "line": 219,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 219,
                                      "column": 24
                                    },
                                    "identifierName": "Math"
                                  },
                                  "name": "Math"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 8697,
                                  "end": 8700,
                                  "loc": {
                                    "start": {
                                      "line": 219,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 219,
                                      "column": 28
                                    },
                                    "identifierName": "tan"
                                  },
                                  "name": "tan"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 8701,
                                  "end": 8702,
                                  "loc": {
                                    "start": {
                                      "line": 219,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 219,
                                      "column": 30
                                    },
                                    "identifierName": "a"
                                  },
                                  "name": "a"
                                }
                              ]
                            }
                          }
                        }
                      },
                      "alternate": null
                    },
                    {
                      "type": "IfStatement",
                      "start": 8713,
                      "end": 8909,
                      "loc": {
                        "start": {
                          "line": 220,
                          "column": 8
                        },
                        "end": {
                          "line": 224,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "LogicalExpression",
                        "start": 8717,
                        "end": 8751,
                        "loc": {
                          "start": {
                            "line": 220,
                            "column": 12
                          },
                          "end": {
                            "line": 220,
                            "column": 46
                          }
                        },
                        "left": {
                          "type": "BinaryExpression",
                          "start": 8717,
                          "end": 8732,
                          "loc": {
                            "start": {
                              "line": 220,
                              "column": 12
                            },
                            "end": {
                              "line": 220,
                              "column": 27
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 8717,
                            "end": 8718,
                            "loc": {
                              "start": {
                                "line": 220,
                                "column": 12
                              },
                              "end": {
                                "line": 220,
                                "column": 13
                              },
                              "identifierName": "x"
                            },
                            "name": "x"
                          },
                          "operator": "===",
                          "right": {
                            "type": "Identifier",
                            "start": 8723,
                            "end": 8732,
                            "loc": {
                              "start": {
                                "line": 220,
                                "column": 18
                              },
                              "end": {
                                "line": 220,
                                "column": 27
                              },
                              "identifierName": "undefined"
                            },
                            "name": "undefined"
                          }
                        },
                        "operator": "&&",
                        "right": {
                          "type": "BinaryExpression",
                          "start": 8736,
                          "end": 8751,
                          "loc": {
                            "start": {
                              "line": 220,
                              "column": 31
                            },
                            "end": {
                              "line": 220,
                              "column": 46
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 8736,
                            "end": 8737,
                            "loc": {
                              "start": {
                                "line": 220,
                                "column": 31
                              },
                              "end": {
                                "line": 220,
                                "column": 32
                              },
                              "identifierName": "y"
                            },
                            "name": "y"
                          },
                          "operator": "===",
                          "right": {
                            "type": "Identifier",
                            "start": 8742,
                            "end": 8751,
                            "loc": {
                              "start": {
                                "line": 220,
                                "column": 37
                              },
                              "end": {
                                "line": 220,
                                "column": 46
                              },
                              "identifierName": "undefined"
                            },
                            "name": "undefined"
                          }
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 8753,
                        "end": 8909,
                        "loc": {
                          "start": {
                            "line": 220,
                            "column": 48
                          },
                          "end": {
                            "line": 224,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "IfStatement",
                            "start": 8767,
                            "end": 8830,
                            "loc": {
                              "start": {
                                "line": 221,
                                "column": 12
                              },
                              "end": {
                                "line": 222,
                                "column": 42
                              }
                            },
                            "test": {
                              "type": "BinaryExpression",
                              "start": 8771,
                              "end": 8786,
                              "loc": {
                                "start": {
                                  "line": 221,
                                  "column": 16
                                },
                                "end": {
                                  "line": 221,
                                  "column": 31
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 8771,
                                "end": 8772,
                                "loc": {
                                  "start": {
                                    "line": 221,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 221,
                                    "column": 17
                                  },
                                  "identifierName": "l"
                                },
                                "name": "l"
                              },
                              "operator": "===",
                              "right": {
                                "type": "Identifier",
                                "start": 8777,
                                "end": 8786,
                                "loc": {
                                  "start": {
                                    "line": 221,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 221,
                                    "column": 31
                                  },
                                  "identifierName": "undefined"
                                },
                                "name": "undefined"
                              }
                            },
                            "consequent": {
                              "type": "ExpressionStatement",
                              "start": 8804,
                              "end": 8830,
                              "loc": {
                                "start": {
                                  "line": 222,
                                  "column": 16
                                },
                                "end": {
                                  "line": 222,
                                  "column": 42
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 8804,
                                "end": 8829,
                                "loc": {
                                  "start": {
                                    "line": 222,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 222,
                                    "column": 41
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 8804,
                                  "end": 8805,
                                  "loc": {
                                    "start": {
                                      "line": 222,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 222,
                                      "column": 17
                                    },
                                    "identifierName": "l"
                                  },
                                  "name": "l"
                                },
                                "right": {
                                  "type": "CallExpression",
                                  "start": 8808,
                                  "end": 8829,
                                  "loc": {
                                    "start": {
                                      "line": 222,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 222,
                                      "column": 41
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 8808,
                                    "end": 8824,
                                    "loc": {
                                      "start": {
                                        "line": 222,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 222,
                                        "column": 36
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 8808,
                                      "end": 8813,
                                      "loc": {
                                        "start": {
                                          "line": 222,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 222,
                                          "column": 25
                                        },
                                        "identifierName": "start"
                                      },
                                      "name": "start"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 8814,
                                      "end": 8824,
                                      "loc": {
                                        "start": {
                                          "line": 222,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 222,
                                          "column": 36
                                        },
                                        "identifierName": "distanceTo"
                                      },
                                      "name": "distanceTo"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 8825,
                                      "end": 8828,
                                      "loc": {
                                        "start": {
                                          "line": 222,
                                          "column": 37
                                        },
                                        "end": {
                                          "line": 222,
                                          "column": 40
                                        },
                                        "identifierName": "end"
                                      },
                                      "name": "end"
                                    }
                                  ]
                                }
                              }
                            },
                            "alternate": null
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 8843,
                            "end": 8899,
                            "loc": {
                              "start": {
                                "line": 223,
                                "column": 12
                              },
                              "end": {
                                "line": 223,
                                "column": 68
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 8843,
                              "end": 8898,
                              "loc": {
                                "start": {
                                  "line": 223,
                                  "column": 12
                                },
                                "end": {
                                  "line": 223,
                                  "column": 67
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 8843,
                                "end": 8891,
                                "loc": {
                                  "start": {
                                    "line": 223,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 223,
                                    "column": 60
                                  }
                                },
                                "object": {
                                  "type": "CallExpression",
                                  "start": 8843,
                                  "end": 8887,
                                  "loc": {
                                    "start": {
                                      "line": 223,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 223,
                                      "column": 56
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 8843,
                                    "end": 8850,
                                    "loc": {
                                      "start": {
                                        "line": 223,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 223,
                                        "column": 19
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 8843,
                                      "end": 8846,
                                      "loc": {
                                        "start": {
                                          "line": 223,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 223,
                                          "column": 15
                                        },
                                        "identifierName": "end"
                                      },
                                      "name": "end"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 8847,
                                      "end": 8850,
                                      "loc": {
                                        "start": {
                                          "line": 223,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 223,
                                          "column": 19
                                        },
                                        "identifierName": "set"
                                      },
                                      "name": "set"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "BinaryExpression",
                                      "start": 8851,
                                      "end": 8866,
                                      "loc": {
                                        "start": {
                                          "line": 223,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 223,
                                          "column": 35
                                        }
                                      },
                                      "left": {
                                        "type": "Identifier",
                                        "start": 8851,
                                        "end": 8852,
                                        "loc": {
                                          "start": {
                                            "line": 223,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 223,
                                            "column": 21
                                          },
                                          "identifierName": "l"
                                        },
                                        "name": "l"
                                      },
                                      "operator": "*",
                                      "right": {
                                        "type": "CallExpression",
                                        "start": 8855,
                                        "end": 8866,
                                        "loc": {
                                          "start": {
                                            "line": 223,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 223,
                                            "column": 35
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 8855,
                                          "end": 8863,
                                          "loc": {
                                            "start": {
                                              "line": 223,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 223,
                                              "column": 32
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 8855,
                                            "end": 8859,
                                            "loc": {
                                              "start": {
                                                "line": 223,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 223,
                                                "column": 28
                                              },
                                              "identifierName": "Math"
                                            },
                                            "name": "Math"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 8860,
                                            "end": 8863,
                                            "loc": {
                                              "start": {
                                                "line": 223,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 223,
                                                "column": 32
                                              },
                                              "identifierName": "cos"
                                            },
                                            "name": "cos"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 8864,
                                            "end": 8865,
                                            "loc": {
                                              "start": {
                                                "line": 223,
                                                "column": 33
                                              },
                                              "end": {
                                                "line": 223,
                                                "column": 34
                                              },
                                              "identifierName": "a"
                                            },
                                            "name": "a"
                                          }
                                        ]
                                      }
                                    },
                                    {
                                      "type": "BinaryExpression",
                                      "start": 8868,
                                      "end": 8883,
                                      "loc": {
                                        "start": {
                                          "line": 223,
                                          "column": 37
                                        },
                                        "end": {
                                          "line": 223,
                                          "column": 52
                                        }
                                      },
                                      "left": {
                                        "type": "Identifier",
                                        "start": 8868,
                                        "end": 8869,
                                        "loc": {
                                          "start": {
                                            "line": 223,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 223,
                                            "column": 38
                                          },
                                          "identifierName": "l"
                                        },
                                        "name": "l"
                                      },
                                      "operator": "*",
                                      "right": {
                                        "type": "CallExpression",
                                        "start": 8872,
                                        "end": 8883,
                                        "loc": {
                                          "start": {
                                            "line": 223,
                                            "column": 41
                                          },
                                          "end": {
                                            "line": 223,
                                            "column": 52
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 8872,
                                          "end": 8880,
                                          "loc": {
                                            "start": {
                                              "line": 223,
                                              "column": 41
                                            },
                                            "end": {
                                              "line": 223,
                                              "column": 49
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 8872,
                                            "end": 8876,
                                            "loc": {
                                              "start": {
                                                "line": 223,
                                                "column": 41
                                              },
                                              "end": {
                                                "line": 223,
                                                "column": 45
                                              },
                                              "identifierName": "Math"
                                            },
                                            "name": "Math"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 8877,
                                            "end": 8880,
                                            "loc": {
                                              "start": {
                                                "line": 223,
                                                "column": 46
                                              },
                                              "end": {
                                                "line": 223,
                                                "column": 49
                                              },
                                              "identifierName": "sin"
                                            },
                                            "name": "sin"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 8881,
                                            "end": 8882,
                                            "loc": {
                                              "start": {
                                                "line": 223,
                                                "column": 50
                                              },
                                              "end": {
                                                "line": 223,
                                                "column": 51
                                              },
                                              "identifierName": "a"
                                            },
                                            "name": "a"
                                          }
                                        ]
                                      }
                                    },
                                    {
                                      "type": "NumericLiteral",
                                      "start": 8885,
                                      "end": 8886,
                                      "loc": {
                                        "start": {
                                          "line": 223,
                                          "column": 54
                                        },
                                        "end": {
                                          "line": 223,
                                          "column": 55
                                        }
                                      },
                                      "extra": {
                                        "rawValue": 0,
                                        "raw": "0"
                                      },
                                      "value": 0
                                    }
                                  ]
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 8888,
                                  "end": 8891,
                                  "loc": {
                                    "start": {
                                      "line": 223,
                                      "column": 57
                                    },
                                    "end": {
                                      "line": 223,
                                      "column": 60
                                    },
                                    "identifierName": "add"
                                  },
                                  "name": "add"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 8892,
                                  "end": 8897,
                                  "loc": {
                                    "start": {
                                      "line": 223,
                                      "column": 61
                                    },
                                    "end": {
                                      "line": 223,
                                      "column": 66
                                    },
                                    "identifierName": "start"
                                  },
                                  "name": "start"
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    }
                  ],
                  "directives": []
                },
                "alternate": null
              },
              {
                "type": "IfStatement",
                "start": 8920,
                "end": 8969,
                "loc": {
                  "start": {
                    "line": 226,
                    "column": 4
                  },
                  "end": {
                    "line": 227,
                    "column": 28
                  }
                },
                "test": {
                  "type": "BinaryExpression",
                  "start": 8924,
                  "end": 8939,
                  "loc": {
                    "start": {
                      "line": 226,
                      "column": 8
                    },
                    "end": {
                      "line": 226,
                      "column": 23
                    }
                  },
                  "left": {
                    "type": "Identifier",
                    "start": 8924,
                    "end": 8925,
                    "loc": {
                      "start": {
                        "line": 226,
                        "column": 8
                      },
                      "end": {
                        "line": 226,
                        "column": 9
                      },
                      "identifierName": "x"
                    },
                    "name": "x"
                  },
                  "operator": "!==",
                  "right": {
                    "type": "Identifier",
                    "start": 8930,
                    "end": 8939,
                    "loc": {
                      "start": {
                        "line": 226,
                        "column": 14
                      },
                      "end": {
                        "line": 226,
                        "column": 23
                      },
                      "identifierName": "undefined"
                    },
                    "name": "undefined"
                  }
                },
                "consequent": {
                  "type": "ExpressionStatement",
                  "start": 8949,
                  "end": 8969,
                  "loc": {
                    "start": {
                      "line": 227,
                      "column": 8
                    },
                    "end": {
                      "line": 227,
                      "column": 28
                    }
                  },
                  "expression": {
                    "type": "AssignmentExpression",
                    "start": 8949,
                    "end": 8968,
                    "loc": {
                      "start": {
                        "line": 227,
                        "column": 8
                      },
                      "end": {
                        "line": 227,
                        "column": 27
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "MemberExpression",
                      "start": 8949,
                      "end": 8954,
                      "loc": {
                        "start": {
                          "line": 227,
                          "column": 8
                        },
                        "end": {
                          "line": 227,
                          "column": 13
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 8949,
                        "end": 8952,
                        "loc": {
                          "start": {
                            "line": 227,
                            "column": 8
                          },
                          "end": {
                            "line": 227,
                            "column": 11
                          },
                          "identifierName": "end"
                        },
                        "name": "end"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 8953,
                        "end": 8954,
                        "loc": {
                          "start": {
                            "line": 227,
                            "column": 12
                          },
                          "end": {
                            "line": 227,
                            "column": 13
                          },
                          "identifierName": "x"
                        },
                        "name": "x"
                      },
                      "computed": false
                    },
                    "right": {
                      "type": "BinaryExpression",
                      "start": 8957,
                      "end": 8968,
                      "loc": {
                        "start": {
                          "line": 227,
                          "column": 16
                        },
                        "end": {
                          "line": 227,
                          "column": 27
                        }
                      },
                      "left": {
                        "type": "MemberExpression",
                        "start": 8957,
                        "end": 8964,
                        "loc": {
                          "start": {
                            "line": 227,
                            "column": 16
                          },
                          "end": {
                            "line": 227,
                            "column": 23
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 8957,
                          "end": 8962,
                          "loc": {
                            "start": {
                              "line": 227,
                              "column": 16
                            },
                            "end": {
                              "line": 227,
                              "column": 21
                            },
                            "identifierName": "start"
                          },
                          "name": "start"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 8963,
                          "end": 8964,
                          "loc": {
                            "start": {
                              "line": 227,
                              "column": 22
                            },
                            "end": {
                              "line": 227,
                              "column": 23
                            },
                            "identifierName": "x"
                          },
                          "name": "x"
                        },
                        "computed": false
                      },
                      "operator": "+",
                      "right": {
                        "type": "Identifier",
                        "start": 8967,
                        "end": 8968,
                        "loc": {
                          "start": {
                            "line": 227,
                            "column": 26
                          },
                          "end": {
                            "line": 227,
                            "column": 27
                          },
                          "identifierName": "x"
                        },
                        "name": "x"
                      }
                    }
                  }
                },
                "alternate": null
              },
              {
                "type": "IfStatement",
                "start": 8974,
                "end": 9023,
                "loc": {
                  "start": {
                    "line": 228,
                    "column": 4
                  },
                  "end": {
                    "line": 229,
                    "column": 28
                  }
                },
                "test": {
                  "type": "BinaryExpression",
                  "start": 8978,
                  "end": 8993,
                  "loc": {
                    "start": {
                      "line": 228,
                      "column": 8
                    },
                    "end": {
                      "line": 228,
                      "column": 23
                    }
                  },
                  "left": {
                    "type": "Identifier",
                    "start": 8978,
                    "end": 8979,
                    "loc": {
                      "start": {
                        "line": 228,
                        "column": 8
                      },
                      "end": {
                        "line": 228,
                        "column": 9
                      },
                      "identifierName": "y"
                    },
                    "name": "y"
                  },
                  "operator": "!==",
                  "right": {
                    "type": "Identifier",
                    "start": 8984,
                    "end": 8993,
                    "loc": {
                      "start": {
                        "line": 228,
                        "column": 14
                      },
                      "end": {
                        "line": 228,
                        "column": 23
                      },
                      "identifierName": "undefined"
                    },
                    "name": "undefined"
                  }
                },
                "consequent": {
                  "type": "ExpressionStatement",
                  "start": 9003,
                  "end": 9023,
                  "loc": {
                    "start": {
                      "line": 229,
                      "column": 8
                    },
                    "end": {
                      "line": 229,
                      "column": 28
                    }
                  },
                  "expression": {
                    "type": "AssignmentExpression",
                    "start": 9003,
                    "end": 9022,
                    "loc": {
                      "start": {
                        "line": 229,
                        "column": 8
                      },
                      "end": {
                        "line": 229,
                        "column": 27
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "MemberExpression",
                      "start": 9003,
                      "end": 9008,
                      "loc": {
                        "start": {
                          "line": 229,
                          "column": 8
                        },
                        "end": {
                          "line": 229,
                          "column": 13
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 9003,
                        "end": 9006,
                        "loc": {
                          "start": {
                            "line": 229,
                            "column": 8
                          },
                          "end": {
                            "line": 229,
                            "column": 11
                          },
                          "identifierName": "end"
                        },
                        "name": "end"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 9007,
                        "end": 9008,
                        "loc": {
                          "start": {
                            "line": 229,
                            "column": 12
                          },
                          "end": {
                            "line": 229,
                            "column": 13
                          },
                          "identifierName": "y"
                        },
                        "name": "y"
                      },
                      "computed": false
                    },
                    "right": {
                      "type": "BinaryExpression",
                      "start": 9011,
                      "end": 9022,
                      "loc": {
                        "start": {
                          "line": 229,
                          "column": 16
                        },
                        "end": {
                          "line": 229,
                          "column": 27
                        }
                      },
                      "left": {
                        "type": "MemberExpression",
                        "start": 9011,
                        "end": 9018,
                        "loc": {
                          "start": {
                            "line": 229,
                            "column": 16
                          },
                          "end": {
                            "line": 229,
                            "column": 23
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 9011,
                          "end": 9016,
                          "loc": {
                            "start": {
                              "line": 229,
                              "column": 16
                            },
                            "end": {
                              "line": 229,
                              "column": 21
                            },
                            "identifierName": "start"
                          },
                          "name": "start"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 9017,
                          "end": 9018,
                          "loc": {
                            "start": {
                              "line": 229,
                              "column": 22
                            },
                            "end": {
                              "line": 229,
                              "column": 23
                            },
                            "identifierName": "y"
                          },
                          "name": "y"
                        },
                        "computed": false
                      },
                      "operator": "+",
                      "right": {
                        "type": "Identifier",
                        "start": 9021,
                        "end": 9022,
                        "loc": {
                          "start": {
                            "line": 229,
                            "column": 26
                          },
                          "end": {
                            "line": 229,
                            "column": 27
                          },
                          "identifierName": "y"
                        },
                        "name": "y"
                      }
                    }
                  }
                },
                "alternate": null
              },
              {
                "type": "IfStatement",
                "start": 9028,
                "end": 9345,
                "loc": {
                  "start": {
                    "line": 230,
                    "column": 4
                  },
                  "end": {
                    "line": 238,
                    "column": 5
                  }
                },
                "test": {
                  "type": "BinaryExpression",
                  "start": 9032,
                  "end": 9047,
                  "loc": {
                    "start": {
                      "line": 230,
                      "column": 8
                    },
                    "end": {
                      "line": 230,
                      "column": 23
                    }
                  },
                  "left": {
                    "type": "Identifier",
                    "start": 9032,
                    "end": 9033,
                    "loc": {
                      "start": {
                        "line": 230,
                        "column": 8
                      },
                      "end": {
                        "line": 230,
                        "column": 9
                      },
                      "identifierName": "r"
                    },
                    "name": "r"
                  },
                  "operator": "!==",
                  "right": {
                    "type": "Identifier",
                    "start": 9038,
                    "end": 9047,
                    "loc": {
                      "start": {
                        "line": 230,
                        "column": 14
                      },
                      "end": {
                        "line": 230,
                        "column": 23
                      },
                      "identifierName": "undefined"
                    },
                    "name": "undefined"
                  }
                },
                "consequent": {
                  "type": "BlockStatement",
                  "start": 9049,
                  "end": 9345,
                  "loc": {
                    "start": {
                      "line": 230,
                      "column": 25
                    },
                    "end": {
                      "line": 238,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 9059,
                      "end": 9092,
                      "loc": {
                        "start": {
                          "line": 231,
                          "column": 8
                        },
                        "end": {
                          "line": 231,
                          "column": 41
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 9063,
                          "end": 9091,
                          "loc": {
                            "start": {
                              "line": 231,
                              "column": 12
                            },
                            "end": {
                              "line": 231,
                              "column": 40
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 9063,
                            "end": 9066,
                            "loc": {
                              "start": {
                                "line": 231,
                                "column": 12
                              },
                              "end": {
                                "line": 231,
                                "column": 15
                              },
                              "identifierName": "dir"
                            },
                            "name": "dir"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 9069,
                            "end": 9091,
                            "loc": {
                              "start": {
                                "line": 231,
                                "column": 18
                              },
                              "end": {
                                "line": 231,
                                "column": 40
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 9069,
                              "end": 9084,
                              "loc": {
                                "start": {
                                  "line": 231,
                                  "column": 18
                                },
                                "end": {
                                  "line": 231,
                                  "column": 33
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 9069,
                                "end": 9080,
                                "loc": {
                                  "start": {
                                    "line": 231,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 231,
                                    "column": 29
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 9069,
                                  "end": 9078,
                                  "loc": {
                                    "start": {
                                      "line": 231,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 231,
                                      "column": 27
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 9069,
                                    "end": 9072,
                                    "loc": {
                                      "start": {
                                        "line": 231,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 231,
                                        "column": 21
                                      },
                                      "identifierName": "end"
                                    },
                                    "name": "end"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 9073,
                                    "end": 9078,
                                    "loc": {
                                      "start": {
                                        "line": 231,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 231,
                                        "column": 27
                                      },
                                      "identifierName": "clone"
                                    },
                                    "name": "clone"
                                  },
                                  "computed": false
                                },
                                "arguments": []
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 9081,
                                "end": 9084,
                                "loc": {
                                  "start": {
                                    "line": 231,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 231,
                                    "column": 33
                                  },
                                  "identifierName": "sub"
                                },
                                "name": "sub"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 9085,
                                "end": 9090,
                                "loc": {
                                  "start": {
                                    "line": 231,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 231,
                                    "column": 39
                                  },
                                  "identifierName": "start"
                                },
                                "name": "start"
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 9101,
                      "end": 9127,
                      "loc": {
                        "start": {
                          "line": 232,
                          "column": 8
                        },
                        "end": {
                          "line": 232,
                          "column": 34
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 9101,
                        "end": 9126,
                        "loc": {
                          "start": {
                            "line": 232,
                            "column": 8
                          },
                          "end": {
                            "line": 232,
                            "column": 33
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 9101,
                          "end": 9108,
                          "loc": {
                            "start": {
                              "line": 232,
                              "column": 8
                            },
                            "end": {
                              "line": 232,
                              "column": 15
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 9101,
                            "end": 9104,
                            "loc": {
                              "start": {
                                "line": 232,
                                "column": 8
                              },
                              "end": {
                                "line": 232,
                                "column": 11
                              },
                              "identifierName": "dir"
                            },
                            "name": "dir"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 9105,
                            "end": 9108,
                            "loc": {
                              "start": {
                                "line": 232,
                                "column": 12
                              },
                              "end": {
                                "line": 232,
                                "column": 15
                              },
                              "identifierName": "set"
                            },
                            "name": "set"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 9109,
                            "end": 9114,
                            "loc": {
                              "start": {
                                "line": 232,
                                "column": 16
                              },
                              "end": {
                                "line": 232,
                                "column": 21
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 9109,
                              "end": 9112,
                              "loc": {
                                "start": {
                                  "line": 232,
                                  "column": 16
                                },
                                "end": {
                                  "line": 232,
                                  "column": 19
                                },
                                "identifierName": "dir"
                              },
                              "name": "dir"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 9113,
                              "end": 9114,
                              "loc": {
                                "start": {
                                  "line": 232,
                                  "column": 20
                                },
                                "end": {
                                  "line": 232,
                                  "column": 21
                                },
                                "identifierName": "y"
                              },
                              "name": "y"
                            },
                            "computed": false
                          },
                          {
                            "type": "UnaryExpression",
                            "start": 9116,
                            "end": 9122,
                            "loc": {
                              "start": {
                                "line": 232,
                                "column": 23
                              },
                              "end": {
                                "line": 232,
                                "column": 29
                              }
                            },
                            "operator": "-",
                            "prefix": true,
                            "argument": {
                              "type": "MemberExpression",
                              "start": 9117,
                              "end": 9122,
                              "loc": {
                                "start": {
                                  "line": 232,
                                  "column": 24
                                },
                                "end": {
                                  "line": 232,
                                  "column": 29
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 9117,
                                "end": 9120,
                                "loc": {
                                  "start": {
                                    "line": 232,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 232,
                                    "column": 27
                                  },
                                  "identifierName": "dir"
                                },
                                "name": "dir"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 9121,
                                "end": 9122,
                                "loc": {
                                  "start": {
                                    "line": 232,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 232,
                                    "column": 29
                                  },
                                  "identifierName": "x"
                                },
                                "name": "x"
                              },
                              "computed": false
                            },
                            "extra": {
                              "parenthesizedArgument": false
                            }
                          },
                          {
                            "type": "NumericLiteral",
                            "start": 9124,
                            "end": 9125,
                            "loc": {
                              "start": {
                                "line": 232,
                                "column": 31
                              },
                              "end": {
                                "line": 232,
                                "column": 32
                              }
                            },
                            "extra": {
                              "rawValue": 0,
                              "raw": "0"
                            },
                            "value": 0
                          }
                        ]
                      }
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 9136,
                      "end": 9166,
                      "loc": {
                        "start": {
                          "line": 233,
                          "column": 8
                        },
                        "end": {
                          "line": 233,
                          "column": 38
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 9142,
                          "end": 9165,
                          "loc": {
                            "start": {
                              "line": 233,
                              "column": 14
                            },
                            "end": {
                              "line": 233,
                              "column": 37
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 9142,
                            "end": 9151,
                            "loc": {
                              "start": {
                                "line": 233,
                                "column": 14
                              },
                              "end": {
                                "line": 233,
                                "column": 23
                              },
                              "identifierName": "clockwise"
                            },
                            "name": "clockwise"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 9154,
                            "end": 9165,
                            "loc": {
                              "start": {
                                "line": 233,
                                "column": 26
                              },
                              "end": {
                                "line": 233,
                                "column": 37
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 9154,
                              "end": 9161,
                              "loc": {
                                "start": {
                                  "line": 233,
                                  "column": 26
                                },
                                "end": {
                                  "line": 233,
                                  "column": 33
                                },
                                "identifierName": "Boolean"
                              },
                              "name": "Boolean"
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 9162,
                                "end": 9164,
                                "loc": {
                                  "start": {
                                    "line": 233,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 233,
                                    "column": 36
                                  },
                                  "identifierName": "cw"
                                },
                                "name": "cw"
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "IfStatement",
                      "start": 9175,
                      "end": 9203,
                      "loc": {
                        "start": {
                          "line": 234,
                          "column": 8
                        },
                        "end": {
                          "line": 234,
                          "column": 36
                        }
                      },
                      "test": {
                        "type": "Identifier",
                        "start": 9179,
                        "end": 9188,
                        "loc": {
                          "start": {
                            "line": 234,
                            "column": 12
                          },
                          "end": {
                            "line": 234,
                            "column": 21
                          },
                          "identifierName": "clockwise"
                        },
                        "name": "clockwise"
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 9190,
                        "end": 9203,
                        "loc": {
                          "start": {
                            "line": 234,
                            "column": 23
                          },
                          "end": {
                            "line": 234,
                            "column": 36
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 9190,
                          "end": 9202,
                          "loc": {
                            "start": {
                              "line": 234,
                              "column": 23
                            },
                            "end": {
                              "line": 234,
                              "column": 35
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 9190,
                            "end": 9200,
                            "loc": {
                              "start": {
                                "line": 234,
                                "column": 23
                              },
                              "end": {
                                "line": 234,
                                "column": 33
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 9190,
                              "end": 9193,
                              "loc": {
                                "start": {
                                  "line": 234,
                                  "column": 23
                                },
                                "end": {
                                  "line": 234,
                                  "column": 26
                                },
                                "identifierName": "dir"
                              },
                              "name": "dir"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 9194,
                              "end": 9200,
                              "loc": {
                                "start": {
                                  "line": 234,
                                  "column": 27
                                },
                                "end": {
                                  "line": 234,
                                  "column": 33
                                },
                                "identifierName": "negate"
                              },
                              "name": "negate"
                            },
                            "computed": false
                          },
                          "arguments": []
                        }
                      },
                      "alternate": null
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 9212,
                      "end": 9229,
                      "loc": {
                        "start": {
                          "line": 235,
                          "column": 8
                        },
                        "end": {
                          "line": 235,
                          "column": 25
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 9212,
                        "end": 9228,
                        "loc": {
                          "start": {
                            "line": 235,
                            "column": 8
                          },
                          "end": {
                            "line": 235,
                            "column": 24
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 9212,
                          "end": 9225,
                          "loc": {
                            "start": {
                              "line": 235,
                              "column": 8
                            },
                            "end": {
                              "line": 235,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 9212,
                            "end": 9215,
                            "loc": {
                              "start": {
                                "line": 235,
                                "column": 8
                              },
                              "end": {
                                "line": 235,
                                "column": 11
                              },
                              "identifierName": "dir"
                            },
                            "name": "dir"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 9216,
                            "end": 9225,
                            "loc": {
                              "start": {
                                "line": 235,
                                "column": 12
                              },
                              "end": {
                                "line": 235,
                                "column": 21
                              },
                              "identifierName": "setLength"
                            },
                            "name": "setLength"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 9226,
                            "end": 9227,
                            "loc": {
                              "start": {
                                "line": 235,
                                "column": 22
                              },
                              "end": {
                                "line": 235,
                                "column": 23
                              },
                              "identifierName": "r"
                            },
                            "name": "r"
                          }
                        ]
                      }
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 9238,
                      "end": 9291,
                      "loc": {
                        "start": {
                          "line": 236,
                          "column": 8
                        },
                        "end": {
                          "line": 236,
                          "column": 61
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 9244,
                          "end": 9290,
                          "loc": {
                            "start": {
                              "line": 236,
                              "column": 14
                            },
                            "end": {
                              "line": 236,
                              "column": 60
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 9244,
                            "end": 9250,
                            "loc": {
                              "start": {
                                "line": 236,
                                "column": 14
                              },
                              "end": {
                                "line": 236,
                                "column": 20
                              },
                              "identifierName": "center"
                            },
                            "name": "center"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 9253,
                            "end": 9290,
                            "loc": {
                              "start": {
                                "line": 236,
                                "column": 23
                              },
                              "end": {
                                "line": 236,
                                "column": 60
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 9253,
                              "end": 9285,
                              "loc": {
                                "start": {
                                  "line": 236,
                                  "column": 23
                                },
                                "end": {
                                  "line": 236,
                                  "column": 55
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 9253,
                                "end": 9281,
                                "loc": {
                                  "start": {
                                    "line": 236,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 236,
                                    "column": 51
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 9253,
                                  "end": 9271,
                                  "loc": {
                                    "start": {
                                      "line": 236,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 236,
                                      "column": 41
                                    }
                                  },
                                  "object": {
                                    "type": "CallExpression",
                                    "start": 9253,
                                    "end": 9266,
                                    "loc": {
                                      "start": {
                                        "line": 236,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 236,
                                        "column": 36
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 9253,
                                      "end": 9264,
                                      "loc": {
                                        "start": {
                                          "line": 236,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 236,
                                          "column": 34
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 9253,
                                        "end": 9258,
                                        "loc": {
                                          "start": {
                                            "line": 236,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 236,
                                            "column": 28
                                          },
                                          "identifierName": "start"
                                        },
                                        "name": "start"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 9259,
                                        "end": 9264,
                                        "loc": {
                                          "start": {
                                            "line": 236,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 236,
                                            "column": 34
                                          },
                                          "identifierName": "clone"
                                        },
                                        "name": "clone"
                                      },
                                      "computed": false
                                    },
                                    "arguments": []
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 9267,
                                    "end": 9271,
                                    "loc": {
                                      "start": {
                                        "line": 236,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 236,
                                        "column": 41
                                      },
                                      "identifierName": "lerp"
                                    },
                                    "name": "lerp"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 9272,
                                    "end": 9275,
                                    "loc": {
                                      "start": {
                                        "line": 236,
                                        "column": 42
                                      },
                                      "end": {
                                        "line": 236,
                                        "column": 45
                                      },
                                      "identifierName": "end"
                                    },
                                    "name": "end"
                                  },
                                  {
                                    "type": "NumericLiteral",
                                    "start": 9277,
                                    "end": 9280,
                                    "loc": {
                                      "start": {
                                        "line": 236,
                                        "column": 47
                                      },
                                      "end": {
                                        "line": 236,
                                        "column": 50
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 0.5,
                                      "raw": "0.5"
                                    },
                                    "value": 0.5
                                  }
                                ]
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 9282,
                                "end": 9285,
                                "loc": {
                                  "start": {
                                    "line": 236,
                                    "column": 52
                                  },
                                  "end": {
                                    "line": 236,
                                    "column": 55
                                  },
                                  "identifierName": "add"
                                },
                                "name": "add"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 9286,
                                "end": 9289,
                                "loc": {
                                  "start": {
                                    "line": 236,
                                    "column": 56
                                  },
                                  "end": {
                                    "line": 236,
                                    "column": 59
                                  },
                                  "identifierName": "dir"
                                },
                                "name": "dir"
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 9300,
                      "end": 9339,
                      "loc": {
                        "start": {
                          "line": 237,
                          "column": 8
                        },
                        "end": {
                          "line": 237,
                          "column": 47
                        }
                      },
                      "argument": {
                        "type": "ObjectExpression",
                        "start": 9307,
                        "end": 9338,
                        "loc": {
                          "start": {
                            "line": 237,
                            "column": 15
                          },
                          "end": {
                            "line": 237,
                            "column": 46
                          }
                        },
                        "properties": [
                          {
                            "type": "ObjectProperty",
                            "start": 9308,
                            "end": 9313,
                            "loc": {
                              "start": {
                                "line": 237,
                                "column": 16
                              },
                              "end": {
                                "line": 237,
                                "column": 21
                              }
                            },
                            "method": false,
                            "shorthand": true,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 9308,
                              "end": 9313,
                              "loc": {
                                "start": {
                                  "line": 237,
                                  "column": 16
                                },
                                "end": {
                                  "line": 237,
                                  "column": 21
                                },
                                "identifierName": "start"
                              },
                              "name": "start"
                            },
                            "value": {
                              "type": "Identifier",
                              "start": 9308,
                              "end": 9313,
                              "loc": {
                                "start": {
                                  "line": 237,
                                  "column": 16
                                },
                                "end": {
                                  "line": 237,
                                  "column": 21
                                },
                                "identifierName": "start"
                              },
                              "name": "start"
                            },
                            "extra": {
                              "shorthand": true
                            }
                          },
                          {
                            "type": "ObjectProperty",
                            "start": 9315,
                            "end": 9318,
                            "loc": {
                              "start": {
                                "line": 237,
                                "column": 23
                              },
                              "end": {
                                "line": 237,
                                "column": 26
                              }
                            },
                            "method": false,
                            "shorthand": true,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 9315,
                              "end": 9318,
                              "loc": {
                                "start": {
                                  "line": 237,
                                  "column": 23
                                },
                                "end": {
                                  "line": 237,
                                  "column": 26
                                },
                                "identifierName": "end"
                              },
                              "name": "end"
                            },
                            "value": {
                              "type": "Identifier",
                              "start": 9315,
                              "end": 9318,
                              "loc": {
                                "start": {
                                  "line": 237,
                                  "column": 23
                                },
                                "end": {
                                  "line": 237,
                                  "column": 26
                                },
                                "identifierName": "end"
                              },
                              "name": "end"
                            },
                            "extra": {
                              "shorthand": true
                            }
                          },
                          {
                            "type": "ObjectProperty",
                            "start": 9320,
                            "end": 9326,
                            "loc": {
                              "start": {
                                "line": 237,
                                "column": 28
                              },
                              "end": {
                                "line": 237,
                                "column": 34
                              }
                            },
                            "method": false,
                            "shorthand": true,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 9320,
                              "end": 9326,
                              "loc": {
                                "start": {
                                  "line": 237,
                                  "column": 28
                                },
                                "end": {
                                  "line": 237,
                                  "column": 34
                                },
                                "identifierName": "center"
                              },
                              "name": "center"
                            },
                            "value": {
                              "type": "Identifier",
                              "start": 9320,
                              "end": 9326,
                              "loc": {
                                "start": {
                                  "line": 237,
                                  "column": 28
                                },
                                "end": {
                                  "line": 237,
                                  "column": 34
                                },
                                "identifierName": "center"
                              },
                              "name": "center"
                            },
                            "extra": {
                              "shorthand": true
                            }
                          },
                          {
                            "type": "ObjectProperty",
                            "start": 9328,
                            "end": 9337,
                            "loc": {
                              "start": {
                                "line": 237,
                                "column": 36
                              },
                              "end": {
                                "line": 237,
                                "column": 45
                              }
                            },
                            "method": false,
                            "shorthand": true,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 9328,
                              "end": 9337,
                              "loc": {
                                "start": {
                                  "line": 237,
                                  "column": 36
                                },
                                "end": {
                                  "line": 237,
                                  "column": 45
                                },
                                "identifierName": "clockwise"
                              },
                              "name": "clockwise"
                            },
                            "value": {
                              "type": "Identifier",
                              "start": 9328,
                              "end": 9337,
                              "loc": {
                                "start": {
                                  "line": 237,
                                  "column": 36
                                },
                                "end": {
                                  "line": 237,
                                  "column": 45
                                },
                                "identifierName": "clockwise"
                              },
                              "name": "clockwise"
                            },
                            "extra": {
                              "shorthand": true
                            }
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                },
                "alternate": null
              },
              {
                "type": "ReturnStatement",
                "start": 9350,
                "end": 9370,
                "loc": {
                  "start": {
                    "line": 239,
                    "column": 4
                  },
                  "end": {
                    "line": 239,
                    "column": 24
                  }
                },
                "argument": {
                  "type": "ObjectExpression",
                  "start": 9357,
                  "end": 9369,
                  "loc": {
                    "start": {
                      "line": 239,
                      "column": 11
                    },
                    "end": {
                      "line": 239,
                      "column": 23
                    }
                  },
                  "properties": [
                    {
                      "type": "ObjectProperty",
                      "start": 9358,
                      "end": 9363,
                      "loc": {
                        "start": {
                          "line": 239,
                          "column": 12
                        },
                        "end": {
                          "line": 239,
                          "column": 17
                        }
                      },
                      "method": false,
                      "shorthand": true,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "start": 9358,
                        "end": 9363,
                        "loc": {
                          "start": {
                            "line": 239,
                            "column": 12
                          },
                          "end": {
                            "line": 239,
                            "column": 17
                          },
                          "identifierName": "start"
                        },
                        "name": "start"
                      },
                      "value": {
                        "type": "Identifier",
                        "start": 9358,
                        "end": 9363,
                        "loc": {
                          "start": {
                            "line": 239,
                            "column": 12
                          },
                          "end": {
                            "line": 239,
                            "column": 17
                          },
                          "identifierName": "start"
                        },
                        "name": "start"
                      },
                      "extra": {
                        "shorthand": true
                      }
                    },
                    {
                      "type": "ObjectProperty",
                      "start": 9365,
                      "end": 9368,
                      "loc": {
                        "start": {
                          "line": 239,
                          "column": 19
                        },
                        "end": {
                          "line": 239,
                          "column": 22
                        }
                      },
                      "method": false,
                      "shorthand": true,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "start": 9365,
                        "end": 9368,
                        "loc": {
                          "start": {
                            "line": 239,
                            "column": 19
                          },
                          "end": {
                            "line": 239,
                            "column": 22
                          },
                          "identifierName": "end"
                        },
                        "name": "end"
                      },
                      "value": {
                        "type": "Identifier",
                        "start": 9365,
                        "end": 9368,
                        "loc": {
                          "start": {
                            "line": 239,
                            "column": 19
                          },
                          "end": {
                            "line": 239,
                            "column": 22
                          },
                          "identifierName": "end"
                        },
                        "name": "end"
                      },
                      "extra": {
                        "shorthand": true
                      }
                    }
                  ]
                }
              }
            ],
            "directives": [],
            "trailingComments": null
          },
          "trailingComments": [
            {
              "type": "CommentLine",
              "value": "converting arc from \"three-points+flag\" to \"center+radius+angles\" representation",
              "start": 9374,
              "end": 9456,
              "loc": {
                "start": {
                  "line": 242,
                  "column": 0
                },
                "end": {
                  "line": 242,
                  "column": 82
                }
              }
            }
          ],
          "leadingComments": []
        },
        "trailingComments": [
          {
            "type": "CommentLine",
            "value": "converting arc from \"three-points+flag\" to \"center+radius+angles\" representation",
            "start": 9374,
            "end": 9456,
            "loc": {
              "start": {
                "line": 242,
                "column": 0
              },
              "end": {
                "line": 242,
                "column": 82
              }
            }
          }
        ]
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 9457,
        "end": 10383,
        "loc": {
          "start": {
            "line": 243,
            "column": 0
          },
          "end": {
            "line": 270,
            "column": 1
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "FunctionDeclaration",
          "start": 9464,
          "end": 10383,
          "loc": {
            "start": {
              "line": 243,
              "column": 7
            },
            "end": {
              "line": 270,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 9473,
            "end": 9485,
            "loc": {
              "start": {
                "line": 243,
                "column": 16
              },
              "end": {
                "line": 243,
                "column": 28
              },
              "identifierName": "getArcAngles"
            },
            "name": "getArcAngles",
            "leadingComments": null
          },
          "generator": false,
          "expression": false,
          "async": false,
          "params": [
            {
              "type": "Identifier",
              "start": 9486,
              "end": 9492,
              "loc": {
                "start": {
                  "line": 243,
                  "column": 29
                },
                "end": {
                  "line": 243,
                  "column": 35
                },
                "identifierName": "params"
              },
              "name": "params"
            }
          ],
          "body": {
            "type": "BlockStatement",
            "start": 9494,
            "end": 10383,
            "loc": {
              "start": {
                "line": 243,
                "column": 37
              },
              "end": {
                "line": 270,
                "column": 1
              }
            },
            "body": [
              {
                "type": "VariableDeclaration",
                "start": 9500,
                "end": 9555,
                "loc": {
                  "start": {
                    "line": 244,
                    "column": 4
                  },
                  "end": {
                    "line": 244,
                    "column": 59
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 9504,
                    "end": 9554,
                    "loc": {
                      "start": {
                        "line": 244,
                        "column": 8
                      },
                      "end": {
                        "line": 244,
                        "column": 58
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 9504,
                      "end": 9512,
                      "loc": {
                        "start": {
                          "line": 244,
                          "column": 8
                        },
                        "end": {
                          "line": 244,
                          "column": 16
                        },
                        "identifierName": "vecStart"
                      },
                      "name": "vecStart"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 9515,
                      "end": 9554,
                      "loc": {
                        "start": {
                          "line": 244,
                          "column": 19
                        },
                        "end": {
                          "line": 244,
                          "column": 58
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 9515,
                        "end": 9539,
                        "loc": {
                          "start": {
                            "line": 244,
                            "column": 19
                          },
                          "end": {
                            "line": 244,
                            "column": 43
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 9515,
                          "end": 9535,
                          "loc": {
                            "start": {
                              "line": 244,
                              "column": 19
                            },
                            "end": {
                              "line": 244,
                              "column": 39
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 9515,
                            "end": 9533,
                            "loc": {
                              "start": {
                                "line": 244,
                                "column": 19
                              },
                              "end": {
                                "line": 244,
                                "column": 37
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 9515,
                              "end": 9527,
                              "loc": {
                                "start": {
                                  "line": 244,
                                  "column": 19
                                },
                                "end": {
                                  "line": 244,
                                  "column": 31
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 9515,
                                "end": 9521,
                                "loc": {
                                  "start": {
                                    "line": 244,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 244,
                                    "column": 25
                                  },
                                  "identifierName": "params"
                                },
                                "name": "params"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 9522,
                                "end": 9527,
                                "loc": {
                                  "start": {
                                    "line": 244,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 244,
                                    "column": 31
                                  },
                                  "identifierName": "start"
                                },
                                "name": "start"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 9528,
                              "end": 9533,
                              "loc": {
                                "start": {
                                  "line": 244,
                                  "column": 32
                                },
                                "end": {
                                  "line": 244,
                                  "column": 37
                                },
                                "identifierName": "clone"
                              },
                              "name": "clone"
                            },
                            "computed": false
                          },
                          "arguments": []
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 9536,
                          "end": 9539,
                          "loc": {
                            "start": {
                              "line": 244,
                              "column": 40
                            },
                            "end": {
                              "line": 244,
                              "column": 43
                            },
                            "identifierName": "sub"
                          },
                          "name": "sub"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "MemberExpression",
                          "start": 9540,
                          "end": 9553,
                          "loc": {
                            "start": {
                              "line": 244,
                              "column": 44
                            },
                            "end": {
                              "line": 244,
                              "column": 57
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 9540,
                            "end": 9546,
                            "loc": {
                              "start": {
                                "line": 244,
                                "column": 44
                              },
                              "end": {
                                "line": 244,
                                "column": 50
                              },
                              "identifierName": "params"
                            },
                            "name": "params"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 9547,
                            "end": 9553,
                            "loc": {
                              "start": {
                                "line": 244,
                                "column": 51
                              },
                              "end": {
                                "line": 244,
                                "column": 57
                              },
                              "identifierName": "center"
                            },
                            "name": "center"
                          },
                          "computed": false
                        }
                      ]
                    }
                  }
                ],
                "kind": "let"
              },
              {
                "type": "VariableDeclaration",
                "start": 9560,
                "end": 9615,
                "loc": {
                  "start": {
                    "line": 245,
                    "column": 4
                  },
                  "end": {
                    "line": 245,
                    "column": 59
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 9566,
                    "end": 9614,
                    "loc": {
                      "start": {
                        "line": 245,
                        "column": 10
                      },
                      "end": {
                        "line": 245,
                        "column": 58
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 9566,
                      "end": 9572,
                      "loc": {
                        "start": {
                          "line": 245,
                          "column": 10
                        },
                        "end": {
                          "line": 245,
                          "column": 16
                        },
                        "identifierName": "vecEnd"
                      },
                      "name": "vecEnd"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 9577,
                      "end": 9614,
                      "loc": {
                        "start": {
                          "line": 245,
                          "column": 21
                        },
                        "end": {
                          "line": 245,
                          "column": 58
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 9577,
                        "end": 9599,
                        "loc": {
                          "start": {
                            "line": 245,
                            "column": 21
                          },
                          "end": {
                            "line": 245,
                            "column": 43
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 9577,
                          "end": 9595,
                          "loc": {
                            "start": {
                              "line": 245,
                              "column": 21
                            },
                            "end": {
                              "line": 245,
                              "column": 39
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 9577,
                            "end": 9593,
                            "loc": {
                              "start": {
                                "line": 245,
                                "column": 21
                              },
                              "end": {
                                "line": 245,
                                "column": 37
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 9577,
                              "end": 9587,
                              "loc": {
                                "start": {
                                  "line": 245,
                                  "column": 21
                                },
                                "end": {
                                  "line": 245,
                                  "column": 31
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 9577,
                                "end": 9583,
                                "loc": {
                                  "start": {
                                    "line": 245,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 245,
                                    "column": 27
                                  },
                                  "identifierName": "params"
                                },
                                "name": "params"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 9584,
                                "end": 9587,
                                "loc": {
                                  "start": {
                                    "line": 245,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 245,
                                    "column": 31
                                  },
                                  "identifierName": "end"
                                },
                                "name": "end"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 9588,
                              "end": 9593,
                              "loc": {
                                "start": {
                                  "line": 245,
                                  "column": 32
                                },
                                "end": {
                                  "line": 245,
                                  "column": 37
                                },
                                "identifierName": "clone"
                              },
                              "name": "clone"
                            },
                            "computed": false
                          },
                          "arguments": []
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 9596,
                          "end": 9599,
                          "loc": {
                            "start": {
                              "line": 245,
                              "column": 40
                            },
                            "end": {
                              "line": 245,
                              "column": 43
                            },
                            "identifierName": "sub"
                          },
                          "name": "sub"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "MemberExpression",
                          "start": 9600,
                          "end": 9613,
                          "loc": {
                            "start": {
                              "line": 245,
                              "column": 44
                            },
                            "end": {
                              "line": 245,
                              "column": 57
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 9600,
                            "end": 9606,
                            "loc": {
                              "start": {
                                "line": 245,
                                "column": 44
                              },
                              "end": {
                                "line": 245,
                                "column": 50
                              },
                              "identifierName": "params"
                            },
                            "name": "params"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 9607,
                            "end": 9613,
                            "loc": {
                              "start": {
                                "line": 245,
                                "column": 51
                              },
                              "end": {
                                "line": 245,
                                "column": 57
                              },
                              "identifierName": "center"
                            },
                            "name": "center"
                          },
                          "computed": false
                        }
                      ]
                    }
                  }
                ],
                "kind": "let"
              },
              {
                "type": "VariableDeclaration",
                "start": 9620,
                "end": 9672,
                "loc": {
                  "start": {
                    "line": 246,
                    "column": 4
                  },
                  "end": {
                    "line": 246,
                    "column": 56
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 9624,
                    "end": 9671,
                    "loc": {
                      "start": {
                        "line": 246,
                        "column": 8
                      },
                      "end": {
                        "line": 246,
                        "column": 55
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 9624,
                      "end": 9634,
                      "loc": {
                        "start": {
                          "line": 246,
                          "column": 8
                        },
                        "end": {
                          "line": 246,
                          "column": 18
                        },
                        "identifierName": "startAngle"
                      },
                      "name": "startAngle"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 9637,
                      "end": 9671,
                      "loc": {
                        "start": {
                          "line": 246,
                          "column": 21
                        },
                        "end": {
                          "line": 246,
                          "column": 55
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 9637,
                        "end": 9647,
                        "loc": {
                          "start": {
                            "line": 246,
                            "column": 21
                          },
                          "end": {
                            "line": 246,
                            "column": 31
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 9637,
                          "end": 9641,
                          "loc": {
                            "start": {
                              "line": 246,
                              "column": 21
                            },
                            "end": {
                              "line": 246,
                              "column": 25
                            },
                            "identifierName": "Math"
                          },
                          "name": "Math"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 9642,
                          "end": 9647,
                          "loc": {
                            "start": {
                              "line": 246,
                              "column": 26
                            },
                            "end": {
                              "line": 246,
                              "column": 31
                            },
                            "identifierName": "atan2"
                          },
                          "name": "atan2"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "MemberExpression",
                          "start": 9648,
                          "end": 9658,
                          "loc": {
                            "start": {
                              "line": 246,
                              "column": 32
                            },
                            "end": {
                              "line": 246,
                              "column": 42
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 9648,
                            "end": 9656,
                            "loc": {
                              "start": {
                                "line": 246,
                                "column": 32
                              },
                              "end": {
                                "line": 246,
                                "column": 40
                              },
                              "identifierName": "vecStart"
                            },
                            "name": "vecStart"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 9657,
                            "end": 9658,
                            "loc": {
                              "start": {
                                "line": 246,
                                "column": 41
                              },
                              "end": {
                                "line": 246,
                                "column": 42
                              },
                              "identifierName": "y"
                            },
                            "name": "y"
                          },
                          "computed": false
                        },
                        {
                          "type": "MemberExpression",
                          "start": 9660,
                          "end": 9670,
                          "loc": {
                            "start": {
                              "line": 246,
                              "column": 44
                            },
                            "end": {
                              "line": 246,
                              "column": 54
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 9660,
                            "end": 9668,
                            "loc": {
                              "start": {
                                "line": 246,
                                "column": 44
                              },
                              "end": {
                                "line": 246,
                                "column": 52
                              },
                              "identifierName": "vecStart"
                            },
                            "name": "vecStart"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 9669,
                            "end": 9670,
                            "loc": {
                              "start": {
                                "line": 246,
                                "column": 53
                              },
                              "end": {
                                "line": 246,
                                "column": 54
                              },
                              "identifierName": "x"
                            },
                            "name": "x"
                          },
                          "computed": false
                        }
                      ]
                    }
                  }
                ],
                "kind": "let"
              },
              {
                "type": "VariableDeclaration",
                "start": 9677,
                "end": 9729,
                "loc": {
                  "start": {
                    "line": 247,
                    "column": 4
                  },
                  "end": {
                    "line": 247,
                    "column": 56
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 9683,
                    "end": 9728,
                    "loc": {
                      "start": {
                        "line": 247,
                        "column": 10
                      },
                      "end": {
                        "line": 247,
                        "column": 55
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 9683,
                      "end": 9691,
                      "loc": {
                        "start": {
                          "line": 247,
                          "column": 10
                        },
                        "end": {
                          "line": 247,
                          "column": 18
                        },
                        "identifierName": "endAngle"
                      },
                      "name": "endAngle"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 9694,
                      "end": 9728,
                      "loc": {
                        "start": {
                          "line": 247,
                          "column": 21
                        },
                        "end": {
                          "line": 247,
                          "column": 55
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 9694,
                        "end": 9704,
                        "loc": {
                          "start": {
                            "line": 247,
                            "column": 21
                          },
                          "end": {
                            "line": 247,
                            "column": 31
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 9694,
                          "end": 9698,
                          "loc": {
                            "start": {
                              "line": 247,
                              "column": 21
                            },
                            "end": {
                              "line": 247,
                              "column": 25
                            },
                            "identifierName": "Math"
                          },
                          "name": "Math"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 9699,
                          "end": 9704,
                          "loc": {
                            "start": {
                              "line": 247,
                              "column": 26
                            },
                            "end": {
                              "line": 247,
                              "column": 31
                            },
                            "identifierName": "atan2"
                          },
                          "name": "atan2"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "MemberExpression",
                          "start": 9707,
                          "end": 9715,
                          "loc": {
                            "start": {
                              "line": 247,
                              "column": 34
                            },
                            "end": {
                              "line": 247,
                              "column": 42
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 9707,
                            "end": 9713,
                            "loc": {
                              "start": {
                                "line": 247,
                                "column": 34
                              },
                              "end": {
                                "line": 247,
                                "column": 40
                              },
                              "identifierName": "vecEnd"
                            },
                            "name": "vecEnd"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 9714,
                            "end": 9715,
                            "loc": {
                              "start": {
                                "line": 247,
                                "column": 41
                              },
                              "end": {
                                "line": 247,
                                "column": 42
                              },
                              "identifierName": "y"
                            },
                            "name": "y"
                          },
                          "computed": false
                        },
                        {
                          "type": "MemberExpression",
                          "start": 9719,
                          "end": 9727,
                          "loc": {
                            "start": {
                              "line": 247,
                              "column": 46
                            },
                            "end": {
                              "line": 247,
                              "column": 54
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 9719,
                            "end": 9725,
                            "loc": {
                              "start": {
                                "line": 247,
                                "column": 46
                              },
                              "end": {
                                "line": 247,
                                "column": 52
                              },
                              "identifierName": "vecEnd"
                            },
                            "name": "vecEnd"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 9726,
                            "end": 9727,
                            "loc": {
                              "start": {
                                "line": 247,
                                "column": 53
                              },
                              "end": {
                                "line": 247,
                                "column": 54
                              },
                              "identifierName": "x"
                            },
                            "name": "x"
                          },
                          "computed": false
                        }
                      ]
                    }
                  }
                ],
                "kind": "let"
              },
              {
                "type": "VariableDeclaration",
                "start": 9734,
                "end": 9791,
                "loc": {
                  "start": {
                    "line": 248,
                    "column": 4
                  },
                  "end": {
                    "line": 248,
                    "column": 61
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 9738,
                    "end": 9790,
                    "loc": {
                      "start": {
                        "line": 248,
                        "column": 8
                      },
                      "end": {
                        "line": 248,
                        "column": 60
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 9738,
                      "end": 9744,
                      "loc": {
                        "start": {
                          "line": 248,
                          "column": 8
                        },
                        "end": {
                          "line": 248,
                          "column": 14
                        },
                        "identifierName": "radius"
                      },
                      "name": "radius"
                    },
                    "init": {
                      "type": "BinaryExpression",
                      "start": 9747,
                      "end": 9790,
                      "loc": {
                        "start": {
                          "line": 248,
                          "column": 17
                        },
                        "end": {
                          "line": 248,
                          "column": 60
                        }
                      },
                      "left": {
                        "type": "NumericLiteral",
                        "start": 9747,
                        "end": 9750,
                        "loc": {
                          "start": {
                            "line": 248,
                            "column": 17
                          },
                          "end": {
                            "line": 248,
                            "column": 20
                          }
                        },
                        "extra": {
                          "rawValue": 0.5,
                          "raw": "0.5"
                        },
                        "value": 0.5
                      },
                      "operator": "*",
                      "right": {
                        "type": "BinaryExpression",
                        "start": 9754,
                        "end": 9789,
                        "loc": {
                          "start": {
                            "line": 248,
                            "column": 24
                          },
                          "end": {
                            "line": 248,
                            "column": 59
                          }
                        },
                        "left": {
                          "type": "CallExpression",
                          "start": 9754,
                          "end": 9771,
                          "loc": {
                            "start": {
                              "line": 248,
                              "column": 24
                            },
                            "end": {
                              "line": 248,
                              "column": 41
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 9754,
                            "end": 9769,
                            "loc": {
                              "start": {
                                "line": 248,
                                "column": 24
                              },
                              "end": {
                                "line": 248,
                                "column": 39
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 9754,
                              "end": 9762,
                              "loc": {
                                "start": {
                                  "line": 248,
                                  "column": 24
                                },
                                "end": {
                                  "line": 248,
                                  "column": 32
                                },
                                "identifierName": "vecStart"
                              },
                              "name": "vecStart"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 9763,
                              "end": 9769,
                              "loc": {
                                "start": {
                                  "line": 248,
                                  "column": 33
                                },
                                "end": {
                                  "line": 248,
                                  "column": 39
                                },
                                "identifierName": "length"
                              },
                              "name": "length"
                            },
                            "computed": false
                          },
                          "arguments": []
                        },
                        "operator": "+",
                        "right": {
                          "type": "CallExpression",
                          "start": 9774,
                          "end": 9789,
                          "loc": {
                            "start": {
                              "line": 248,
                              "column": 44
                            },
                            "end": {
                              "line": 248,
                              "column": 59
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 9774,
                            "end": 9787,
                            "loc": {
                              "start": {
                                "line": 248,
                                "column": 44
                              },
                              "end": {
                                "line": 248,
                                "column": 57
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 9774,
                              "end": 9780,
                              "loc": {
                                "start": {
                                  "line": 248,
                                  "column": 44
                                },
                                "end": {
                                  "line": 248,
                                  "column": 50
                                },
                                "identifierName": "vecEnd"
                              },
                              "name": "vecEnd"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 9781,
                              "end": 9787,
                              "loc": {
                                "start": {
                                  "line": 248,
                                  "column": 51
                                },
                                "end": {
                                  "line": 248,
                                  "column": 57
                                },
                                "identifierName": "length"
                              },
                              "name": "length"
                            },
                            "computed": false
                          },
                          "arguments": []
                        },
                        "extra": {
                          "parenthesized": true,
                          "parenStart": 9753
                        }
                      }
                    }
                  }
                ],
                "kind": "let"
              },
              {
                "type": "IfStatement",
                "start": 9797,
                "end": 9985,
                "loc": {
                  "start": {
                    "line": 250,
                    "column": 4
                  },
                  "end": {
                    "line": 256,
                    "column": 5
                  }
                },
                "test": {
                  "type": "MemberExpression",
                  "start": 9801,
                  "end": 9817,
                  "loc": {
                    "start": {
                      "line": 250,
                      "column": 8
                    },
                    "end": {
                      "line": 250,
                      "column": 24
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 9801,
                    "end": 9807,
                    "loc": {
                      "start": {
                        "line": 250,
                        "column": 8
                      },
                      "end": {
                        "line": 250,
                        "column": 14
                      },
                      "identifierName": "params"
                    },
                    "name": "params"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 9808,
                    "end": 9817,
                    "loc": {
                      "start": {
                        "line": 250,
                        "column": 15
                      },
                      "end": {
                        "line": 250,
                        "column": 24
                      },
                      "identifierName": "clockwise"
                    },
                    "name": "clockwise"
                  },
                  "computed": false
                },
                "consequent": {
                  "type": "BlockStatement",
                  "start": 9819,
                  "end": 9900,
                  "loc": {
                    "start": {
                      "line": 250,
                      "column": 26
                    },
                    "end": {
                      "line": 253,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 9829,
                      "end": 9894,
                      "loc": {
                        "start": {
                          "line": 251,
                          "column": 8
                        },
                        "end": {
                          "line": 252,
                          "column": 38
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 9833,
                        "end": 9854,
                        "loc": {
                          "start": {
                            "line": 251,
                            "column": 12
                          },
                          "end": {
                            "line": 251,
                            "column": 33
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 9833,
                          "end": 9843,
                          "loc": {
                            "start": {
                              "line": 251,
                              "column": 12
                            },
                            "end": {
                              "line": 251,
                              "column": 22
                            },
                            "identifierName": "startAngle"
                          },
                          "name": "startAngle"
                        },
                        "operator": "<",
                        "right": {
                          "type": "Identifier",
                          "start": 9846,
                          "end": 9854,
                          "loc": {
                            "start": {
                              "line": 251,
                              "column": 25
                            },
                            "end": {
                              "line": 251,
                              "column": 33
                            },
                            "identifierName": "endAngle"
                          },
                          "name": "endAngle"
                        }
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 9868,
                        "end": 9894,
                        "loc": {
                          "start": {
                            "line": 252,
                            "column": 12
                          },
                          "end": {
                            "line": 252,
                            "column": 38
                          }
                        },
                        "expression": {
                          "type": "AssignmentExpression",
                          "start": 9868,
                          "end": 9893,
                          "loc": {
                            "start": {
                              "line": 252,
                              "column": 12
                            },
                            "end": {
                              "line": 252,
                              "column": 37
                            }
                          },
                          "operator": "+=",
                          "left": {
                            "type": "Identifier",
                            "start": 9868,
                            "end": 9878,
                            "loc": {
                              "start": {
                                "line": 252,
                                "column": 12
                              },
                              "end": {
                                "line": 252,
                                "column": 22
                              },
                              "identifierName": "startAngle"
                            },
                            "name": "startAngle"
                          },
                          "right": {
                            "type": "BinaryExpression",
                            "start": 9882,
                            "end": 9893,
                            "loc": {
                              "start": {
                                "line": 252,
                                "column": 26
                              },
                              "end": {
                                "line": 252,
                                "column": 37
                              }
                            },
                            "left": {
                              "type": "NumericLiteral",
                              "start": 9882,
                              "end": 9883,
                              "loc": {
                                "start": {
                                  "line": 252,
                                  "column": 26
                                },
                                "end": {
                                  "line": 252,
                                  "column": 27
                                }
                              },
                              "extra": {
                                "rawValue": 2,
                                "raw": "2"
                              },
                              "value": 2
                            },
                            "operator": "*",
                            "right": {
                              "type": "MemberExpression",
                              "start": 9886,
                              "end": 9893,
                              "loc": {
                                "start": {
                                  "line": 252,
                                  "column": 30
                                },
                                "end": {
                                  "line": 252,
                                  "column": 37
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 9886,
                                "end": 9890,
                                "loc": {
                                  "start": {
                                    "line": 252,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 252,
                                    "column": 34
                                  },
                                  "identifierName": "Math"
                                },
                                "name": "Math"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 9891,
                                "end": 9893,
                                "loc": {
                                  "start": {
                                    "line": 252,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 252,
                                    "column": 37
                                  },
                                  "identifierName": "PI"
                                },
                                "name": "PI"
                              },
                              "computed": false
                            }
                          }
                        }
                      },
                      "alternate": null
                    }
                  ],
                  "directives": []
                },
                "alternate": {
                  "type": "BlockStatement",
                  "start": 9906,
                  "end": 9985,
                  "loc": {
                    "start": {
                      "line": 253,
                      "column": 11
                    },
                    "end": {
                      "line": 256,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 9916,
                      "end": 9979,
                      "loc": {
                        "start": {
                          "line": 254,
                          "column": 8
                        },
                        "end": {
                          "line": 255,
                          "column": 36
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 9920,
                        "end": 9941,
                        "loc": {
                          "start": {
                            "line": 254,
                            "column": 12
                          },
                          "end": {
                            "line": 254,
                            "column": 33
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 9920,
                          "end": 9930,
                          "loc": {
                            "start": {
                              "line": 254,
                              "column": 12
                            },
                            "end": {
                              "line": 254,
                              "column": 22
                            },
                            "identifierName": "startAngle"
                          },
                          "name": "startAngle"
                        },
                        "operator": ">",
                        "right": {
                          "type": "Identifier",
                          "start": 9933,
                          "end": 9941,
                          "loc": {
                            "start": {
                              "line": 254,
                              "column": 25
                            },
                            "end": {
                              "line": 254,
                              "column": 33
                            },
                            "identifierName": "endAngle"
                          },
                          "name": "endAngle"
                        }
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 9955,
                        "end": 9979,
                        "loc": {
                          "start": {
                            "line": 255,
                            "column": 12
                          },
                          "end": {
                            "line": 255,
                            "column": 36
                          }
                        },
                        "expression": {
                          "type": "AssignmentExpression",
                          "start": 9955,
                          "end": 9978,
                          "loc": {
                            "start": {
                              "line": 255,
                              "column": 12
                            },
                            "end": {
                              "line": 255,
                              "column": 35
                            }
                          },
                          "operator": "+=",
                          "left": {
                            "type": "Identifier",
                            "start": 9955,
                            "end": 9963,
                            "loc": {
                              "start": {
                                "line": 255,
                                "column": 12
                              },
                              "end": {
                                "line": 255,
                                "column": 20
                              },
                              "identifierName": "endAngle"
                            },
                            "name": "endAngle"
                          },
                          "right": {
                            "type": "BinaryExpression",
                            "start": 9967,
                            "end": 9978,
                            "loc": {
                              "start": {
                                "line": 255,
                                "column": 24
                              },
                              "end": {
                                "line": 255,
                                "column": 35
                              }
                            },
                            "left": {
                              "type": "NumericLiteral",
                              "start": 9967,
                              "end": 9968,
                              "loc": {
                                "start": {
                                  "line": 255,
                                  "column": 24
                                },
                                "end": {
                                  "line": 255,
                                  "column": 25
                                }
                              },
                              "extra": {
                                "rawValue": 2,
                                "raw": "2"
                              },
                              "value": 2
                            },
                            "operator": "*",
                            "right": {
                              "type": "MemberExpression",
                              "start": 9971,
                              "end": 9978,
                              "loc": {
                                "start": {
                                  "line": 255,
                                  "column": 28
                                },
                                "end": {
                                  "line": 255,
                                  "column": 35
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 9971,
                                "end": 9975,
                                "loc": {
                                  "start": {
                                    "line": 255,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 255,
                                    "column": 32
                                  },
                                  "identifierName": "Math"
                                },
                                "name": "Math"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 9976,
                                "end": 9978,
                                "loc": {
                                  "start": {
                                    "line": 255,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 255,
                                    "column": 35
                                  },
                                  "identifierName": "PI"
                                },
                                "name": "PI"
                              },
                              "computed": false
                            }
                          }
                        }
                      },
                      "alternate": null
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "VariableDeclaration",
                "start": 9991,
                "end": 10036,
                "loc": {
                  "start": {
                    "line": 258,
                    "column": 4
                  },
                  "end": {
                    "line": 258,
                    "column": 49
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 9997,
                    "end": 10035,
                    "loc": {
                      "start": {
                        "line": 258,
                        "column": 10
                      },
                      "end": {
                        "line": 258,
                        "column": 48
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 9997,
                      "end": 10005,
                      "loc": {
                        "start": {
                          "line": 258,
                          "column": 10
                        },
                        "end": {
                          "line": 258,
                          "column": 18
                        },
                        "identifierName": "midAngle"
                      },
                      "name": "midAngle"
                    },
                    "init": {
                      "type": "BinaryExpression",
                      "start": 10008,
                      "end": 10035,
                      "loc": {
                        "start": {
                          "line": 258,
                          "column": 21
                        },
                        "end": {
                          "line": 258,
                          "column": 48
                        }
                      },
                      "left": {
                        "type": "BinaryExpression",
                        "start": 10009,
                        "end": 10030,
                        "loc": {
                          "start": {
                            "line": 258,
                            "column": 22
                          },
                          "end": {
                            "line": 258,
                            "column": 43
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 10009,
                          "end": 10019,
                          "loc": {
                            "start": {
                              "line": 258,
                              "column": 22
                            },
                            "end": {
                              "line": 258,
                              "column": 32
                            },
                            "identifierName": "startAngle"
                          },
                          "name": "startAngle"
                        },
                        "operator": "+",
                        "right": {
                          "type": "Identifier",
                          "start": 10022,
                          "end": 10030,
                          "loc": {
                            "start": {
                              "line": 258,
                              "column": 35
                            },
                            "end": {
                              "line": 258,
                              "column": 43
                            },
                            "identifierName": "endAngle"
                          },
                          "name": "endAngle"
                        },
                        "extra": {
                          "parenthesized": true,
                          "parenStart": 10008
                        }
                      },
                      "operator": "/",
                      "right": {
                        "type": "NumericLiteral",
                        "start": 10034,
                        "end": 10035,
                        "loc": {
                          "start": {
                            "line": 258,
                            "column": 47
                          },
                          "end": {
                            "line": 258,
                            "column": 48
                          }
                        },
                        "extra": {
                          "rawValue": 2,
                          "raw": "2"
                        },
                        "value": 2
                      }
                    }
                  }
                ],
                "kind": "const"
              },
              {
                "type": "VariableDeclaration",
                "start": 10041,
                "end": 10117,
                "loc": {
                  "start": {
                    "line": 259,
                    "column": 4
                  },
                  "end": {
                    "line": 259,
                    "column": 80
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 10047,
                    "end": 10116,
                    "loc": {
                      "start": {
                        "line": 259,
                        "column": 10
                      },
                      "end": {
                        "line": 259,
                        "column": 79
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 10047,
                      "end": 10053,
                      "loc": {
                        "start": {
                          "line": 259,
                          "column": 10
                        },
                        "end": {
                          "line": 259,
                          "column": 16
                        },
                        "identifierName": "vecMid"
                      },
                      "name": "vecMid"
                    },
                    "init": {
                      "type": "NewExpression",
                      "start": 10056,
                      "end": 10116,
                      "loc": {
                        "start": {
                          "line": 259,
                          "column": 19
                        },
                        "end": {
                          "line": 259,
                          "column": 79
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 10060,
                        "end": 10073,
                        "loc": {
                          "start": {
                            "line": 259,
                            "column": 23
                          },
                          "end": {
                            "line": 259,
                            "column": 36
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 10060,
                          "end": 10065,
                          "loc": {
                            "start": {
                              "line": 259,
                              "column": 23
                            },
                            "end": {
                              "line": 259,
                              "column": 28
                            },
                            "identifierName": "THREE"
                          },
                          "name": "THREE"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 10066,
                          "end": 10073,
                          "loc": {
                            "start": {
                              "line": 259,
                              "column": 29
                            },
                            "end": {
                              "line": 259,
                              "column": 36
                            },
                            "identifierName": "Vector3"
                          },
                          "name": "Vector3"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "CallExpression",
                          "start": 10074,
                          "end": 10092,
                          "loc": {
                            "start": {
                              "line": 259,
                              "column": 37
                            },
                            "end": {
                              "line": 259,
                              "column": 55
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 10074,
                            "end": 10082,
                            "loc": {
                              "start": {
                                "line": 259,
                                "column": 37
                              },
                              "end": {
                                "line": 259,
                                "column": 45
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 10074,
                              "end": 10078,
                              "loc": {
                                "start": {
                                  "line": 259,
                                  "column": 37
                                },
                                "end": {
                                  "line": 259,
                                  "column": 41
                                },
                                "identifierName": "Math"
                              },
                              "name": "Math"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 10079,
                              "end": 10082,
                              "loc": {
                                "start": {
                                  "line": 259,
                                  "column": 42
                                },
                                "end": {
                                  "line": 259,
                                  "column": 45
                                },
                                "identifierName": "cos"
                              },
                              "name": "cos"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 10083,
                              "end": 10091,
                              "loc": {
                                "start": {
                                  "line": 259,
                                  "column": 46
                                },
                                "end": {
                                  "line": 259,
                                  "column": 54
                                },
                                "identifierName": "midAngle"
                              },
                              "name": "midAngle"
                            }
                          ]
                        },
                        {
                          "type": "CallExpression",
                          "start": 10094,
                          "end": 10112,
                          "loc": {
                            "start": {
                              "line": 259,
                              "column": 57
                            },
                            "end": {
                              "line": 259,
                              "column": 75
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 10094,
                            "end": 10102,
                            "loc": {
                              "start": {
                                "line": 259,
                                "column": 57
                              },
                              "end": {
                                "line": 259,
                                "column": 65
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 10094,
                              "end": 10098,
                              "loc": {
                                "start": {
                                  "line": 259,
                                  "column": 57
                                },
                                "end": {
                                  "line": 259,
                                  "column": 61
                                },
                                "identifierName": "Math"
                              },
                              "name": "Math"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 10099,
                              "end": 10102,
                              "loc": {
                                "start": {
                                  "line": 259,
                                  "column": 62
                                },
                                "end": {
                                  "line": 259,
                                  "column": 65
                                },
                                "identifierName": "sin"
                              },
                              "name": "sin"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 10103,
                              "end": 10111,
                              "loc": {
                                "start": {
                                  "line": 259,
                                  "column": 66
                                },
                                "end": {
                                  "line": 259,
                                  "column": 74
                                },
                                "identifierName": "midAngle"
                              },
                              "name": "midAngle"
                            }
                          ]
                        },
                        {
                          "type": "NumericLiteral",
                          "start": 10114,
                          "end": 10115,
                          "loc": {
                            "start": {
                              "line": 259,
                              "column": 77
                            },
                            "end": {
                              "line": 259,
                              "column": 78
                            }
                          },
                          "extra": {
                            "rawValue": 0,
                            "raw": "0"
                          },
                          "value": 0
                        }
                      ]
                    }
                  }
                ],
                "kind": "const"
              },
              {
                "type": "VariableDeclaration",
                "start": 10122,
                "end": 10188,
                "loc": {
                  "start": {
                    "line": 260,
                    "column": 4
                  },
                  "end": {
                    "line": 260,
                    "column": 70
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 10128,
                    "end": 10187,
                    "loc": {
                      "start": {
                        "line": 260,
                        "column": 10
                      },
                      "end": {
                        "line": 260,
                        "column": 69
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 10128,
                      "end": 10131,
                      "loc": {
                        "start": {
                          "line": 260,
                          "column": 10
                        },
                        "end": {
                          "line": 260,
                          "column": 13
                        },
                        "identifierName": "mid"
                      },
                      "name": "mid"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 10134,
                      "end": 10187,
                      "loc": {
                        "start": {
                          "line": 260,
                          "column": 16
                        },
                        "end": {
                          "line": 260,
                          "column": 69
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 10134,
                        "end": 10171,
                        "loc": {
                          "start": {
                            "line": 260,
                            "column": 16
                          },
                          "end": {
                            "line": 260,
                            "column": 53
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 10134,
                          "end": 10155,
                          "loc": {
                            "start": {
                              "line": 260,
                              "column": 16
                            },
                            "end": {
                              "line": 260,
                              "column": 37
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 10134,
                            "end": 10153,
                            "loc": {
                              "start": {
                                "line": 260,
                                "column": 16
                              },
                              "end": {
                                "line": 260,
                                "column": 35
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 10134,
                              "end": 10147,
                              "loc": {
                                "start": {
                                  "line": 260,
                                  "column": 16
                                },
                                "end": {
                                  "line": 260,
                                  "column": 29
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 10134,
                                "end": 10140,
                                "loc": {
                                  "start": {
                                    "line": 260,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 260,
                                    "column": 22
                                  },
                                  "identifierName": "params"
                                },
                                "name": "params"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 10141,
                                "end": 10147,
                                "loc": {
                                  "start": {
                                    "line": 260,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 260,
                                    "column": 29
                                  },
                                  "identifierName": "center"
                                },
                                "name": "center"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 10148,
                              "end": 10153,
                              "loc": {
                                "start": {
                                  "line": 260,
                                  "column": 30
                                },
                                "end": {
                                  "line": 260,
                                  "column": 35
                                },
                                "identifierName": "clone"
                              },
                              "name": "clone"
                            },
                            "computed": false
                          },
                          "arguments": []
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 10156,
                          "end": 10171,
                          "loc": {
                            "start": {
                              "line": 260,
                              "column": 38
                            },
                            "end": {
                              "line": 260,
                              "column": 53
                            },
                            "identifierName": "addScaledVector"
                          },
                          "name": "addScaledVector"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 10172,
                          "end": 10178,
                          "loc": {
                            "start": {
                              "line": 260,
                              "column": 54
                            },
                            "end": {
                              "line": 260,
                              "column": 60
                            },
                            "identifierName": "vecMid"
                          },
                          "name": "vecMid"
                        },
                        {
                          "type": "Identifier",
                          "start": 10180,
                          "end": 10186,
                          "loc": {
                            "start": {
                              "line": 260,
                              "column": 62
                            },
                            "end": {
                              "line": 260,
                              "column": 68
                            },
                            "identifierName": "radius"
                          },
                          "name": "radius"
                        }
                      ]
                    }
                  }
                ],
                "kind": "const"
              },
              {
                "type": "ReturnStatement",
                "start": 10194,
                "end": 10381,
                "loc": {
                  "start": {
                    "line": 262,
                    "column": 4
                  },
                  "end": {
                    "line": 269,
                    "column": 6
                  }
                },
                "argument": {
                  "type": "ObjectExpression",
                  "start": 10201,
                  "end": 10380,
                  "loc": {
                    "start": {
                      "line": 262,
                      "column": 11
                    },
                    "end": {
                      "line": 269,
                      "column": 5
                    }
                  },
                  "properties": [
                    {
                      "type": "ObjectProperty",
                      "start": 10211,
                      "end": 10240,
                      "loc": {
                        "start": {
                          "line": 263,
                          "column": 8
                        },
                        "end": {
                          "line": 263,
                          "column": 37
                        }
                      },
                      "method": false,
                      "shorthand": false,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "start": 10211,
                        "end": 10217,
                        "loc": {
                          "start": {
                            "line": 263,
                            "column": 8
                          },
                          "end": {
                            "line": 263,
                            "column": 14
                          },
                          "identifierName": "center"
                        },
                        "name": "center"
                      },
                      "value": {
                        "type": "CallExpression",
                        "start": 10219,
                        "end": 10240,
                        "loc": {
                          "start": {
                            "line": 263,
                            "column": 16
                          },
                          "end": {
                            "line": 263,
                            "column": 37
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 10219,
                          "end": 10238,
                          "loc": {
                            "start": {
                              "line": 263,
                              "column": 16
                            },
                            "end": {
                              "line": 263,
                              "column": 35
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 10219,
                            "end": 10232,
                            "loc": {
                              "start": {
                                "line": 263,
                                "column": 16
                              },
                              "end": {
                                "line": 263,
                                "column": 29
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 10219,
                              "end": 10225,
                              "loc": {
                                "start": {
                                  "line": 263,
                                  "column": 16
                                },
                                "end": {
                                  "line": 263,
                                  "column": 22
                                },
                                "identifierName": "params"
                              },
                              "name": "params"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 10226,
                              "end": 10232,
                              "loc": {
                                "start": {
                                  "line": 263,
                                  "column": 23
                                },
                                "end": {
                                  "line": 263,
                                  "column": 29
                                },
                                "identifierName": "center"
                              },
                              "name": "center"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 10233,
                            "end": 10238,
                            "loc": {
                              "start": {
                                "line": 263,
                                "column": 30
                              },
                              "end": {
                                "line": 263,
                                "column": 35
                              },
                              "identifierName": "clone"
                            },
                            "name": "clone"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    },
                    {
                      "type": "ObjectProperty",
                      "start": 10250,
                      "end": 10253,
                      "loc": {
                        "start": {
                          "line": 264,
                          "column": 8
                        },
                        "end": {
                          "line": 264,
                          "column": 11
                        }
                      },
                      "method": false,
                      "shorthand": true,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "start": 10250,
                        "end": 10253,
                        "loc": {
                          "start": {
                            "line": 264,
                            "column": 8
                          },
                          "end": {
                            "line": 264,
                            "column": 11
                          },
                          "identifierName": "mid"
                        },
                        "name": "mid"
                      },
                      "value": {
                        "type": "Identifier",
                        "start": 10250,
                        "end": 10253,
                        "loc": {
                          "start": {
                            "line": 264,
                            "column": 8
                          },
                          "end": {
                            "line": 264,
                            "column": 11
                          },
                          "identifierName": "mid"
                        },
                        "name": "mid"
                      },
                      "extra": {
                        "shorthand": true
                      }
                    },
                    {
                      "type": "ObjectProperty",
                      "start": 10263,
                      "end": 10269,
                      "loc": {
                        "start": {
                          "line": 265,
                          "column": 8
                        },
                        "end": {
                          "line": 265,
                          "column": 14
                        }
                      },
                      "method": false,
                      "shorthand": true,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "start": 10263,
                        "end": 10269,
                        "loc": {
                          "start": {
                            "line": 265,
                            "column": 8
                          },
                          "end": {
                            "line": 265,
                            "column": 14
                          },
                          "identifierName": "radius"
                        },
                        "name": "radius"
                      },
                      "value": {
                        "type": "Identifier",
                        "start": 10263,
                        "end": 10269,
                        "loc": {
                          "start": {
                            "line": 265,
                            "column": 8
                          },
                          "end": {
                            "line": 265,
                            "column": 14
                          },
                          "identifierName": "radius"
                        },
                        "name": "radius"
                      },
                      "extra": {
                        "shorthand": true
                      }
                    },
                    {
                      "type": "ObjectProperty",
                      "start": 10279,
                      "end": 10296,
                      "loc": {
                        "start": {
                          "line": 266,
                          "column": 8
                        },
                        "end": {
                          "line": 266,
                          "column": 25
                        }
                      },
                      "method": false,
                      "shorthand": false,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "start": 10279,
                        "end": 10284,
                        "loc": {
                          "start": {
                            "line": 266,
                            "column": 8
                          },
                          "end": {
                            "line": 266,
                            "column": 13
                          },
                          "identifierName": "start"
                        },
                        "name": "start"
                      },
                      "value": {
                        "type": "Identifier",
                        "start": 10286,
                        "end": 10296,
                        "loc": {
                          "start": {
                            "line": 266,
                            "column": 15
                          },
                          "end": {
                            "line": 266,
                            "column": 25
                          },
                          "identifierName": "startAngle"
                        },
                        "name": "startAngle"
                      }
                    },
                    {
                      "type": "ObjectProperty",
                      "start": 10306,
                      "end": 10319,
                      "loc": {
                        "start": {
                          "line": 267,
                          "column": 8
                        },
                        "end": {
                          "line": 267,
                          "column": 21
                        }
                      },
                      "method": false,
                      "shorthand": false,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "start": 10306,
                        "end": 10309,
                        "loc": {
                          "start": {
                            "line": 267,
                            "column": 8
                          },
                          "end": {
                            "line": 267,
                            "column": 11
                          },
                          "identifierName": "end"
                        },
                        "name": "end"
                      },
                      "value": {
                        "type": "Identifier",
                        "start": 10311,
                        "end": 10319,
                        "loc": {
                          "start": {
                            "line": 267,
                            "column": 13
                          },
                          "end": {
                            "line": 267,
                            "column": 21
                          },
                          "identifierName": "endAngle"
                        },
                        "name": "endAngle"
                      }
                    },
                    {
                      "type": "ObjectProperty",
                      "start": 10329,
                      "end": 10373,
                      "loc": {
                        "start": {
                          "line": 268,
                          "column": 8
                        },
                        "end": {
                          "line": 268,
                          "column": 52
                        }
                      },
                      "method": false,
                      "shorthand": false,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "start": 10329,
                        "end": 10334,
                        "loc": {
                          "start": {
                            "line": 268,
                            "column": 8
                          },
                          "end": {
                            "line": 268,
                            "column": 13
                          },
                          "identifierName": "bulge"
                        },
                        "name": "bulge"
                      },
                      "value": {
                        "type": "CallExpression",
                        "start": 10336,
                        "end": 10373,
                        "loc": {
                          "start": {
                            "line": 268,
                            "column": 15
                          },
                          "end": {
                            "line": 268,
                            "column": 52
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 10336,
                          "end": 10344,
                          "loc": {
                            "start": {
                              "line": 268,
                              "column": 15
                            },
                            "end": {
                              "line": 268,
                              "column": 23
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 10336,
                            "end": 10340,
                            "loc": {
                              "start": {
                                "line": 268,
                                "column": 15
                              },
                              "end": {
                                "line": 268,
                                "column": 19
                              },
                              "identifierName": "Math"
                            },
                            "name": "Math"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 10341,
                            "end": 10344,
                            "loc": {
                              "start": {
                                "line": 268,
                                "column": 20
                              },
                              "end": {
                                "line": 268,
                                "column": 23
                              },
                              "identifierName": "tan"
                            },
                            "name": "tan"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "BinaryExpression",
                            "start": 10345,
                            "end": 10372,
                            "loc": {
                              "start": {
                                "line": 268,
                                "column": 24
                              },
                              "end": {
                                "line": 268,
                                "column": 51
                              }
                            },
                            "left": {
                              "type": "BinaryExpression",
                              "start": 10346,
                              "end": 10367,
                              "loc": {
                                "start": {
                                  "line": 268,
                                  "column": 25
                                },
                                "end": {
                                  "line": 268,
                                  "column": 46
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 10346,
                                "end": 10354,
                                "loc": {
                                  "start": {
                                    "line": 268,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 268,
                                    "column": 33
                                  },
                                  "identifierName": "endAngle"
                                },
                                "name": "endAngle"
                              },
                              "operator": "-",
                              "right": {
                                "type": "Identifier",
                                "start": 10357,
                                "end": 10367,
                                "loc": {
                                  "start": {
                                    "line": 268,
                                    "column": 36
                                  },
                                  "end": {
                                    "line": 268,
                                    "column": 46
                                  },
                                  "identifierName": "startAngle"
                                },
                                "name": "startAngle"
                              },
                              "extra": {
                                "parenthesized": true,
                                "parenStart": 10345
                              }
                            },
                            "operator": "/",
                            "right": {
                              "type": "NumericLiteral",
                              "start": 10371,
                              "end": 10372,
                              "loc": {
                                "start": {
                                  "line": 268,
                                  "column": 50
                                },
                                "end": {
                                  "line": 268,
                                  "column": 51
                                }
                              },
                              "extra": {
                                "rawValue": 4,
                                "raw": "4"
                              },
                              "value": 4
                            }
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            ],
            "directives": [],
            "trailingComments": null
          },
          "leadingComments": [
            {
              "type": "CommentLine",
              "value": "converting arc from \"three-points+flag\" to \"center+radius+angles\" representation",
              "start": 9374,
              "end": 9456,
              "loc": {
                "start": {
                  "line": 242,
                  "column": 0
                },
                "end": {
                  "line": 242,
                  "column": 82
                }
              }
            }
          ],
          "trailingComments": [
            {
              "type": "CommentLine",
              "value": "returns intersection point of given two lines",
              "start": 10385,
              "end": 10432,
              "loc": {
                "start": {
                  "line": 272,
                  "column": 0
                },
                "end": {
                  "line": 272,
                  "column": 47
                }
              }
            },
            {
              "type": "CommentLine",
              "value": "if angularTolerance is set, then null is returned when lines are parallel",
              "start": 10433,
              "end": 10508,
              "loc": {
                "start": {
                  "line": 273,
                  "column": 0
                },
                "end": {
                  "line": 273,
                  "column": 75
                }
              }
            }
          ]
        },
        "leadingComments": [
          {
            "type": "CommentLine",
            "value": "converting arc from \"three-points+flag\" to \"center+radius+angles\" representation",
            "start": 9374,
            "end": 9456,
            "loc": {
              "start": {
                "line": 242,
                "column": 0
              },
              "end": {
                "line": 242,
                "column": 82
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "CommentLine",
            "value": "returns intersection point of given two lines",
            "start": 10385,
            "end": 10432,
            "loc": {
              "start": {
                "line": 272,
                "column": 0
              },
              "end": {
                "line": 272,
                "column": 47
              }
            }
          },
          {
            "type": "CommentLine",
            "value": "if angularTolerance is set, then null is returned when lines are parallel",
            "start": 10433,
            "end": 10508,
            "loc": {
              "start": {
                "line": 273,
                "column": 0
              },
              "end": {
                "line": 273,
                "column": 75
              }
            }
          }
        ]
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 10509,
        "end": 11302,
        "loc": {
          "start": {
            "line": 274,
            "column": 0
          },
          "end": {
            "line": 291,
            "column": 1
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "FunctionDeclaration",
          "start": 10516,
          "end": 11302,
          "loc": {
            "start": {
              "line": 274,
              "column": 7
            },
            "end": {
              "line": 291,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 10525,
            "end": 10539,
            "loc": {
              "start": {
                "line": 274,
                "column": 16
              },
              "end": {
                "line": 274,
                "column": 30
              },
              "identifierName": "intersectLines"
            },
            "name": "intersectLines",
            "leadingComments": null
          },
          "generator": false,
          "expression": false,
          "async": false,
          "params": [
            {
              "type": "Identifier",
              "start": 10540,
              "end": 10544,
              "loc": {
                "start": {
                  "line": 274,
                  "column": 31
                },
                "end": {
                  "line": 274,
                  "column": 35
                },
                "identifierName": "pntA"
              },
              "name": "pntA"
            },
            {
              "type": "Identifier",
              "start": 10546,
              "end": 10550,
              "loc": {
                "start": {
                  "line": 274,
                  "column": 37
                },
                "end": {
                  "line": 274,
                  "column": 41
                },
                "identifierName": "dirA"
              },
              "name": "dirA"
            },
            {
              "type": "Identifier",
              "start": 10552,
              "end": 10556,
              "loc": {
                "start": {
                  "line": 274,
                  "column": 43
                },
                "end": {
                  "line": 274,
                  "column": 47
                },
                "identifierName": "pntB"
              },
              "name": "pntB"
            },
            {
              "type": "Identifier",
              "start": 10558,
              "end": 10562,
              "loc": {
                "start": {
                  "line": 274,
                  "column": 49
                },
                "end": {
                  "line": 274,
                  "column": 53
                },
                "identifierName": "dirB"
              },
              "name": "dirB"
            },
            {
              "type": "Identifier",
              "start": 10564,
              "end": 10580,
              "loc": {
                "start": {
                  "line": 274,
                  "column": 55
                },
                "end": {
                  "line": 274,
                  "column": 71
                },
                "identifierName": "angularTolerance"
              },
              "name": "angularTolerance"
            }
          ],
          "body": {
            "type": "BlockStatement",
            "start": 10582,
            "end": 11302,
            "loc": {
              "start": {
                "line": 274,
                "column": 73
              },
              "end": {
                "line": 291,
                "column": 1
              }
            },
            "body": [
              {
                "type": "ExpressionStatement",
                "start": 10588,
                "end": 10633,
                "loc": {
                  "start": {
                    "line": 275,
                    "column": 4
                  },
                  "end": {
                    "line": 275,
                    "column": 49
                  }
                },
                "expression": {
                  "type": "AssignmentExpression",
                  "start": 10588,
                  "end": 10632,
                  "loc": {
                    "start": {
                      "line": 275,
                      "column": 4
                    },
                    "end": {
                      "line": 275,
                      "column": 48
                    }
                  },
                  "operator": "=",
                  "left": {
                    "type": "Identifier",
                    "start": 10588,
                    "end": 10604,
                    "loc": {
                      "start": {
                        "line": 275,
                        "column": 4
                      },
                      "end": {
                        "line": 275,
                        "column": 20
                      },
                      "identifierName": "angularTolerance"
                    },
                    "name": "angularTolerance"
                  },
                  "right": {
                    "type": "LogicalExpression",
                    "start": 10607,
                    "end": 10632,
                    "loc": {
                      "start": {
                        "line": 275,
                        "column": 23
                      },
                      "end": {
                        "line": 275,
                        "column": 48
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 10607,
                      "end": 10623,
                      "loc": {
                        "start": {
                          "line": 275,
                          "column": 23
                        },
                        "end": {
                          "line": 275,
                          "column": 39
                        },
                        "identifierName": "angularTolerance"
                      },
                      "name": "angularTolerance"
                    },
                    "operator": "||",
                    "right": {
                      "type": "NumericLiteral",
                      "start": 10627,
                      "end": 10632,
                      "loc": {
                        "start": {
                          "line": 275,
                          "column": 43
                        },
                        "end": {
                          "line": 275,
                          "column": 48
                        }
                      },
                      "extra": {
                        "rawValue": 1e-15,
                        "raw": "1e-15"
                      },
                      "value": 1e-15
                    }
                  }
                },
                "trailingComments": [
                  {
                    "type": "CommentLine",
                    "value": "mach.eps. by default",
                    "start": 10634,
                    "end": 10656,
                    "loc": {
                      "start": {
                        "line": 275,
                        "column": 50
                      },
                      "end": {
                        "line": 275,
                        "column": 72
                      }
                    }
                  }
                ]
              },
              {
                "type": "ExpressionStatement",
                "start": 10661,
                "end": 10693,
                "loc": {
                  "start": {
                    "line": 276,
                    "column": 4
                  },
                  "end": {
                    "line": 276,
                    "column": 36
                  }
                },
                "expression": {
                  "type": "AssignmentExpression",
                  "start": 10661,
                  "end": 10692,
                  "loc": {
                    "start": {
                      "line": 276,
                      "column": 4
                    },
                    "end": {
                      "line": 276,
                      "column": 35
                    }
                  },
                  "operator": "=",
                  "left": {
                    "type": "Identifier",
                    "start": 10661,
                    "end": 10665,
                    "loc": {
                      "start": {
                        "line": 276,
                        "column": 4
                      },
                      "end": {
                        "line": 276,
                        "column": 8
                      },
                      "identifierName": "dirA"
                    },
                    "name": "dirA",
                    "leadingComments": null
                  },
                  "right": {
                    "type": "CallExpression",
                    "start": 10668,
                    "end": 10692,
                    "loc": {
                      "start": {
                        "line": 276,
                        "column": 11
                      },
                      "end": {
                        "line": 276,
                        "column": 35
                      }
                    },
                    "callee": {
                      "type": "MemberExpression",
                      "start": 10668,
                      "end": 10690,
                      "loc": {
                        "start": {
                          "line": 276,
                          "column": 11
                        },
                        "end": {
                          "line": 276,
                          "column": 33
                        }
                      },
                      "object": {
                        "type": "CallExpression",
                        "start": 10668,
                        "end": 10680,
                        "loc": {
                          "start": {
                            "line": 276,
                            "column": 11
                          },
                          "end": {
                            "line": 276,
                            "column": 23
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 10668,
                          "end": 10678,
                          "loc": {
                            "start": {
                              "line": 276,
                              "column": 11
                            },
                            "end": {
                              "line": 276,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 10668,
                            "end": 10672,
                            "loc": {
                              "start": {
                                "line": 276,
                                "column": 11
                              },
                              "end": {
                                "line": 276,
                                "column": 15
                              },
                              "identifierName": "dirA"
                            },
                            "name": "dirA"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 10673,
                            "end": 10678,
                            "loc": {
                              "start": {
                                "line": 276,
                                "column": 16
                              },
                              "end": {
                                "line": 276,
                                "column": 21
                              },
                              "identifierName": "clone"
                            },
                            "name": "clone"
                          },
                          "computed": false
                        },
                        "arguments": []
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 10681,
                        "end": 10690,
                        "loc": {
                          "start": {
                            "line": 276,
                            "column": 24
                          },
                          "end": {
                            "line": 276,
                            "column": 33
                          },
                          "identifierName": "normalize"
                        },
                        "name": "normalize"
                      },
                      "computed": false
                    },
                    "arguments": []
                  },
                  "leadingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentLine",
                    "value": "mach.eps. by default",
                    "start": 10634,
                    "end": 10656,
                    "loc": {
                      "start": {
                        "line": 275,
                        "column": 50
                      },
                      "end": {
                        "line": 275,
                        "column": 72
                      }
                    }
                  }
                ]
              },
              {
                "type": "ExpressionStatement",
                "start": 10698,
                "end": 10730,
                "loc": {
                  "start": {
                    "line": 277,
                    "column": 4
                  },
                  "end": {
                    "line": 277,
                    "column": 36
                  }
                },
                "expression": {
                  "type": "AssignmentExpression",
                  "start": 10698,
                  "end": 10729,
                  "loc": {
                    "start": {
                      "line": 277,
                      "column": 4
                    },
                    "end": {
                      "line": 277,
                      "column": 35
                    }
                  },
                  "operator": "=",
                  "left": {
                    "type": "Identifier",
                    "start": 10698,
                    "end": 10702,
                    "loc": {
                      "start": {
                        "line": 277,
                        "column": 4
                      },
                      "end": {
                        "line": 277,
                        "column": 8
                      },
                      "identifierName": "dirB"
                    },
                    "name": "dirB"
                  },
                  "right": {
                    "type": "CallExpression",
                    "start": 10705,
                    "end": 10729,
                    "loc": {
                      "start": {
                        "line": 277,
                        "column": 11
                      },
                      "end": {
                        "line": 277,
                        "column": 35
                      }
                    },
                    "callee": {
                      "type": "MemberExpression",
                      "start": 10705,
                      "end": 10727,
                      "loc": {
                        "start": {
                          "line": 277,
                          "column": 11
                        },
                        "end": {
                          "line": 277,
                          "column": 33
                        }
                      },
                      "object": {
                        "type": "CallExpression",
                        "start": 10705,
                        "end": 10717,
                        "loc": {
                          "start": {
                            "line": 277,
                            "column": 11
                          },
                          "end": {
                            "line": 277,
                            "column": 23
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 10705,
                          "end": 10715,
                          "loc": {
                            "start": {
                              "line": 277,
                              "column": 11
                            },
                            "end": {
                              "line": 277,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 10705,
                            "end": 10709,
                            "loc": {
                              "start": {
                                "line": 277,
                                "column": 11
                              },
                              "end": {
                                "line": 277,
                                "column": 15
                              },
                              "identifierName": "dirB"
                            },
                            "name": "dirB"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 10710,
                            "end": 10715,
                            "loc": {
                              "start": {
                                "line": 277,
                                "column": 16
                              },
                              "end": {
                                "line": 277,
                                "column": 21
                              },
                              "identifierName": "clone"
                            },
                            "name": "clone"
                          },
                          "computed": false
                        },
                        "arguments": []
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 10718,
                        "end": 10727,
                        "loc": {
                          "start": {
                            "line": 277,
                            "column": 24
                          },
                          "end": {
                            "line": 277,
                            "column": 33
                          },
                          "identifierName": "normalize"
                        },
                        "name": "normalize"
                      },
                      "computed": false
                    },
                    "arguments": []
                  }
                }
              },
              {
                "type": "IfStatement",
                "start": 10735,
                "end": 10815,
                "loc": {
                  "start": {
                    "line": 278,
                    "column": 4
                  },
                  "end": {
                    "line": 279,
                    "column": 20
                  }
                },
                "test": {
                  "type": "LogicalExpression",
                  "start": 10739,
                  "end": 10781,
                  "loc": {
                    "start": {
                      "line": 278,
                      "column": 8
                    },
                    "end": {
                      "line": 278,
                      "column": 50
                    }
                  },
                  "left": {
                    "type": "BinaryExpression",
                    "start": 10739,
                    "end": 10758,
                    "loc": {
                      "start": {
                        "line": 278,
                        "column": 8
                      },
                      "end": {
                        "line": 278,
                        "column": 27
                      }
                    },
                    "left": {
                      "type": "CallExpression",
                      "start": 10739,
                      "end": 10752,
                      "loc": {
                        "start": {
                          "line": 278,
                          "column": 8
                        },
                        "end": {
                          "line": 278,
                          "column": 21
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 10739,
                        "end": 10750,
                        "loc": {
                          "start": {
                            "line": 278,
                            "column": 8
                          },
                          "end": {
                            "line": 278,
                            "column": 19
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 10739,
                          "end": 10743,
                          "loc": {
                            "start": {
                              "line": 278,
                              "column": 8
                            },
                            "end": {
                              "line": 278,
                              "column": 12
                            },
                            "identifierName": "dirA"
                          },
                          "name": "dirA"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 10744,
                          "end": 10750,
                          "loc": {
                            "start": {
                              "line": 278,
                              "column": 13
                            },
                            "end": {
                              "line": 278,
                              "column": 19
                            },
                            "identifierName": "length"
                          },
                          "name": "length"
                        },
                        "computed": false
                      },
                      "arguments": []
                    },
                    "operator": "<",
                    "right": {
                      "type": "NumericLiteral",
                      "start": 10755,
                      "end": 10758,
                      "loc": {
                        "start": {
                          "line": 278,
                          "column": 24
                        },
                        "end": {
                          "line": 278,
                          "column": 27
                        }
                      },
                      "extra": {
                        "rawValue": 0.9,
                        "raw": "0.9"
                      },
                      "value": 0.9
                    }
                  },
                  "operator": "||",
                  "right": {
                    "type": "BinaryExpression",
                    "start": 10762,
                    "end": 10781,
                    "loc": {
                      "start": {
                        "line": 278,
                        "column": 31
                      },
                      "end": {
                        "line": 278,
                        "column": 50
                      }
                    },
                    "left": {
                      "type": "CallExpression",
                      "start": 10762,
                      "end": 10775,
                      "loc": {
                        "start": {
                          "line": 278,
                          "column": 31
                        },
                        "end": {
                          "line": 278,
                          "column": 44
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 10762,
                        "end": 10773,
                        "loc": {
                          "start": {
                            "line": 278,
                            "column": 31
                          },
                          "end": {
                            "line": 278,
                            "column": 42
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 10762,
                          "end": 10766,
                          "loc": {
                            "start": {
                              "line": 278,
                              "column": 31
                            },
                            "end": {
                              "line": 278,
                              "column": 35
                            },
                            "identifierName": "dirB"
                          },
                          "name": "dirB"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 10767,
                          "end": 10773,
                          "loc": {
                            "start": {
                              "line": 278,
                              "column": 36
                            },
                            "end": {
                              "line": 278,
                              "column": 42
                            },
                            "identifierName": "length"
                          },
                          "name": "length"
                        },
                        "computed": false
                      },
                      "arguments": []
                    },
                    "operator": "<",
                    "right": {
                      "type": "NumericLiteral",
                      "start": 10778,
                      "end": 10781,
                      "loc": {
                        "start": {
                          "line": 278,
                          "column": 47
                        },
                        "end": {
                          "line": 278,
                          "column": 50
                        }
                      },
                      "extra": {
                        "rawValue": 0.9,
                        "raw": "0.9"
                      },
                      "value": 0.9
                    }
                  }
                },
                "consequent": {
                  "type": "ReturnStatement",
                  "start": 10803,
                  "end": 10815,
                  "loc": {
                    "start": {
                      "line": 279,
                      "column": 8
                    },
                    "end": {
                      "line": 279,
                      "column": 20
                    }
                  },
                  "argument": {
                    "type": "NullLiteral",
                    "start": 10810,
                    "end": 10814,
                    "loc": {
                      "start": {
                        "line": 279,
                        "column": 15
                      },
                      "end": {
                        "line": 279,
                        "column": 19
                      }
                    },
                    "leadingComments": null
                  },
                  "leadingComments": [
                    {
                      "type": "CommentLine",
                      "value": "must be 1",
                      "start": 10783,
                      "end": 10794,
                      "loc": {
                        "start": {
                          "line": 278,
                          "column": 52
                        },
                        "end": {
                          "line": 278,
                          "column": 63
                        }
                      }
                    }
                  ]
                },
                "alternate": null
              },
              {
                "type": "VariableDeclaration",
                "start": 10820,
                "end": 10850,
                "loc": {
                  "start": {
                    "line": 280,
                    "column": 4
                  },
                  "end": {
                    "line": 280,
                    "column": 34
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 10824,
                    "end": 10849,
                    "loc": {
                      "start": {
                        "line": 280,
                        "column": 8
                      },
                      "end": {
                        "line": 280,
                        "column": 33
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 10824,
                      "end": 10827,
                      "loc": {
                        "start": {
                          "line": 280,
                          "column": 8
                        },
                        "end": {
                          "line": 280,
                          "column": 11
                        },
                        "identifierName": "PxQ"
                      },
                      "name": "PxQ"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 10830,
                      "end": 10849,
                      "loc": {
                        "start": {
                          "line": 280,
                          "column": 14
                        },
                        "end": {
                          "line": 280,
                          "column": 33
                        }
                      },
                      "callee": {
                        "type": "Identifier",
                        "start": 10830,
                        "end": 10837,
                        "loc": {
                          "start": {
                            "line": 280,
                            "column": 14
                          },
                          "end": {
                            "line": 280,
                            "column": 21
                          },
                          "identifierName": "cross2d"
                        },
                        "name": "cross2d"
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 10838,
                          "end": 10842,
                          "loc": {
                            "start": {
                              "line": 280,
                              "column": 22
                            },
                            "end": {
                              "line": 280,
                              "column": 26
                            },
                            "identifierName": "dirA"
                          },
                          "name": "dirA"
                        },
                        {
                          "type": "Identifier",
                          "start": 10844,
                          "end": 10848,
                          "loc": {
                            "start": {
                              "line": 280,
                              "column": 28
                            },
                            "end": {
                              "line": 280,
                              "column": 32
                            },
                            "identifierName": "dirB"
                          },
                          "name": "dirB"
                        }
                      ]
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "IfStatement",
                "start": 10855,
                "end": 10914,
                "loc": {
                  "start": {
                    "line": 281,
                    "column": 4
                  },
                  "end": {
                    "line": 282,
                    "column": 20
                  }
                },
                "test": {
                  "type": "BinaryExpression",
                  "start": 10859,
                  "end": 10892,
                  "loc": {
                    "start": {
                      "line": 281,
                      "column": 8
                    },
                    "end": {
                      "line": 281,
                      "column": 41
                    }
                  },
                  "left": {
                    "type": "CallExpression",
                    "start": 10859,
                    "end": 10872,
                    "loc": {
                      "start": {
                        "line": 281,
                        "column": 8
                      },
                      "end": {
                        "line": 281,
                        "column": 21
                      }
                    },
                    "callee": {
                      "type": "MemberExpression",
                      "start": 10859,
                      "end": 10867,
                      "loc": {
                        "start": {
                          "line": 281,
                          "column": 8
                        },
                        "end": {
                          "line": 281,
                          "column": 16
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 10859,
                        "end": 10863,
                        "loc": {
                          "start": {
                            "line": 281,
                            "column": 8
                          },
                          "end": {
                            "line": 281,
                            "column": 12
                          },
                          "identifierName": "Math"
                        },
                        "name": "Math"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 10864,
                        "end": 10867,
                        "loc": {
                          "start": {
                            "line": 281,
                            "column": 13
                          },
                          "end": {
                            "line": 281,
                            "column": 16
                          },
                          "identifierName": "abs"
                        },
                        "name": "abs"
                      },
                      "computed": false
                    },
                    "arguments": [
                      {
                        "type": "Identifier",
                        "start": 10868,
                        "end": 10871,
                        "loc": {
                          "start": {
                            "line": 281,
                            "column": 17
                          },
                          "end": {
                            "line": 281,
                            "column": 20
                          },
                          "identifierName": "PxQ"
                        },
                        "name": "PxQ"
                      }
                    ]
                  },
                  "operator": "<=",
                  "right": {
                    "type": "Identifier",
                    "start": 10876,
                    "end": 10892,
                    "loc": {
                      "start": {
                        "line": 281,
                        "column": 25
                      },
                      "end": {
                        "line": 281,
                        "column": 41
                      },
                      "identifierName": "angularTolerance"
                    },
                    "name": "angularTolerance"
                  }
                },
                "consequent": {
                  "type": "ReturnStatement",
                  "start": 10902,
                  "end": 10914,
                  "loc": {
                    "start": {
                      "line": 282,
                      "column": 8
                    },
                    "end": {
                      "line": 282,
                      "column": 20
                    }
                  },
                  "argument": {
                    "type": "NullLiteral",
                    "start": 10909,
                    "end": 10913,
                    "loc": {
                      "start": {
                        "line": 282,
                        "column": 15
                      },
                      "end": {
                        "line": 282,
                        "column": 19
                      }
                    }
                  }
                },
                "alternate": null
              },
              {
                "type": "VariableDeclaration",
                "start": 10919,
                "end": 10969,
                "loc": {
                  "start": {
                    "line": 283,
                    "column": 4
                  },
                  "end": {
                    "line": 283,
                    "column": 54
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 10923,
                    "end": 10968,
                    "loc": {
                      "start": {
                        "line": 283,
                        "column": 8
                      },
                      "end": {
                        "line": 283,
                        "column": 53
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 10923,
                      "end": 10928,
                      "loc": {
                        "start": {
                          "line": 283,
                          "column": 8
                        },
                        "end": {
                          "line": 283,
                          "column": 13
                        },
                        "identifierName": "BmAxQ"
                      },
                      "name": "BmAxQ"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 10931,
                      "end": 10968,
                      "loc": {
                        "start": {
                          "line": 283,
                          "column": 16
                        },
                        "end": {
                          "line": 283,
                          "column": 53
                        }
                      },
                      "callee": {
                        "type": "Identifier",
                        "start": 10931,
                        "end": 10938,
                        "loc": {
                          "start": {
                            "line": 283,
                            "column": 16
                          },
                          "end": {
                            "line": 283,
                            "column": 23
                          },
                          "identifierName": "cross2d"
                        },
                        "name": "cross2d"
                      },
                      "arguments": [
                        {
                          "type": "CallExpression",
                          "start": 10939,
                          "end": 10961,
                          "loc": {
                            "start": {
                              "line": 283,
                              "column": 24
                            },
                            "end": {
                              "line": 283,
                              "column": 46
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 10939,
                            "end": 10955,
                            "loc": {
                              "start": {
                                "line": 283,
                                "column": 24
                              },
                              "end": {
                                "line": 283,
                                "column": 40
                              }
                            },
                            "object": {
                              "type": "CallExpression",
                              "start": 10939,
                              "end": 10951,
                              "loc": {
                                "start": {
                                  "line": 283,
                                  "column": 24
                                },
                                "end": {
                                  "line": 283,
                                  "column": 36
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 10939,
                                "end": 10949,
                                "loc": {
                                  "start": {
                                    "line": 283,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 283,
                                    "column": 34
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 10939,
                                  "end": 10943,
                                  "loc": {
                                    "start": {
                                      "line": 283,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 283,
                                      "column": 28
                                    },
                                    "identifierName": "pntB"
                                  },
                                  "name": "pntB"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 10944,
                                  "end": 10949,
                                  "loc": {
                                    "start": {
                                      "line": 283,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 283,
                                      "column": 34
                                    },
                                    "identifierName": "clone"
                                  },
                                  "name": "clone"
                                },
                                "computed": false
                              },
                              "arguments": []
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 10952,
                              "end": 10955,
                              "loc": {
                                "start": {
                                  "line": 283,
                                  "column": 37
                                },
                                "end": {
                                  "line": 283,
                                  "column": 40
                                },
                                "identifierName": "sub"
                              },
                              "name": "sub"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 10956,
                              "end": 10960,
                              "loc": {
                                "start": {
                                  "line": 283,
                                  "column": 41
                                },
                                "end": {
                                  "line": 283,
                                  "column": 45
                                },
                                "identifierName": "pntA"
                              },
                              "name": "pntA"
                            }
                          ]
                        },
                        {
                          "type": "Identifier",
                          "start": 10963,
                          "end": 10967,
                          "loc": {
                            "start": {
                              "line": 283,
                              "column": 48
                            },
                            "end": {
                              "line": 283,
                              "column": 52
                            },
                            "identifierName": "dirB"
                          },
                          "name": "dirB"
                        }
                      ]
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "VariableDeclaration",
                "start": 10974,
                "end": 11024,
                "loc": {
                  "start": {
                    "line": 284,
                    "column": 4
                  },
                  "end": {
                    "line": 284,
                    "column": 54
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 10978,
                    "end": 11023,
                    "loc": {
                      "start": {
                        "line": 284,
                        "column": 8
                      },
                      "end": {
                        "line": 284,
                        "column": 53
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 10978,
                      "end": 10983,
                      "loc": {
                        "start": {
                          "line": 284,
                          "column": 8
                        },
                        "end": {
                          "line": 284,
                          "column": 13
                        },
                        "identifierName": "BmAxP"
                      },
                      "name": "BmAxP"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 10986,
                      "end": 11023,
                      "loc": {
                        "start": {
                          "line": 284,
                          "column": 16
                        },
                        "end": {
                          "line": 284,
                          "column": 53
                        }
                      },
                      "callee": {
                        "type": "Identifier",
                        "start": 10986,
                        "end": 10993,
                        "loc": {
                          "start": {
                            "line": 284,
                            "column": 16
                          },
                          "end": {
                            "line": 284,
                            "column": 23
                          },
                          "identifierName": "cross2d"
                        },
                        "name": "cross2d"
                      },
                      "arguments": [
                        {
                          "type": "CallExpression",
                          "start": 10994,
                          "end": 11016,
                          "loc": {
                            "start": {
                              "line": 284,
                              "column": 24
                            },
                            "end": {
                              "line": 284,
                              "column": 46
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 10994,
                            "end": 11010,
                            "loc": {
                              "start": {
                                "line": 284,
                                "column": 24
                              },
                              "end": {
                                "line": 284,
                                "column": 40
                              }
                            },
                            "object": {
                              "type": "CallExpression",
                              "start": 10994,
                              "end": 11006,
                              "loc": {
                                "start": {
                                  "line": 284,
                                  "column": 24
                                },
                                "end": {
                                  "line": 284,
                                  "column": 36
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 10994,
                                "end": 11004,
                                "loc": {
                                  "start": {
                                    "line": 284,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 284,
                                    "column": 34
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 10994,
                                  "end": 10998,
                                  "loc": {
                                    "start": {
                                      "line": 284,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 284,
                                      "column": 28
                                    },
                                    "identifierName": "pntB"
                                  },
                                  "name": "pntB"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 10999,
                                  "end": 11004,
                                  "loc": {
                                    "start": {
                                      "line": 284,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 284,
                                      "column": 34
                                    },
                                    "identifierName": "clone"
                                  },
                                  "name": "clone"
                                },
                                "computed": false
                              },
                              "arguments": []
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 11007,
                              "end": 11010,
                              "loc": {
                                "start": {
                                  "line": 284,
                                  "column": 37
                                },
                                "end": {
                                  "line": 284,
                                  "column": 40
                                },
                                "identifierName": "sub"
                              },
                              "name": "sub"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 11011,
                              "end": 11015,
                              "loc": {
                                "start": {
                                  "line": 284,
                                  "column": 41
                                },
                                "end": {
                                  "line": 284,
                                  "column": 45
                                },
                                "identifierName": "pntA"
                              },
                              "name": "pntA"
                            }
                          ]
                        },
                        {
                          "type": "Identifier",
                          "start": 11018,
                          "end": 11022,
                          "loc": {
                            "start": {
                              "line": 284,
                              "column": 48
                            },
                            "end": {
                              "line": 284,
                              "column": 52
                            },
                            "identifierName": "dirA"
                          },
                          "name": "dirA"
                        }
                      ]
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "VariableDeclaration",
                "start": 11029,
                "end": 11054,
                "loc": {
                  "start": {
                    "line": 285,
                    "column": 4
                  },
                  "end": {
                    "line": 285,
                    "column": 29
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 11033,
                    "end": 11053,
                    "loc": {
                      "start": {
                        "line": 285,
                        "column": 8
                      },
                      "end": {
                        "line": 285,
                        "column": 28
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 11033,
                      "end": 11039,
                      "loc": {
                        "start": {
                          "line": 285,
                          "column": 8
                        },
                        "end": {
                          "line": 285,
                          "column": 14
                        },
                        "identifierName": "paramA"
                      },
                      "name": "paramA"
                    },
                    "init": {
                      "type": "BinaryExpression",
                      "start": 11042,
                      "end": 11053,
                      "loc": {
                        "start": {
                          "line": 285,
                          "column": 17
                        },
                        "end": {
                          "line": 285,
                          "column": 28
                        }
                      },
                      "left": {
                        "type": "Identifier",
                        "start": 11042,
                        "end": 11047,
                        "loc": {
                          "start": {
                            "line": 285,
                            "column": 17
                          },
                          "end": {
                            "line": 285,
                            "column": 22
                          },
                          "identifierName": "BmAxQ"
                        },
                        "name": "BmAxQ"
                      },
                      "operator": "/",
                      "right": {
                        "type": "Identifier",
                        "start": 11050,
                        "end": 11053,
                        "loc": {
                          "start": {
                            "line": 285,
                            "column": 25
                          },
                          "end": {
                            "line": 285,
                            "column": 28
                          },
                          "identifierName": "PxQ"
                        },
                        "name": "PxQ"
                      }
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "VariableDeclaration",
                "start": 11059,
                "end": 11084,
                "loc": {
                  "start": {
                    "line": 286,
                    "column": 4
                  },
                  "end": {
                    "line": 286,
                    "column": 29
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 11063,
                    "end": 11083,
                    "loc": {
                      "start": {
                        "line": 286,
                        "column": 8
                      },
                      "end": {
                        "line": 286,
                        "column": 28
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 11063,
                      "end": 11069,
                      "loc": {
                        "start": {
                          "line": 286,
                          "column": 8
                        },
                        "end": {
                          "line": 286,
                          "column": 14
                        },
                        "identifierName": "paramB"
                      },
                      "name": "paramB"
                    },
                    "init": {
                      "type": "BinaryExpression",
                      "start": 11072,
                      "end": 11083,
                      "loc": {
                        "start": {
                          "line": 286,
                          "column": 17
                        },
                        "end": {
                          "line": 286,
                          "column": 28
                        }
                      },
                      "left": {
                        "type": "Identifier",
                        "start": 11072,
                        "end": 11077,
                        "loc": {
                          "start": {
                            "line": 286,
                            "column": 17
                          },
                          "end": {
                            "line": 286,
                            "column": 22
                          },
                          "identifierName": "BmAxP"
                        },
                        "name": "BmAxP"
                      },
                      "operator": "/",
                      "right": {
                        "type": "Identifier",
                        "start": 11080,
                        "end": 11083,
                        "loc": {
                          "start": {
                            "line": 286,
                            "column": 25
                          },
                          "end": {
                            "line": 286,
                            "column": 28
                          },
                          "identifierName": "PxQ"
                        },
                        "name": "PxQ"
                      }
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "VariableDeclaration",
                "start": 11089,
                "end": 11149,
                "loc": {
                  "start": {
                    "line": 287,
                    "column": 4
                  },
                  "end": {
                    "line": 287,
                    "column": 64
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 11093,
                    "end": 11148,
                    "loc": {
                      "start": {
                        "line": 287,
                        "column": 8
                      },
                      "end": {
                        "line": 287,
                        "column": 63
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 11093,
                      "end": 11100,
                      "loc": {
                        "start": {
                          "line": 287,
                          "column": 8
                        },
                        "end": {
                          "line": 287,
                          "column": 15
                        },
                        "identifierName": "intersA"
                      },
                      "name": "intersA"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 11103,
                      "end": 11148,
                      "loc": {
                        "start": {
                          "line": 287,
                          "column": 18
                        },
                        "end": {
                          "line": 287,
                          "column": 63
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 11103,
                        "end": 11142,
                        "loc": {
                          "start": {
                            "line": 287,
                            "column": 18
                          },
                          "end": {
                            "line": 287,
                            "column": 57
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 11103,
                          "end": 11138,
                          "loc": {
                            "start": {
                              "line": 287,
                              "column": 18
                            },
                            "end": {
                              "line": 287,
                              "column": 53
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 11103,
                            "end": 11130,
                            "loc": {
                              "start": {
                                "line": 287,
                                "column": 18
                              },
                              "end": {
                                "line": 287,
                                "column": 45
                              }
                            },
                            "object": {
                              "type": "CallExpression",
                              "start": 11103,
                              "end": 11115,
                              "loc": {
                                "start": {
                                  "line": 287,
                                  "column": 18
                                },
                                "end": {
                                  "line": 287,
                                  "column": 30
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 11103,
                                "end": 11113,
                                "loc": {
                                  "start": {
                                    "line": 287,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 287,
                                    "column": 28
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 11103,
                                  "end": 11107,
                                  "loc": {
                                    "start": {
                                      "line": 287,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 287,
                                      "column": 22
                                    },
                                    "identifierName": "dirA"
                                  },
                                  "name": "dirA"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 11108,
                                  "end": 11113,
                                  "loc": {
                                    "start": {
                                      "line": 287,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 287,
                                      "column": 28
                                    },
                                    "identifierName": "clone"
                                  },
                                  "name": "clone"
                                },
                                "computed": false
                              },
                              "arguments": []
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 11116,
                              "end": 11130,
                              "loc": {
                                "start": {
                                  "line": 287,
                                  "column": 31
                                },
                                "end": {
                                  "line": 287,
                                  "column": 45
                                },
                                "identifierName": "multiplyScalar"
                              },
                              "name": "multiplyScalar"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 11131,
                              "end": 11137,
                              "loc": {
                                "start": {
                                  "line": 287,
                                  "column": 46
                                },
                                "end": {
                                  "line": 287,
                                  "column": 52
                                },
                                "identifierName": "paramA"
                              },
                              "name": "paramA"
                            }
                          ]
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 11139,
                          "end": 11142,
                          "loc": {
                            "start": {
                              "line": 287,
                              "column": 54
                            },
                            "end": {
                              "line": 287,
                              "column": 57
                            },
                            "identifierName": "add"
                          },
                          "name": "add"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 11143,
                          "end": 11147,
                          "loc": {
                            "start": {
                              "line": 287,
                              "column": 58
                            },
                            "end": {
                              "line": 287,
                              "column": 62
                            },
                            "identifierName": "pntA"
                          },
                          "name": "pntA"
                        }
                      ]
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "VariableDeclaration",
                "start": 11154,
                "end": 11214,
                "loc": {
                  "start": {
                    "line": 288,
                    "column": 4
                  },
                  "end": {
                    "line": 288,
                    "column": 64
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 11158,
                    "end": 11213,
                    "loc": {
                      "start": {
                        "line": 288,
                        "column": 8
                      },
                      "end": {
                        "line": 288,
                        "column": 63
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 11158,
                      "end": 11165,
                      "loc": {
                        "start": {
                          "line": 288,
                          "column": 8
                        },
                        "end": {
                          "line": 288,
                          "column": 15
                        },
                        "identifierName": "intersB"
                      },
                      "name": "intersB"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 11168,
                      "end": 11213,
                      "loc": {
                        "start": {
                          "line": 288,
                          "column": 18
                        },
                        "end": {
                          "line": 288,
                          "column": 63
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 11168,
                        "end": 11207,
                        "loc": {
                          "start": {
                            "line": 288,
                            "column": 18
                          },
                          "end": {
                            "line": 288,
                            "column": 57
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 11168,
                          "end": 11203,
                          "loc": {
                            "start": {
                              "line": 288,
                              "column": 18
                            },
                            "end": {
                              "line": 288,
                              "column": 53
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 11168,
                            "end": 11195,
                            "loc": {
                              "start": {
                                "line": 288,
                                "column": 18
                              },
                              "end": {
                                "line": 288,
                                "column": 45
                              }
                            },
                            "object": {
                              "type": "CallExpression",
                              "start": 11168,
                              "end": 11180,
                              "loc": {
                                "start": {
                                  "line": 288,
                                  "column": 18
                                },
                                "end": {
                                  "line": 288,
                                  "column": 30
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 11168,
                                "end": 11178,
                                "loc": {
                                  "start": {
                                    "line": 288,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 288,
                                    "column": 28
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 11168,
                                  "end": 11172,
                                  "loc": {
                                    "start": {
                                      "line": 288,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 288,
                                      "column": 22
                                    },
                                    "identifierName": "dirB"
                                  },
                                  "name": "dirB"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 11173,
                                  "end": 11178,
                                  "loc": {
                                    "start": {
                                      "line": 288,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 288,
                                      "column": 28
                                    },
                                    "identifierName": "clone"
                                  },
                                  "name": "clone"
                                },
                                "computed": false
                              },
                              "arguments": []
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 11181,
                              "end": 11195,
                              "loc": {
                                "start": {
                                  "line": 288,
                                  "column": 31
                                },
                                "end": {
                                  "line": 288,
                                  "column": 45
                                },
                                "identifierName": "multiplyScalar"
                              },
                              "name": "multiplyScalar"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 11196,
                              "end": 11202,
                              "loc": {
                                "start": {
                                  "line": 288,
                                  "column": 46
                                },
                                "end": {
                                  "line": 288,
                                  "column": 52
                                },
                                "identifierName": "paramB"
                              },
                              "name": "paramB"
                            }
                          ]
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 11204,
                          "end": 11207,
                          "loc": {
                            "start": {
                              "line": 288,
                              "column": 54
                            },
                            "end": {
                              "line": 288,
                              "column": 57
                            },
                            "identifierName": "add"
                          },
                          "name": "add"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 11208,
                          "end": 11212,
                          "loc": {
                            "start": {
                              "line": 288,
                              "column": 58
                            },
                            "end": {
                              "line": 288,
                              "column": 62
                            },
                            "identifierName": "pntB"
                          },
                          "name": "pntB"
                        }
                      ]
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "VariableDeclaration",
                "start": 11219,
                "end": 11281,
                "loc": {
                  "start": {
                    "line": 289,
                    "column": 4
                  },
                  "end": {
                    "line": 289,
                    "column": 66
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 11223,
                    "end": 11280,
                    "loc": {
                      "start": {
                        "line": 289,
                        "column": 8
                      },
                      "end": {
                        "line": 289,
                        "column": 65
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 11223,
                      "end": 11229,
                      "loc": {
                        "start": {
                          "line": 289,
                          "column": 8
                        },
                        "end": {
                          "line": 289,
                          "column": 14
                        },
                        "identifierName": "inters"
                      },
                      "name": "inters"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 11232,
                      "end": 11280,
                      "loc": {
                        "start": {
                          "line": 289,
                          "column": 17
                        },
                        "end": {
                          "line": 289,
                          "column": 65
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 11232,
                        "end": 11275,
                        "loc": {
                          "start": {
                            "line": 289,
                            "column": 17
                          },
                          "end": {
                            "line": 289,
                            "column": 60
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 11232,
                          "end": 11260,
                          "loc": {
                            "start": {
                              "line": 289,
                              "column": 17
                            },
                            "end": {
                              "line": 289,
                              "column": 45
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 11232,
                            "end": 11251,
                            "loc": {
                              "start": {
                                "line": 289,
                                "column": 17
                              },
                              "end": {
                                "line": 289,
                                "column": 36
                              }
                            },
                            "object": {
                              "type": "CallExpression",
                              "start": 11232,
                              "end": 11247,
                              "loc": {
                                "start": {
                                  "line": 289,
                                  "column": 17
                                },
                                "end": {
                                  "line": 289,
                                  "column": 32
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 11232,
                                "end": 11245,
                                "loc": {
                                  "start": {
                                    "line": 289,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 289,
                                    "column": 30
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 11232,
                                  "end": 11239,
                                  "loc": {
                                    "start": {
                                      "line": 289,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 289,
                                      "column": 24
                                    },
                                    "identifierName": "intersA"
                                  },
                                  "name": "intersA"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 11240,
                                  "end": 11245,
                                  "loc": {
                                    "start": {
                                      "line": 289,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 289,
                                      "column": 30
                                    },
                                    "identifierName": "clone"
                                  },
                                  "name": "clone"
                                },
                                "computed": false
                              },
                              "arguments": []
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 11248,
                              "end": 11251,
                              "loc": {
                                "start": {
                                  "line": 289,
                                  "column": 33
                                },
                                "end": {
                                  "line": 289,
                                  "column": 36
                                },
                                "identifierName": "add"
                              },
                              "name": "add"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 11252,
                              "end": 11259,
                              "loc": {
                                "start": {
                                  "line": 289,
                                  "column": 37
                                },
                                "end": {
                                  "line": 289,
                                  "column": 44
                                },
                                "identifierName": "intersB"
                              },
                              "name": "intersB"
                            }
                          ]
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 11261,
                          "end": 11275,
                          "loc": {
                            "start": {
                              "line": 289,
                              "column": 46
                            },
                            "end": {
                              "line": 289,
                              "column": 60
                            },
                            "identifierName": "multiplyScalar"
                          },
                          "name": "multiplyScalar"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "NumericLiteral",
                          "start": 11276,
                          "end": 11279,
                          "loc": {
                            "start": {
                              "line": 289,
                              "column": 61
                            },
                            "end": {
                              "line": 289,
                              "column": 64
                            }
                          },
                          "extra": {
                            "rawValue": 0.5,
                            "raw": "0.5"
                          },
                          "value": 0.5
                        }
                      ]
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "ReturnStatement",
                "start": 11286,
                "end": 11300,
                "loc": {
                  "start": {
                    "line": 290,
                    "column": 4
                  },
                  "end": {
                    "line": 290,
                    "column": 18
                  }
                },
                "argument": {
                  "type": "Identifier",
                  "start": 11293,
                  "end": 11299,
                  "loc": {
                    "start": {
                      "line": 290,
                      "column": 11
                    },
                    "end": {
                      "line": 290,
                      "column": 17
                    },
                    "identifierName": "inters"
                  },
                  "name": "inters"
                }
              }
            ],
            "directives": [],
            "trailingComments": null
          },
          "leadingComments": [
            {
              "type": "CommentLine",
              "value": "returns intersection point of given two lines",
              "start": 10385,
              "end": 10432,
              "loc": {
                "start": {
                  "line": 272,
                  "column": 0
                },
                "end": {
                  "line": 272,
                  "column": 47
                }
              }
            },
            {
              "type": "CommentLine",
              "value": "if angularTolerance is set, then null is returned when lines are parallel",
              "start": 10433,
              "end": 10508,
              "loc": {
                "start": {
                  "line": 273,
                  "column": 0
                },
                "end": {
                  "line": 273,
                  "column": 75
                }
              }
            }
          ],
          "trailingComments": [
            {
              "type": "CommentLine",
              "value": " calculate a tangent of a line or an arc at a point as a normalized (possibly zero) vector",
              "start": 11304,
              "end": 11396,
              "loc": {
                "start": {
                  "line": 293,
                  "column": 0
                },
                "end": {
                  "line": 293,
                  "column": 92
                }
              }
            }
          ]
        },
        "leadingComments": [
          {
            "type": "CommentLine",
            "value": "returns intersection point of given two lines",
            "start": 10385,
            "end": 10432,
            "loc": {
              "start": {
                "line": 272,
                "column": 0
              },
              "end": {
                "line": 272,
                "column": 47
              }
            }
          },
          {
            "type": "CommentLine",
            "value": "if angularTolerance is set, then null is returned when lines are parallel",
            "start": 10433,
            "end": 10508,
            "loc": {
              "start": {
                "line": 273,
                "column": 0
              },
              "end": {
                "line": 273,
                "column": 75
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "CommentLine",
            "value": " calculate a tangent of a line or an arc at a point as a normalized (possibly zero) vector",
            "start": 11304,
            "end": 11396,
            "loc": {
              "start": {
                "line": 293,
                "column": 0
              },
              "end": {
                "line": 293,
                "column": 92
              }
            }
          }
        ]
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 11397,
        "end": 11815,
        "loc": {
          "start": {
            "line": 294,
            "column": 0
          },
          "end": {
            "line": 304,
            "column": 1
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "FunctionDeclaration",
          "start": 11404,
          "end": 11815,
          "loc": {
            "start": {
              "line": 294,
              "column": 7
            },
            "end": {
              "line": 304,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 11413,
            "end": 11423,
            "loc": {
              "start": {
                "line": 294,
                "column": 16
              },
              "end": {
                "line": 294,
                "column": 26
              },
              "identifierName": "getTangent"
            },
            "name": "getTangent",
            "leadingComments": null
          },
          "generator": false,
          "expression": false,
          "async": false,
          "params": [
            {
              "type": "Identifier",
              "start": 11424,
              "end": 11434,
              "loc": {
                "start": {
                  "line": 294,
                  "column": 27
                },
                "end": {
                  "line": 294,
                  "column": 37
                },
                "identifierName": "geomParams"
              },
              "name": "geomParams"
            },
            {
              "type": "Identifier",
              "start": 11436,
              "end": 11441,
              "loc": {
                "start": {
                  "line": 294,
                  "column": 39
                },
                "end": {
                  "line": 294,
                  "column": 44
                },
                "identifierName": "point"
              },
              "name": "point"
            }
          ],
          "body": {
            "type": "BlockStatement",
            "start": 11443,
            "end": 11815,
            "loc": {
              "start": {
                "line": 294,
                "column": 46
              },
              "end": {
                "line": 304,
                "column": 1
              }
            },
            "body": [
              {
                "type": "IfStatement",
                "start": 11449,
                "end": 11813,
                "loc": {
                  "start": {
                    "line": 295,
                    "column": 4
                  },
                  "end": {
                    "line": 303,
                    "column": 5
                  }
                },
                "test": {
                  "type": "MemberExpression",
                  "start": 11453,
                  "end": 11470,
                  "loc": {
                    "start": {
                      "line": 295,
                      "column": 8
                    },
                    "end": {
                      "line": 295,
                      "column": 25
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 11453,
                    "end": 11463,
                    "loc": {
                      "start": {
                        "line": 295,
                        "column": 8
                      },
                      "end": {
                        "line": 295,
                        "column": 18
                      },
                      "identifierName": "geomParams"
                    },
                    "name": "geomParams"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 11464,
                    "end": 11470,
                    "loc": {
                      "start": {
                        "line": 295,
                        "column": 19
                      },
                      "end": {
                        "line": 295,
                        "column": 25
                      },
                      "identifierName": "center"
                    },
                    "name": "center"
                  },
                  "computed": false
                },
                "consequent": {
                  "type": "BlockStatement",
                  "start": 11472,
                  "end": 11707,
                  "loc": {
                    "start": {
                      "line": 295,
                      "column": 27
                    },
                    "end": {
                      "line": 301,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 11482,
                      "end": 11546,
                      "loc": {
                        "start": {
                          "line": 296,
                          "column": 8
                        },
                        "end": {
                          "line": 296,
                          "column": 72
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 11488,
                          "end": 11545,
                          "loc": {
                            "start": {
                              "line": 296,
                              "column": 14
                            },
                            "end": {
                              "line": 296,
                              "column": 71
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 11488,
                            "end": 11494,
                            "loc": {
                              "start": {
                                "line": 296,
                                "column": 14
                              },
                              "end": {
                                "line": 296,
                                "column": 20
                              },
                              "identifierName": "radVec"
                            },
                            "name": "radVec"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 11497,
                            "end": 11545,
                            "loc": {
                              "start": {
                                "line": 296,
                                "column": 23
                              },
                              "end": {
                                "line": 296,
                                "column": 71
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 11497,
                              "end": 11543,
                              "loc": {
                                "start": {
                                  "line": 296,
                                  "column": 23
                                },
                                "end": {
                                  "line": 296,
                                  "column": 69
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 11497,
                                "end": 11533,
                                "loc": {
                                  "start": {
                                    "line": 296,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 296,
                                    "column": 59
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 11497,
                                  "end": 11514,
                                  "loc": {
                                    "start": {
                                      "line": 296,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 296,
                                      "column": 40
                                    }
                                  },
                                  "object": {
                                    "type": "CallExpression",
                                    "start": 11497,
                                    "end": 11510,
                                    "loc": {
                                      "start": {
                                        "line": 296,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 296,
                                        "column": 36
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 11497,
                                      "end": 11508,
                                      "loc": {
                                        "start": {
                                          "line": 296,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 296,
                                          "column": 34
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 11497,
                                        "end": 11502,
                                        "loc": {
                                          "start": {
                                            "line": 296,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 296,
                                            "column": 28
                                          },
                                          "identifierName": "point"
                                        },
                                        "name": "point"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 11503,
                                        "end": 11508,
                                        "loc": {
                                          "start": {
                                            "line": 296,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 296,
                                            "column": 34
                                          },
                                          "identifierName": "clone"
                                        },
                                        "name": "clone"
                                      },
                                      "computed": false
                                    },
                                    "arguments": []
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 11511,
                                    "end": 11514,
                                    "loc": {
                                      "start": {
                                        "line": 296,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 296,
                                        "column": 40
                                      },
                                      "identifierName": "sub"
                                    },
                                    "name": "sub"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "MemberExpression",
                                    "start": 11515,
                                    "end": 11532,
                                    "loc": {
                                      "start": {
                                        "line": 296,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 296,
                                        "column": 58
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 11515,
                                      "end": 11525,
                                      "loc": {
                                        "start": {
                                          "line": 296,
                                          "column": 41
                                        },
                                        "end": {
                                          "line": 296,
                                          "column": 51
                                        },
                                        "identifierName": "geomParams"
                                      },
                                      "name": "geomParams"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 11526,
                                      "end": 11532,
                                      "loc": {
                                        "start": {
                                          "line": 296,
                                          "column": 52
                                        },
                                        "end": {
                                          "line": 296,
                                          "column": 58
                                        },
                                        "identifierName": "center"
                                      },
                                      "name": "center"
                                    },
                                    "computed": false
                                  }
                                ]
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 11534,
                                "end": 11543,
                                "loc": {
                                  "start": {
                                    "line": 296,
                                    "column": 60
                                  },
                                  "end": {
                                    "line": 296,
                                    "column": 69
                                  },
                                  "identifierName": "normalize"
                                },
                                "name": "normalize"
                              },
                              "computed": false
                            },
                            "arguments": []
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 11555,
                      "end": 11613,
                      "loc": {
                        "start": {
                          "line": 297,
                          "column": 8
                        },
                        "end": {
                          "line": 297,
                          "column": 66
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 11561,
                          "end": 11612,
                          "loc": {
                            "start": {
                              "line": 297,
                              "column": 14
                            },
                            "end": {
                              "line": 297,
                              "column": 65
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 11561,
                            "end": 11568,
                            "loc": {
                              "start": {
                                "line": 297,
                                "column": 14
                              },
                              "end": {
                                "line": 297,
                                "column": 21
                              },
                              "identifierName": "tangVec"
                            },
                            "name": "tangVec"
                          },
                          "init": {
                            "type": "NewExpression",
                            "start": 11571,
                            "end": 11612,
                            "loc": {
                              "start": {
                                "line": 297,
                                "column": 24
                              },
                              "end": {
                                "line": 297,
                                "column": 65
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 11575,
                              "end": 11588,
                              "loc": {
                                "start": {
                                  "line": 297,
                                  "column": 28
                                },
                                "end": {
                                  "line": 297,
                                  "column": 41
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 11575,
                                "end": 11580,
                                "loc": {
                                  "start": {
                                    "line": 297,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 297,
                                    "column": 33
                                  },
                                  "identifierName": "THREE"
                                },
                                "name": "THREE"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 11581,
                                "end": 11588,
                                "loc": {
                                  "start": {
                                    "line": 297,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 297,
                                    "column": 41
                                  },
                                  "identifierName": "Vector3"
                                },
                                "name": "Vector3"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "UnaryExpression",
                                "start": 11589,
                                "end": 11598,
                                "loc": {
                                  "start": {
                                    "line": 297,
                                    "column": 42
                                  },
                                  "end": {
                                    "line": 297,
                                    "column": 51
                                  }
                                },
                                "operator": "-",
                                "prefix": true,
                                "argument": {
                                  "type": "MemberExpression",
                                  "start": 11590,
                                  "end": 11598,
                                  "loc": {
                                    "start": {
                                      "line": 297,
                                      "column": 43
                                    },
                                    "end": {
                                      "line": 297,
                                      "column": 51
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 11590,
                                    "end": 11596,
                                    "loc": {
                                      "start": {
                                        "line": 297,
                                        "column": 43
                                      },
                                      "end": {
                                        "line": 297,
                                        "column": 49
                                      },
                                      "identifierName": "radVec"
                                    },
                                    "name": "radVec"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 11597,
                                    "end": 11598,
                                    "loc": {
                                      "start": {
                                        "line": 297,
                                        "column": 50
                                      },
                                      "end": {
                                        "line": 297,
                                        "column": 51
                                      },
                                      "identifierName": "y"
                                    },
                                    "name": "y"
                                  },
                                  "computed": false
                                },
                                "extra": {
                                  "parenthesizedArgument": false
                                }
                              },
                              {
                                "type": "MemberExpression",
                                "start": 11600,
                                "end": 11608,
                                "loc": {
                                  "start": {
                                    "line": 297,
                                    "column": 53
                                  },
                                  "end": {
                                    "line": 297,
                                    "column": 61
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 11600,
                                  "end": 11606,
                                  "loc": {
                                    "start": {
                                      "line": 297,
                                      "column": 53
                                    },
                                    "end": {
                                      "line": 297,
                                      "column": 59
                                    },
                                    "identifierName": "radVec"
                                  },
                                  "name": "radVec"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 11607,
                                  "end": 11608,
                                  "loc": {
                                    "start": {
                                      "line": 297,
                                      "column": 60
                                    },
                                    "end": {
                                      "line": 297,
                                      "column": 61
                                    },
                                    "identifierName": "x"
                                  },
                                  "name": "x"
                                },
                                "computed": false
                              },
                              {
                                "type": "NumericLiteral",
                                "start": 11610,
                                "end": 11611,
                                "loc": {
                                  "start": {
                                    "line": 297,
                                    "column": 63
                                  },
                                  "end": {
                                    "line": 297,
                                    "column": 64
                                  }
                                },
                                "extra": {
                                  "rawValue": 0,
                                  "raw": "0"
                                },
                                "value": 0
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "IfStatement",
                      "start": 11622,
                      "end": 11677,
                      "loc": {
                        "start": {
                          "line": 298,
                          "column": 8
                        },
                        "end": {
                          "line": 299,
                          "column": 29
                        }
                      },
                      "test": {
                        "type": "MemberExpression",
                        "start": 11626,
                        "end": 11646,
                        "loc": {
                          "start": {
                            "line": 298,
                            "column": 12
                          },
                          "end": {
                            "line": 298,
                            "column": 32
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 11626,
                          "end": 11636,
                          "loc": {
                            "start": {
                              "line": 298,
                              "column": 12
                            },
                            "end": {
                              "line": 298,
                              "column": 22
                            },
                            "identifierName": "geomParams"
                          },
                          "name": "geomParams"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 11637,
                          "end": 11646,
                          "loc": {
                            "start": {
                              "line": 298,
                              "column": 23
                            },
                            "end": {
                              "line": 298,
                              "column": 32
                            },
                            "identifierName": "clockwise"
                          },
                          "name": "clockwise"
                        },
                        "computed": false
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 11660,
                        "end": 11677,
                        "loc": {
                          "start": {
                            "line": 299,
                            "column": 12
                          },
                          "end": {
                            "line": 299,
                            "column": 29
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 11660,
                          "end": 11676,
                          "loc": {
                            "start": {
                              "line": 299,
                              "column": 12
                            },
                            "end": {
                              "line": 299,
                              "column": 28
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 11660,
                            "end": 11674,
                            "loc": {
                              "start": {
                                "line": 299,
                                "column": 12
                              },
                              "end": {
                                "line": 299,
                                "column": 26
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 11660,
                              "end": 11667,
                              "loc": {
                                "start": {
                                  "line": 299,
                                  "column": 12
                                },
                                "end": {
                                  "line": 299,
                                  "column": 19
                                },
                                "identifierName": "tangVec"
                              },
                              "name": "tangVec"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 11668,
                              "end": 11674,
                              "loc": {
                                "start": {
                                  "line": 299,
                                  "column": 20
                                },
                                "end": {
                                  "line": 299,
                                  "column": 26
                                },
                                "identifierName": "negate"
                              },
                              "name": "negate"
                            },
                            "computed": false
                          },
                          "arguments": []
                        }
                      },
                      "alternate": null
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 11686,
                      "end": 11701,
                      "loc": {
                        "start": {
                          "line": 300,
                          "column": 8
                        },
                        "end": {
                          "line": 300,
                          "column": 23
                        }
                      },
                      "argument": {
                        "type": "Identifier",
                        "start": 11693,
                        "end": 11700,
                        "loc": {
                          "start": {
                            "line": 300,
                            "column": 15
                          },
                          "end": {
                            "line": 300,
                            "column": 22
                          },
                          "identifierName": "tangVec"
                        },
                        "name": "tangVec"
                      }
                    }
                  ],
                  "directives": []
                },
                "alternate": {
                  "type": "IfStatement",
                  "start": 11713,
                  "end": 11813,
                  "loc": {
                    "start": {
                      "line": 301,
                      "column": 11
                    },
                    "end": {
                      "line": 303,
                      "column": 5
                    }
                  },
                  "test": {
                    "type": "MemberExpression",
                    "start": 11717,
                    "end": 11731,
                    "loc": {
                      "start": {
                        "line": 301,
                        "column": 15
                      },
                      "end": {
                        "line": 301,
                        "column": 29
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 11717,
                      "end": 11727,
                      "loc": {
                        "start": {
                          "line": 301,
                          "column": 15
                        },
                        "end": {
                          "line": 301,
                          "column": 25
                        },
                        "identifierName": "geomParams"
                      },
                      "name": "geomParams"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 11728,
                      "end": 11731,
                      "loc": {
                        "start": {
                          "line": 301,
                          "column": 26
                        },
                        "end": {
                          "line": 301,
                          "column": 29
                        },
                        "identifierName": "end"
                      },
                      "name": "end"
                    },
                    "computed": false
                  },
                  "consequent": {
                    "type": "BlockStatement",
                    "start": 11733,
                    "end": 11813,
                    "loc": {
                      "start": {
                        "line": 301,
                        "column": 31
                      },
                      "end": {
                        "line": 303,
                        "column": 5
                      }
                    },
                    "body": [
                      {
                        "type": "ReturnStatement",
                        "start": 11743,
                        "end": 11807,
                        "loc": {
                          "start": {
                            "line": 302,
                            "column": 8
                          },
                          "end": {
                            "line": 302,
                            "column": 72
                          }
                        },
                        "argument": {
                          "type": "CallExpression",
                          "start": 11750,
                          "end": 11806,
                          "loc": {
                            "start": {
                              "line": 302,
                              "column": 15
                            },
                            "end": {
                              "line": 302,
                              "column": 71
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 11750,
                            "end": 11804,
                            "loc": {
                              "start": {
                                "line": 302,
                                "column": 15
                              },
                              "end": {
                                "line": 302,
                                "column": 69
                              }
                            },
                            "object": {
                              "type": "CallExpression",
                              "start": 11750,
                              "end": 11794,
                              "loc": {
                                "start": {
                                  "line": 302,
                                  "column": 15
                                },
                                "end": {
                                  "line": 302,
                                  "column": 59
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 11750,
                                "end": 11776,
                                "loc": {
                                  "start": {
                                    "line": 302,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 302,
                                    "column": 41
                                  }
                                },
                                "object": {
                                  "type": "CallExpression",
                                  "start": 11750,
                                  "end": 11772,
                                  "loc": {
                                    "start": {
                                      "line": 302,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 302,
                                      "column": 37
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 11750,
                                    "end": 11770,
                                    "loc": {
                                      "start": {
                                        "line": 302,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 302,
                                        "column": 35
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 11750,
                                      "end": 11764,
                                      "loc": {
                                        "start": {
                                          "line": 302,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 302,
                                          "column": 29
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 11750,
                                        "end": 11760,
                                        "loc": {
                                          "start": {
                                            "line": 302,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 302,
                                            "column": 25
                                          },
                                          "identifierName": "geomParams"
                                        },
                                        "name": "geomParams"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 11761,
                                        "end": 11764,
                                        "loc": {
                                          "start": {
                                            "line": 302,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 302,
                                            "column": 29
                                          },
                                          "identifierName": "end"
                                        },
                                        "name": "end"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 11765,
                                      "end": 11770,
                                      "loc": {
                                        "start": {
                                          "line": 302,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 302,
                                          "column": 35
                                        },
                                        "identifierName": "clone"
                                      },
                                      "name": "clone"
                                    },
                                    "computed": false
                                  },
                                  "arguments": []
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 11773,
                                  "end": 11776,
                                  "loc": {
                                    "start": {
                                      "line": 302,
                                      "column": 38
                                    },
                                    "end": {
                                      "line": 302,
                                      "column": 41
                                    },
                                    "identifierName": "sub"
                                  },
                                  "name": "sub"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "MemberExpression",
                                  "start": 11777,
                                  "end": 11793,
                                  "loc": {
                                    "start": {
                                      "line": 302,
                                      "column": 42
                                    },
                                    "end": {
                                      "line": 302,
                                      "column": 58
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 11777,
                                    "end": 11787,
                                    "loc": {
                                      "start": {
                                        "line": 302,
                                        "column": 42
                                      },
                                      "end": {
                                        "line": 302,
                                        "column": 52
                                      },
                                      "identifierName": "geomParams"
                                    },
                                    "name": "geomParams"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 11788,
                                    "end": 11793,
                                    "loc": {
                                      "start": {
                                        "line": 302,
                                        "column": 53
                                      },
                                      "end": {
                                        "line": 302,
                                        "column": 58
                                      },
                                      "identifierName": "start"
                                    },
                                    "name": "start"
                                  },
                                  "computed": false
                                }
                              ]
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 11795,
                              "end": 11804,
                              "loc": {
                                "start": {
                                  "line": 302,
                                  "column": 60
                                },
                                "end": {
                                  "line": 302,
                                  "column": 69
                                },
                                "identifierName": "normalize"
                              },
                              "name": "normalize"
                            },
                            "computed": false
                          },
                          "arguments": []
                        }
                      }
                    ],
                    "directives": []
                  },
                  "alternate": null
                }
              }
            ],
            "directives": [],
            "trailingComments": null
          },
          "leadingComments": [
            {
              "type": "CommentLine",
              "value": " calculate a tangent of a line or an arc at a point as a normalized (possibly zero) vector",
              "start": 11304,
              "end": 11396,
              "loc": {
                "start": {
                  "line": 293,
                  "column": 0
                },
                "end": {
                  "line": 293,
                  "column": 92
                }
              }
            }
          ],
          "trailingComments": [
            {
              "type": "CommentLine",
              "value": " modify geomParams inplace to represent movement of a subObject by the displacement",
              "start": 11817,
              "end": 11902,
              "loc": {
                "start": {
                  "line": 306,
                  "column": 0
                },
                "end": {
                  "line": 306,
                  "column": 85
                }
              }
            },
            {
              "type": "CommentLine",
              "value": " subType can be either 'start', 'end', 'center' or '' (for object itself)",
              "start": 11903,
              "end": 11978,
              "loc": {
                "start": {
                  "line": 307,
                  "column": 0
                },
                "end": {
                  "line": 307,
                  "column": 75
                }
              }
            }
          ]
        },
        "leadingComments": [
          {
            "type": "CommentLine",
            "value": " calculate a tangent of a line or an arc at a point as a normalized (possibly zero) vector",
            "start": 11304,
            "end": 11396,
            "loc": {
              "start": {
                "line": 293,
                "column": 0
              },
              "end": {
                "line": 293,
                "column": 92
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "CommentLine",
            "value": " modify geomParams inplace to represent movement of a subObject by the displacement",
            "start": 11817,
            "end": 11902,
            "loc": {
              "start": {
                "line": 306,
                "column": 0
              },
              "end": {
                "line": 306,
                "column": 85
              }
            }
          },
          {
            "type": "CommentLine",
            "value": " subType can be either 'start', 'end', 'center' or '' (for object itself)",
            "start": 11903,
            "end": 11978,
            "loc": {
              "start": {
                "line": 307,
                "column": 0
              },
              "end": {
                "line": 307,
                "column": 75
              }
            }
          }
        ]
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 11979,
        "end": 13668,
        "loc": {
          "start": {
            "line": 308,
            "column": 0
          },
          "end": {
            "line": 345,
            "column": 1
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "FunctionDeclaration",
          "start": 11986,
          "end": 13668,
          "loc": {
            "start": {
              "line": 308,
              "column": 7
            },
            "end": {
              "line": 345,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 11995,
            "end": 11999,
            "loc": {
              "start": {
                "line": 308,
                "column": 16
              },
              "end": {
                "line": 308,
                "column": 20
              },
              "identifierName": "move"
            },
            "name": "move",
            "leadingComments": null
          },
          "generator": false,
          "expression": false,
          "async": false,
          "params": [
            {
              "type": "Identifier",
              "start": 12000,
              "end": 12010,
              "loc": {
                "start": {
                  "line": 308,
                  "column": 21
                },
                "end": {
                  "line": 308,
                  "column": 31
                },
                "identifierName": "geomParams"
              },
              "name": "geomParams"
            },
            {
              "type": "Identifier",
              "start": 12012,
              "end": 12019,
              "loc": {
                "start": {
                  "line": 308,
                  "column": 33
                },
                "end": {
                  "line": 308,
                  "column": 40
                },
                "identifierName": "subType"
              },
              "name": "subType"
            },
            {
              "type": "Identifier",
              "start": 12021,
              "end": 12033,
              "loc": {
                "start": {
                  "line": 308,
                  "column": 42
                },
                "end": {
                  "line": 308,
                  "column": 54
                },
                "identifierName": "displacement"
              },
              "name": "displacement"
            }
          ],
          "body": {
            "type": "BlockStatement",
            "start": 12035,
            "end": 13668,
            "loc": {
              "start": {
                "line": 308,
                "column": 56
              },
              "end": {
                "line": 345,
                "column": 1
              }
            },
            "body": [
              {
                "type": "SwitchStatement",
                "start": 12041,
                "end": 13643,
                "loc": {
                  "start": {
                    "line": 309,
                    "column": 4
                  },
                  "end": {
                    "line": 343,
                    "column": 5
                  }
                },
                "discriminant": {
                  "type": "Identifier",
                  "start": 12049,
                  "end": 12056,
                  "loc": {
                    "start": {
                      "line": 309,
                      "column": 12
                    },
                    "end": {
                      "line": 309,
                      "column": 19
                    },
                    "identifierName": "subType"
                  },
                  "name": "subType"
                },
                "cases": [
                  {
                    "type": "SwitchCase",
                    "start": 12068,
                    "end": 12119,
                    "loc": {
                      "start": {
                        "line": 310,
                        "column": 8
                      },
                      "end": {
                        "line": 311,
                        "column": 37
                      }
                    },
                    "consequent": [
                      {
                        "type": "ExpressionStatement",
                        "start": 12094,
                        "end": 12119,
                        "loc": {
                          "start": {
                            "line": 311,
                            "column": 12
                          },
                          "end": {
                            "line": 311,
                            "column": 37
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 12094,
                          "end": 12118,
                          "loc": {
                            "start": {
                              "line": 311,
                              "column": 12
                            },
                            "end": {
                              "line": 311,
                              "column": 36
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 12094,
                            "end": 12106,
                            "loc": {
                              "start": {
                                "line": 311,
                                "column": 12
                              },
                              "end": {
                                "line": 311,
                                "column": 24
                              },
                              "identifierName": "reverseCurve"
                            },
                            "name": "reverseCurve"
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 12107,
                              "end": 12117,
                              "loc": {
                                "start": {
                                  "line": 311,
                                  "column": 25
                                },
                                "end": {
                                  "line": 311,
                                  "column": 35
                                },
                                "identifierName": "geomParams"
                              },
                              "name": "geomParams"
                            }
                          ]
                        },
                        "trailingComments": null
                      }
                    ],
                    "test": {
                      "type": "StringLiteral",
                      "start": 12073,
                      "end": 12080,
                      "loc": {
                        "start": {
                          "line": 310,
                          "column": 13
                        },
                        "end": {
                          "line": 310,
                          "column": 20
                        }
                      },
                      "extra": {
                        "rawValue": "start",
                        "raw": "'start'"
                      },
                      "value": "start"
                    },
                    "trailingComments": [
                      {
                        "type": "CommentLine",
                        "value": " fallthrough",
                        "start": 12132,
                        "end": 12146,
                        "loc": {
                          "start": {
                            "line": 312,
                            "column": 12
                          },
                          "end": {
                            "line": 312,
                            "column": 26
                          }
                        }
                      }
                    ]
                  },
                  {
                    "type": "SwitchCase",
                    "start": 12155,
                    "end": 12872,
                    "loc": {
                      "start": {
                        "line": 313,
                        "column": 8
                      },
                      "end": {
                        "line": 327,
                        "column": 18
                      }
                    },
                    "consequent": [
                      {
                        "type": "ExpressionStatement",
                        "start": 12179,
                        "end": 12212,
                        "loc": {
                          "start": {
                            "line": 314,
                            "column": 12
                          },
                          "end": {
                            "line": 314,
                            "column": 45
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 12179,
                          "end": 12211,
                          "loc": {
                            "start": {
                              "line": 314,
                              "column": 12
                            },
                            "end": {
                              "line": 314,
                              "column": 44
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 12179,
                            "end": 12197,
                            "loc": {
                              "start": {
                                "line": 314,
                                "column": 12
                              },
                              "end": {
                                "line": 314,
                                "column": 30
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 12179,
                              "end": 12193,
                              "loc": {
                                "start": {
                                  "line": 314,
                                  "column": 12
                                },
                                "end": {
                                  "line": 314,
                                  "column": 26
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 12179,
                                "end": 12189,
                                "loc": {
                                  "start": {
                                    "line": 314,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 314,
                                    "column": 22
                                  },
                                  "identifierName": "geomParams"
                                },
                                "name": "geomParams"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 12190,
                                "end": 12193,
                                "loc": {
                                  "start": {
                                    "line": 314,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 314,
                                    "column": 26
                                  },
                                  "identifierName": "end"
                                },
                                "name": "end"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 12194,
                              "end": 12197,
                              "loc": {
                                "start": {
                                  "line": 314,
                                  "column": 27
                                },
                                "end": {
                                  "line": 314,
                                  "column": 30
                                },
                                "identifierName": "add"
                              },
                              "name": "add"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 12198,
                              "end": 12210,
                              "loc": {
                                "start": {
                                  "line": 314,
                                  "column": 31
                                },
                                "end": {
                                  "line": 314,
                                  "column": 43
                                },
                                "identifierName": "displacement"
                              },
                              "name": "displacement"
                            }
                          ]
                        }
                      },
                      {
                        "type": "IfStatement",
                        "start": 12225,
                        "end": 12774,
                        "loc": {
                          "start": {
                            "line": 315,
                            "column": 12
                          },
                          "end": {
                            "line": 324,
                            "column": 13
                          }
                        },
                        "test": {
                          "type": "MemberExpression",
                          "start": 12229,
                          "end": 12246,
                          "loc": {
                            "start": {
                              "line": 315,
                              "column": 16
                            },
                            "end": {
                              "line": 315,
                              "column": 33
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 12229,
                            "end": 12239,
                            "loc": {
                              "start": {
                                "line": 315,
                                "column": 16
                              },
                              "end": {
                                "line": 315,
                                "column": 26
                              },
                              "identifierName": "geomParams"
                            },
                            "name": "geomParams"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 12240,
                            "end": 12246,
                            "loc": {
                              "start": {
                                "line": 315,
                                "column": 27
                              },
                              "end": {
                                "line": 315,
                                "column": 33
                              },
                              "identifierName": "center"
                            },
                            "name": "center"
                          },
                          "computed": false
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 12248,
                          "end": 12774,
                          "loc": {
                            "start": {
                              "line": 315,
                              "column": 35
                            },
                            "end": {
                              "line": 324,
                              "column": 13
                            }
                          },
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "start": 12266,
                              "end": 12323,
                              "loc": {
                                "start": {
                                  "line": 316,
                                  "column": 16
                                },
                                "end": {
                                  "line": 316,
                                  "column": 73
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 12272,
                                  "end": 12322,
                                  "loc": {
                                    "start": {
                                      "line": 316,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 316,
                                      "column": 72
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 12272,
                                    "end": 12279,
                                    "loc": {
                                      "start": {
                                        "line": 316,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 316,
                                        "column": 29
                                      },
                                      "identifierName": "tangent"
                                    },
                                    "name": "tangent"
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "start": 12282,
                                    "end": 12322,
                                    "loc": {
                                      "start": {
                                        "line": 316,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 316,
                                        "column": 72
                                      }
                                    },
                                    "callee": {
                                      "type": "Identifier",
                                      "start": 12282,
                                      "end": 12292,
                                      "loc": {
                                        "start": {
                                          "line": 316,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 316,
                                          "column": 42
                                        },
                                        "identifierName": "getTangent"
                                      },
                                      "name": "getTangent"
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 12293,
                                        "end": 12303,
                                        "loc": {
                                          "start": {
                                            "line": 316,
                                            "column": 43
                                          },
                                          "end": {
                                            "line": 316,
                                            "column": 53
                                          },
                                          "identifierName": "geomParams"
                                        },
                                        "name": "geomParams"
                                      },
                                      {
                                        "type": "MemberExpression",
                                        "start": 12305,
                                        "end": 12321,
                                        "loc": {
                                          "start": {
                                            "line": 316,
                                            "column": 55
                                          },
                                          "end": {
                                            "line": 316,
                                            "column": 71
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 12305,
                                          "end": 12315,
                                          "loc": {
                                            "start": {
                                              "line": 316,
                                              "column": 55
                                            },
                                            "end": {
                                              "line": 316,
                                              "column": 65
                                            },
                                            "identifierName": "geomParams"
                                          },
                                          "name": "geomParams"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 12316,
                                          "end": 12321,
                                          "loc": {
                                            "start": {
                                              "line": 316,
                                              "column": 66
                                            },
                                            "end": {
                                              "line": 316,
                                              "column": 71
                                            },
                                            "identifierName": "start"
                                          },
                                          "name": "start"
                                        },
                                        "computed": false
                                      }
                                    ]
                                  }
                                }
                              ],
                              "kind": "const"
                            },
                            {
                              "type": "IfStatement",
                              "start": 12340,
                              "end": 12427,
                              "loc": {
                                "start": {
                                  "line": 317,
                                  "column": 16
                                },
                                "end": {
                                  "line": 318,
                                  "column": 41
                                }
                              },
                              "test": {
                                "type": "BinaryExpression",
                                "start": 12344,
                                "end": 12368,
                                "loc": {
                                  "start": {
                                    "line": 317,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 317,
                                    "column": 44
                                  }
                                },
                                "left": {
                                  "type": "CallExpression",
                                  "start": 12344,
                                  "end": 12362,
                                  "loc": {
                                    "start": {
                                      "line": 317,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 317,
                                      "column": 38
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 12344,
                                    "end": 12360,
                                    "loc": {
                                      "start": {
                                        "line": 317,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 317,
                                        "column": 36
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 12344,
                                      "end": 12351,
                                      "loc": {
                                        "start": {
                                          "line": 317,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 317,
                                          "column": 27
                                        },
                                        "identifierName": "tangent"
                                      },
                                      "name": "tangent"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 12352,
                                      "end": 12360,
                                      "loc": {
                                        "start": {
                                          "line": 317,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 317,
                                          "column": 36
                                        },
                                        "identifierName": "lengthSq"
                                      },
                                      "name": "lengthSq"
                                    },
                                    "computed": false
                                  },
                                  "arguments": []
                                },
                                "operator": "===",
                                "right": {
                                  "type": "NumericLiteral",
                                  "start": 12367,
                                  "end": 12368,
                                  "loc": {
                                    "start": {
                                      "line": 317,
                                      "column": 43
                                    },
                                    "end": {
                                      "line": 317,
                                      "column": 44
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 0,
                                    "raw": "0"
                                  },
                                  "value": 0
                                }
                              },
                              "consequent": {
                                "type": "ExpressionStatement",
                                "start": 12406,
                                "end": 12427,
                                "loc": {
                                  "start": {
                                    "line": 318,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 318,
                                    "column": 41
                                  }
                                },
                                "expression": {
                                  "type": "CallExpression",
                                  "start": 12406,
                                  "end": 12426,
                                  "loc": {
                                    "start": {
                                      "line": 318,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 318,
                                      "column": 40
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 12406,
                                    "end": 12417,
                                    "loc": {
                                      "start": {
                                        "line": 318,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 318,
                                        "column": 31
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 12406,
                                      "end": 12413,
                                      "loc": {
                                        "start": {
                                          "line": 318,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 318,
                                          "column": 27
                                        },
                                        "identifierName": "tangent"
                                      },
                                      "name": "tangent",
                                      "leadingComments": null
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 12414,
                                      "end": 12417,
                                      "loc": {
                                        "start": {
                                          "line": 318,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 318,
                                          "column": 31
                                        },
                                        "identifierName": "set"
                                      },
                                      "name": "set"
                                    },
                                    "computed": false,
                                    "leadingComments": null
                                  },
                                  "arguments": [
                                    {
                                      "type": "NumericLiteral",
                                      "start": 12418,
                                      "end": 12419,
                                      "loc": {
                                        "start": {
                                          "line": 318,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 318,
                                          "column": 33
                                        }
                                      },
                                      "extra": {
                                        "rawValue": 1,
                                        "raw": "1"
                                      },
                                      "value": 1
                                    },
                                    {
                                      "type": "NumericLiteral",
                                      "start": 12421,
                                      "end": 12422,
                                      "loc": {
                                        "start": {
                                          "line": 318,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 318,
                                          "column": 36
                                        }
                                      },
                                      "extra": {
                                        "rawValue": 0,
                                        "raw": "0"
                                      },
                                      "value": 0
                                    },
                                    {
                                      "type": "NumericLiteral",
                                      "start": 12424,
                                      "end": 12425,
                                      "loc": {
                                        "start": {
                                          "line": 318,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 318,
                                          "column": 39
                                        }
                                      },
                                      "extra": {
                                        "rawValue": 0,
                                        "raw": "0"
                                      },
                                      "value": 0
                                    }
                                  ],
                                  "leadingComments": null
                                },
                                "leadingComments": [
                                  {
                                    "type": "CommentLine",
                                    "value": " singular arc",
                                    "start": 12370,
                                    "end": 12385,
                                    "loc": {
                                      "start": {
                                        "line": 317,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 317,
                                        "column": 61
                                      }
                                    }
                                  }
                                ]
                              },
                              "alternate": null
                            },
                            {
                              "type": "VariableDeclaration",
                              "start": 12444,
                              "end": 12521,
                              "loc": {
                                "start": {
                                  "line": 319,
                                  "column": 16
                                },
                                "end": {
                                  "line": 319,
                                  "column": 93
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 12450,
                                  "end": 12520,
                                  "loc": {
                                    "start": {
                                      "line": 319,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 319,
                                      "column": 92
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 12450,
                                    "end": 12459,
                                    "loc": {
                                      "start": {
                                        "line": 319,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 319,
                                        "column": 31
                                      },
                                      "identifierName": "newParams"
                                    },
                                    "name": "newParams"
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "start": 12462,
                                    "end": 12520,
                                    "loc": {
                                      "start": {
                                        "line": 319,
                                        "column": 34
                                      },
                                      "end": {
                                        "line": 319,
                                        "column": 92
                                      }
                                    },
                                    "callee": {
                                      "type": "Identifier",
                                      "start": 12462,
                                      "end": 12477,
                                      "loc": {
                                        "start": {
                                          "line": 319,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 319,
                                          "column": 49
                                        },
                                        "identifierName": "drawArcBy_S_T_E"
                                      },
                                      "name": "drawArcBy_S_T_E"
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 12478,
                                        "end": 12494,
                                        "loc": {
                                          "start": {
                                            "line": 319,
                                            "column": 50
                                          },
                                          "end": {
                                            "line": 319,
                                            "column": 66
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 12478,
                                          "end": 12488,
                                          "loc": {
                                            "start": {
                                              "line": 319,
                                              "column": 50
                                            },
                                            "end": {
                                              "line": 319,
                                              "column": 60
                                            },
                                            "identifierName": "geomParams"
                                          },
                                          "name": "geomParams"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 12489,
                                          "end": 12494,
                                          "loc": {
                                            "start": {
                                              "line": 319,
                                              "column": 61
                                            },
                                            "end": {
                                              "line": 319,
                                              "column": 66
                                            },
                                            "identifierName": "start"
                                          },
                                          "name": "start"
                                        },
                                        "computed": false
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 12496,
                                        "end": 12503,
                                        "loc": {
                                          "start": {
                                            "line": 319,
                                            "column": 68
                                          },
                                          "end": {
                                            "line": 319,
                                            "column": 75
                                          },
                                          "identifierName": "tangent"
                                        },
                                        "name": "tangent"
                                      },
                                      {
                                        "type": "MemberExpression",
                                        "start": 12505,
                                        "end": 12519,
                                        "loc": {
                                          "start": {
                                            "line": 319,
                                            "column": 77
                                          },
                                          "end": {
                                            "line": 319,
                                            "column": 91
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 12505,
                                          "end": 12515,
                                          "loc": {
                                            "start": {
                                              "line": 319,
                                              "column": 77
                                            },
                                            "end": {
                                              "line": 319,
                                              "column": 87
                                            },
                                            "identifierName": "geomParams"
                                          },
                                          "name": "geomParams"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 12516,
                                          "end": 12519,
                                          "loc": {
                                            "start": {
                                              "line": 319,
                                              "column": 88
                                            },
                                            "end": {
                                              "line": 319,
                                              "column": 91
                                            },
                                            "identifierName": "end"
                                          },
                                          "name": "end"
                                        },
                                        "computed": false
                                      }
                                    ]
                                  }
                                }
                              ],
                              "kind": "const"
                            },
                            {
                              "type": "IfStatement",
                              "start": 12538,
                              "end": 12760,
                              "loc": {
                                "start": {
                                  "line": 320,
                                  "column": 16
                                },
                                "end": {
                                  "line": 323,
                                  "column": 17
                                }
                              },
                              "test": {
                                "type": "MemberExpression",
                                "start": 12542,
                                "end": 12558,
                                "loc": {
                                  "start": {
                                    "line": 320,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 320,
                                    "column": 36
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 12542,
                                  "end": 12551,
                                  "loc": {
                                    "start": {
                                      "line": 320,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 320,
                                      "column": 29
                                    },
                                    "identifierName": "newParams"
                                  },
                                  "name": "newParams"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 12552,
                                  "end": 12558,
                                  "loc": {
                                    "start": {
                                      "line": 320,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 320,
                                      "column": 36
                                    },
                                    "identifierName": "center"
                                  },
                                  "name": "center"
                                },
                                "computed": false
                              },
                              "consequent": {
                                "type": "BlockStatement",
                                "start": 12560,
                                "end": 12760,
                                "loc": {
                                  "start": {
                                    "line": 320,
                                    "column": 38
                                  },
                                  "end": {
                                    "line": 323,
                                    "column": 17
                                  }
                                },
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 12617,
                                    "end": 12654,
                                    "loc": {
                                      "start": {
                                        "line": 321,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 321,
                                        "column": 57
                                      }
                                    },
                                    "expression": {
                                      "type": "CallExpression",
                                      "start": 12617,
                                      "end": 12653,
                                      "loc": {
                                        "start": {
                                          "line": 321,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 321,
                                          "column": 56
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 12617,
                                        "end": 12630,
                                        "loc": {
                                          "start": {
                                            "line": 321,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 321,
                                            "column": 33
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 12617,
                                          "end": 12623,
                                          "loc": {
                                            "start": {
                                              "line": 321,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 321,
                                              "column": 26
                                            },
                                            "identifierName": "Object"
                                          },
                                          "name": "Object",
                                          "leadingComments": null
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 12624,
                                          "end": 12630,
                                          "loc": {
                                            "start": {
                                              "line": 321,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 321,
                                              "column": 33
                                            },
                                            "identifierName": "assign"
                                          },
                                          "name": "assign"
                                        },
                                        "computed": false,
                                        "leadingComments": null
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 12631,
                                          "end": 12641,
                                          "loc": {
                                            "start": {
                                              "line": 321,
                                              "column": 34
                                            },
                                            "end": {
                                              "line": 321,
                                              "column": 44
                                            },
                                            "identifierName": "geomParams"
                                          },
                                          "name": "geomParams"
                                        },
                                        {
                                          "type": "Identifier",
                                          "start": 12643,
                                          "end": 12652,
                                          "loc": {
                                            "start": {
                                              "line": 321,
                                              "column": 46
                                            },
                                            "end": {
                                              "line": 321,
                                              "column": 55
                                            },
                                            "identifierName": "newParams"
                                          },
                                          "name": "newParams"
                                        }
                                      ],
                                      "leadingComments": null
                                    },
                                    "leadingComments": [
                                      {
                                        "type": "CommentLine",
                                        "value": " only if the arc is still an arc",
                                        "start": 12562,
                                        "end": 12596,
                                        "loc": {
                                          "start": {
                                            "line": 320,
                                            "column": 40
                                          },
                                          "end": {
                                            "line": 320,
                                            "column": 74
                                          }
                                        }
                                      }
                                    ]
                                  },
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 12675,
                                    "end": 12742,
                                    "loc": {
                                      "start": {
                                        "line": 322,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 322,
                                        "column": 87
                                      }
                                    },
                                    "expression": {
                                      "type": "AssignmentExpression",
                                      "start": 12675,
                                      "end": 12741,
                                      "loc": {
                                        "start": {
                                          "line": 322,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 322,
                                          "column": 86
                                        }
                                      },
                                      "operator": "=",
                                      "left": {
                                        "type": "MemberExpression",
                                        "start": 12675,
                                        "end": 12692,
                                        "loc": {
                                          "start": {
                                            "line": 322,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 322,
                                            "column": 37
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 12675,
                                          "end": 12685,
                                          "loc": {
                                            "start": {
                                              "line": 322,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 322,
                                              "column": 30
                                            },
                                            "identifierName": "geomParams"
                                          },
                                          "name": "geomParams"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 12686,
                                          "end": 12692,
                                          "loc": {
                                            "start": {
                                              "line": 322,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 322,
                                              "column": 37
                                            },
                                            "identifierName": "radius"
                                          },
                                          "name": "radius"
                                        },
                                        "computed": false
                                      },
                                      "right": {
                                        "type": "CallExpression",
                                        "start": 12695,
                                        "end": 12741,
                                        "loc": {
                                          "start": {
                                            "line": 322,
                                            "column": 40
                                          },
                                          "end": {
                                            "line": 322,
                                            "column": 86
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 12695,
                                          "end": 12723,
                                          "loc": {
                                            "start": {
                                              "line": 322,
                                              "column": 40
                                            },
                                            "end": {
                                              "line": 322,
                                              "column": 68
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 12695,
                                            "end": 12712,
                                            "loc": {
                                              "start": {
                                                "line": 322,
                                                "column": 40
                                              },
                                              "end": {
                                                "line": 322,
                                                "column": 57
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 12695,
                                              "end": 12705,
                                              "loc": {
                                                "start": {
                                                  "line": 322,
                                                  "column": 40
                                                },
                                                "end": {
                                                  "line": 322,
                                                  "column": 50
                                                },
                                                "identifierName": "geomParams"
                                              },
                                              "name": "geomParams"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 12706,
                                              "end": 12712,
                                              "loc": {
                                                "start": {
                                                  "line": 322,
                                                  "column": 51
                                                },
                                                "end": {
                                                  "line": 322,
                                                  "column": 57
                                                },
                                                "identifierName": "center"
                                              },
                                              "name": "center"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 12713,
                                            "end": 12723,
                                            "loc": {
                                              "start": {
                                                "line": 322,
                                                "column": 58
                                              },
                                              "end": {
                                                "line": 322,
                                                "column": 68
                                              },
                                              "identifierName": "distanceTo"
                                            },
                                            "name": "distanceTo"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "start": 12724,
                                            "end": 12740,
                                            "loc": {
                                              "start": {
                                                "line": 322,
                                                "column": 69
                                              },
                                              "end": {
                                                "line": 322,
                                                "column": 85
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 12724,
                                              "end": 12734,
                                              "loc": {
                                                "start": {
                                                  "line": 322,
                                                  "column": 69
                                                },
                                                "end": {
                                                  "line": 322,
                                                  "column": 79
                                                },
                                                "identifierName": "geomParams"
                                              },
                                              "name": "geomParams"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 12735,
                                              "end": 12740,
                                              "loc": {
                                                "start": {
                                                  "line": 322,
                                                  "column": 80
                                                },
                                                "end": {
                                                  "line": 322,
                                                  "column": 85
                                                },
                                                "identifierName": "start"
                                              },
                                              "name": "start"
                                            },
                                            "computed": false
                                          }
                                        ]
                                      }
                                    }
                                  }
                                ],
                                "directives": []
                              },
                              "alternate": null
                            }
                          ],
                          "directives": []
                        },
                        "alternate": null
                      },
                      {
                        "type": "IfStatement",
                        "start": 12787,
                        "end": 12853,
                        "loc": {
                          "start": {
                            "line": 325,
                            "column": 12
                          },
                          "end": {
                            "line": 326,
                            "column": 41
                          }
                        },
                        "test": {
                          "type": "BinaryExpression",
                          "start": 12791,
                          "end": 12810,
                          "loc": {
                            "start": {
                              "line": 325,
                              "column": 16
                            },
                            "end": {
                              "line": 325,
                              "column": 35
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 12791,
                            "end": 12798,
                            "loc": {
                              "start": {
                                "line": 325,
                                "column": 16
                              },
                              "end": {
                                "line": 325,
                                "column": 23
                              },
                              "identifierName": "subType"
                            },
                            "name": "subType"
                          },
                          "operator": "===",
                          "right": {
                            "type": "StringLiteral",
                            "start": 12803,
                            "end": 12810,
                            "loc": {
                              "start": {
                                "line": 325,
                                "column": 28
                              },
                              "end": {
                                "line": 325,
                                "column": 35
                              }
                            },
                            "extra": {
                              "rawValue": "start",
                              "raw": "'start'"
                            },
                            "value": "start"
                          }
                        },
                        "consequent": {
                          "type": "ExpressionStatement",
                          "start": 12828,
                          "end": 12853,
                          "loc": {
                            "start": {
                              "line": 326,
                              "column": 16
                            },
                            "end": {
                              "line": 326,
                              "column": 41
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 12828,
                            "end": 12852,
                            "loc": {
                              "start": {
                                "line": 326,
                                "column": 16
                              },
                              "end": {
                                "line": 326,
                                "column": 40
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 12828,
                              "end": 12840,
                              "loc": {
                                "start": {
                                  "line": 326,
                                  "column": 16
                                },
                                "end": {
                                  "line": 326,
                                  "column": 28
                                },
                                "identifierName": "reverseCurve"
                              },
                              "name": "reverseCurve"
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 12841,
                                "end": 12851,
                                "loc": {
                                  "start": {
                                    "line": 326,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 326,
                                    "column": 39
                                  },
                                  "identifierName": "geomParams"
                                },
                                "name": "geomParams"
                              }
                            ]
                          }
                        },
                        "alternate": null
                      },
                      {
                        "type": "BreakStatement",
                        "start": 12866,
                        "end": 12872,
                        "loc": {
                          "start": {
                            "line": 327,
                            "column": 12
                          },
                          "end": {
                            "line": 327,
                            "column": 18
                          }
                        },
                        "label": null
                      }
                    ],
                    "test": {
                      "type": "StringLiteral",
                      "start": 12160,
                      "end": 12165,
                      "loc": {
                        "start": {
                          "line": 313,
                          "column": 13
                        },
                        "end": {
                          "line": 313,
                          "column": 18
                        }
                      },
                      "extra": {
                        "rawValue": "end",
                        "raw": "'end'"
                      },
                      "value": "end",
                      "leadingComments": null
                    },
                    "leadingComments": [
                      {
                        "type": "CommentLine",
                        "value": " fallthrough",
                        "start": 12132,
                        "end": 12146,
                        "loc": {
                          "start": {
                            "line": 312,
                            "column": 12
                          },
                          "end": {
                            "line": 312,
                            "column": 26
                          }
                        }
                      }
                    ]
                  },
                  {
                    "type": "SwitchCase",
                    "start": 12881,
                    "end": 13345,
                    "loc": {
                      "start": {
                        "line": 328,
                        "column": 8
                      },
                      "end": {
                        "line": 334,
                        "column": 18
                      }
                    },
                    "consequent": [
                      {
                        "type": "VariableDeclaration",
                        "start": 12979,
                        "end": 13056,
                        "loc": {
                          "start": {
                            "line": 330,
                            "column": 12
                          },
                          "end": {
                            "line": 330,
                            "column": 89
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 12985,
                            "end": 13055,
                            "loc": {
                              "start": {
                                "line": 330,
                                "column": 18
                              },
                              "end": {
                                "line": 330,
                                "column": 88
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 12985,
                              "end": 12988,
                              "loc": {
                                "start": {
                                  "line": 330,
                                  "column": 18
                                },
                                "end": {
                                  "line": 330,
                                  "column": 21
                                },
                                "identifierName": "mid"
                              },
                              "name": "mid",
                              "leadingComments": null
                            },
                            "init": {
                              "type": "CallExpression",
                              "start": 12991,
                              "end": 13055,
                              "loc": {
                                "start": {
                                  "line": 330,
                                  "column": 24
                                },
                                "end": {
                                  "line": 330,
                                  "column": 88
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 12991,
                                "end": 13050,
                                "loc": {
                                  "start": {
                                    "line": 330,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 330,
                                    "column": 83
                                  }
                                },
                                "object": {
                                  "type": "CallExpression",
                                  "start": 12991,
                                  "end": 13035,
                                  "loc": {
                                    "start": {
                                      "line": 330,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 330,
                                      "column": 68
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 12991,
                                    "end": 13017,
                                    "loc": {
                                      "start": {
                                        "line": 330,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 330,
                                        "column": 50
                                      }
                                    },
                                    "object": {
                                      "type": "CallExpression",
                                      "start": 12991,
                                      "end": 13013,
                                      "loc": {
                                        "start": {
                                          "line": 330,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 330,
                                          "column": 46
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 12991,
                                        "end": 13011,
                                        "loc": {
                                          "start": {
                                            "line": 330,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 330,
                                            "column": 44
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 12991,
                                          "end": 13005,
                                          "loc": {
                                            "start": {
                                              "line": 330,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 330,
                                              "column": 38
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 12991,
                                            "end": 13001,
                                            "loc": {
                                              "start": {
                                                "line": 330,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 330,
                                                "column": 34
                                              },
                                              "identifierName": "geomParams"
                                            },
                                            "name": "geomParams"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 13002,
                                            "end": 13005,
                                            "loc": {
                                              "start": {
                                                "line": 330,
                                                "column": 35
                                              },
                                              "end": {
                                                "line": 330,
                                                "column": 38
                                              },
                                              "identifierName": "end"
                                            },
                                            "name": "end"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 13006,
                                          "end": 13011,
                                          "loc": {
                                            "start": {
                                              "line": 330,
                                              "column": 39
                                            },
                                            "end": {
                                              "line": 330,
                                              "column": 44
                                            },
                                            "identifierName": "clone"
                                          },
                                          "name": "clone"
                                        },
                                        "computed": false
                                      },
                                      "arguments": []
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 13014,
                                      "end": 13017,
                                      "loc": {
                                        "start": {
                                          "line": 330,
                                          "column": 47
                                        },
                                        "end": {
                                          "line": 330,
                                          "column": 50
                                        },
                                        "identifierName": "add"
                                      },
                                      "name": "add"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "MemberExpression",
                                      "start": 13018,
                                      "end": 13034,
                                      "loc": {
                                        "start": {
                                          "line": 330,
                                          "column": 51
                                        },
                                        "end": {
                                          "line": 330,
                                          "column": 67
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 13018,
                                        "end": 13028,
                                        "loc": {
                                          "start": {
                                            "line": 330,
                                            "column": 51
                                          },
                                          "end": {
                                            "line": 330,
                                            "column": 61
                                          },
                                          "identifierName": "geomParams"
                                        },
                                        "name": "geomParams"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 13029,
                                        "end": 13034,
                                        "loc": {
                                          "start": {
                                            "line": 330,
                                            "column": 62
                                          },
                                          "end": {
                                            "line": 330,
                                            "column": 67
                                          },
                                          "identifierName": "start"
                                        },
                                        "name": "start"
                                      },
                                      "computed": false
                                    }
                                  ]
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 13036,
                                  "end": 13050,
                                  "loc": {
                                    "start": {
                                      "line": 330,
                                      "column": 69
                                    },
                                    "end": {
                                      "line": 330,
                                      "column": 83
                                    },
                                    "identifierName": "multiplyScalar"
                                  },
                                  "name": "multiplyScalar"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "NumericLiteral",
                                  "start": 13051,
                                  "end": 13054,
                                  "loc": {
                                    "start": {
                                      "line": 330,
                                      "column": 84
                                    },
                                    "end": {
                                      "line": 330,
                                      "column": 87
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 0.5,
                                    "raw": "0.5"
                                  },
                                  "value": 0.5
                                }
                              ]
                            },
                            "leadingComments": null
                          }
                        ],
                        "kind": "const",
                        "leadingComments": [
                          {
                            "type": "CommentLine",
                            "value": " center point must stay on the middle perpendicular line",
                            "start": 12908,
                            "end": 12966,
                            "loc": {
                              "start": {
                                "line": 329,
                                "column": 12
                              },
                              "end": {
                                "line": 329,
                                "column": 70
                              }
                            }
                          }
                        ]
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 13069,
                        "end": 13126,
                        "loc": {
                          "start": {
                            "line": 331,
                            "column": 12
                          },
                          "end": {
                            "line": 331,
                            "column": 69
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 13075,
                            "end": 13125,
                            "loc": {
                              "start": {
                                "line": 331,
                                "column": 18
                              },
                              "end": {
                                "line": 331,
                                "column": 68
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 13075,
                              "end": 13078,
                              "loc": {
                                "start": {
                                  "line": 331,
                                  "column": 18
                                },
                                "end": {
                                  "line": 331,
                                  "column": 21
                                },
                                "identifierName": "dir"
                              },
                              "name": "dir"
                            },
                            "init": {
                              "type": "CallExpression",
                              "start": 13081,
                              "end": 13125,
                              "loc": {
                                "start": {
                                  "line": 331,
                                  "column": 24
                                },
                                "end": {
                                  "line": 331,
                                  "column": 68
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 13081,
                                "end": 13107,
                                "loc": {
                                  "start": {
                                    "line": 331,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 331,
                                    "column": 50
                                  }
                                },
                                "object": {
                                  "type": "CallExpression",
                                  "start": 13081,
                                  "end": 13103,
                                  "loc": {
                                    "start": {
                                      "line": 331,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 331,
                                      "column": 46
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 13081,
                                    "end": 13101,
                                    "loc": {
                                      "start": {
                                        "line": 331,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 331,
                                        "column": 44
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 13081,
                                      "end": 13095,
                                      "loc": {
                                        "start": {
                                          "line": 331,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 331,
                                          "column": 38
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 13081,
                                        "end": 13091,
                                        "loc": {
                                          "start": {
                                            "line": 331,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 331,
                                            "column": 34
                                          },
                                          "identifierName": "geomParams"
                                        },
                                        "name": "geomParams"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 13092,
                                        "end": 13095,
                                        "loc": {
                                          "start": {
                                            "line": 331,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 331,
                                            "column": 38
                                          },
                                          "identifierName": "end"
                                        },
                                        "name": "end"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 13096,
                                      "end": 13101,
                                      "loc": {
                                        "start": {
                                          "line": 331,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 331,
                                          "column": 44
                                        },
                                        "identifierName": "clone"
                                      },
                                      "name": "clone"
                                    },
                                    "computed": false
                                  },
                                  "arguments": []
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 13104,
                                  "end": 13107,
                                  "loc": {
                                    "start": {
                                      "line": 331,
                                      "column": 47
                                    },
                                    "end": {
                                      "line": 331,
                                      "column": 50
                                    },
                                    "identifierName": "sub"
                                  },
                                  "name": "sub"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "MemberExpression",
                                  "start": 13108,
                                  "end": 13124,
                                  "loc": {
                                    "start": {
                                      "line": 331,
                                      "column": 51
                                    },
                                    "end": {
                                      "line": 331,
                                      "column": 67
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 13108,
                                    "end": 13118,
                                    "loc": {
                                      "start": {
                                        "line": 331,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 331,
                                        "column": 61
                                      },
                                      "identifierName": "geomParams"
                                    },
                                    "name": "geomParams"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 13119,
                                    "end": 13124,
                                    "loc": {
                                      "start": {
                                        "line": 331,
                                        "column": 62
                                      },
                                      "end": {
                                        "line": 331,
                                        "column": 67
                                      },
                                      "identifierName": "start"
                                    },
                                    "name": "start"
                                  },
                                  "computed": false
                                }
                              ]
                            }
                          }
                        ],
                        "kind": "const"
                      },
                      {
                        "type": "ExpressionStatement",
                        "start": 13139,
                        "end": 13246,
                        "loc": {
                          "start": {
                            "line": 332,
                            "column": 12
                          },
                          "end": {
                            "line": 332,
                            "column": 119
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 13139,
                          "end": 13245,
                          "loc": {
                            "start": {
                              "line": 332,
                              "column": 12
                            },
                            "end": {
                              "line": 332,
                              "column": 118
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 13139,
                            "end": 13240,
                            "loc": {
                              "start": {
                                "line": 332,
                                "column": 12
                              },
                              "end": {
                                "line": 332,
                                "column": 113
                              }
                            },
                            "object": {
                              "type": "CallExpression",
                              "start": 13139,
                              "end": 13236,
                              "loc": {
                                "start": {
                                  "line": 332,
                                  "column": 12
                                },
                                "end": {
                                  "line": 332,
                                  "column": 109
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 13139,
                                "end": 13199,
                                "loc": {
                                  "start": {
                                    "line": 332,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 332,
                                    "column": 72
                                  }
                                },
                                "object": {
                                  "type": "CallExpression",
                                  "start": 13139,
                                  "end": 13183,
                                  "loc": {
                                    "start": {
                                      "line": 332,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 332,
                                      "column": 56
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 13139,
                                    "end": 13178,
                                    "loc": {
                                      "start": {
                                        "line": 332,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 332,
                                        "column": 51
                                      }
                                    },
                                    "object": {
                                      "type": "CallExpression",
                                      "start": 13139,
                                      "end": 13174,
                                      "loc": {
                                        "start": {
                                          "line": 332,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 332,
                                          "column": 47
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 13139,
                                        "end": 13160,
                                        "loc": {
                                          "start": {
                                            "line": 332,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 332,
                                            "column": 33
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 13139,
                                          "end": 13156,
                                          "loc": {
                                            "start": {
                                              "line": 332,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 332,
                                              "column": 29
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 13139,
                                            "end": 13149,
                                            "loc": {
                                              "start": {
                                                "line": 332,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 332,
                                                "column": 22
                                              },
                                              "identifierName": "geomParams"
                                            },
                                            "name": "geomParams"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 13150,
                                            "end": 13156,
                                            "loc": {
                                              "start": {
                                                "line": 332,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 332,
                                                "column": 29
                                              },
                                              "identifierName": "center"
                                            },
                                            "name": "center"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 13157,
                                          "end": 13160,
                                          "loc": {
                                            "start": {
                                              "line": 332,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 332,
                                              "column": 33
                                            },
                                            "identifierName": "add"
                                          },
                                          "name": "add"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 13161,
                                          "end": 13173,
                                          "loc": {
                                            "start": {
                                              "line": 332,
                                              "column": 34
                                            },
                                            "end": {
                                              "line": 332,
                                              "column": 46
                                            },
                                            "identifierName": "displacement"
                                          },
                                          "name": "displacement"
                                        }
                                      ]
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 13175,
                                      "end": 13178,
                                      "loc": {
                                        "start": {
                                          "line": 332,
                                          "column": 48
                                        },
                                        "end": {
                                          "line": 332,
                                          "column": 51
                                        },
                                        "identifierName": "sub"
                                      },
                                      "name": "sub"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 13179,
                                      "end": 13182,
                                      "loc": {
                                        "start": {
                                          "line": 332,
                                          "column": 52
                                        },
                                        "end": {
                                          "line": 332,
                                          "column": 55
                                        },
                                        "identifierName": "mid"
                                      },
                                      "name": "mid"
                                    }
                                  ]
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 13184,
                                  "end": 13199,
                                  "loc": {
                                    "start": {
                                      "line": 332,
                                      "column": 57
                                    },
                                    "end": {
                                      "line": 332,
                                      "column": 72
                                    },
                                    "identifierName": "projectOnVector"
                                  },
                                  "name": "projectOnVector"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "NewExpression",
                                  "start": 13200,
                                  "end": 13235,
                                  "loc": {
                                    "start": {
                                      "line": 332,
                                      "column": 73
                                    },
                                    "end": {
                                      "line": 332,
                                      "column": 108
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 13204,
                                    "end": 13217,
                                    "loc": {
                                      "start": {
                                        "line": 332,
                                        "column": 77
                                      },
                                      "end": {
                                        "line": 332,
                                        "column": 90
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 13204,
                                      "end": 13209,
                                      "loc": {
                                        "start": {
                                          "line": 332,
                                          "column": 77
                                        },
                                        "end": {
                                          "line": 332,
                                          "column": 82
                                        },
                                        "identifierName": "THREE"
                                      },
                                      "name": "THREE"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 13210,
                                      "end": 13217,
                                      "loc": {
                                        "start": {
                                          "line": 332,
                                          "column": 83
                                        },
                                        "end": {
                                          "line": 332,
                                          "column": 90
                                        },
                                        "identifierName": "Vector3"
                                      },
                                      "name": "Vector3"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "UnaryExpression",
                                      "start": 13218,
                                      "end": 13224,
                                      "loc": {
                                        "start": {
                                          "line": 332,
                                          "column": 91
                                        },
                                        "end": {
                                          "line": 332,
                                          "column": 97
                                        }
                                      },
                                      "operator": "-",
                                      "prefix": true,
                                      "argument": {
                                        "type": "MemberExpression",
                                        "start": 13219,
                                        "end": 13224,
                                        "loc": {
                                          "start": {
                                            "line": 332,
                                            "column": 92
                                          },
                                          "end": {
                                            "line": 332,
                                            "column": 97
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 13219,
                                          "end": 13222,
                                          "loc": {
                                            "start": {
                                              "line": 332,
                                              "column": 92
                                            },
                                            "end": {
                                              "line": 332,
                                              "column": 95
                                            },
                                            "identifierName": "dir"
                                          },
                                          "name": "dir"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 13223,
                                          "end": 13224,
                                          "loc": {
                                            "start": {
                                              "line": 332,
                                              "column": 96
                                            },
                                            "end": {
                                              "line": 332,
                                              "column": 97
                                            },
                                            "identifierName": "y"
                                          },
                                          "name": "y"
                                        },
                                        "computed": false
                                      },
                                      "extra": {
                                        "parenthesizedArgument": false
                                      }
                                    },
                                    {
                                      "type": "MemberExpression",
                                      "start": 13226,
                                      "end": 13231,
                                      "loc": {
                                        "start": {
                                          "line": 332,
                                          "column": 99
                                        },
                                        "end": {
                                          "line": 332,
                                          "column": 104
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 13226,
                                        "end": 13229,
                                        "loc": {
                                          "start": {
                                            "line": 332,
                                            "column": 99
                                          },
                                          "end": {
                                            "line": 332,
                                            "column": 102
                                          },
                                          "identifierName": "dir"
                                        },
                                        "name": "dir"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 13230,
                                        "end": 13231,
                                        "loc": {
                                          "start": {
                                            "line": 332,
                                            "column": 103
                                          },
                                          "end": {
                                            "line": 332,
                                            "column": 104
                                          },
                                          "identifierName": "x"
                                        },
                                        "name": "x"
                                      },
                                      "computed": false
                                    },
                                    {
                                      "type": "NumericLiteral",
                                      "start": 13233,
                                      "end": 13234,
                                      "loc": {
                                        "start": {
                                          "line": 332,
                                          "column": 106
                                        },
                                        "end": {
                                          "line": 332,
                                          "column": 107
                                        }
                                      },
                                      "extra": {
                                        "rawValue": 0,
                                        "raw": "0"
                                      },
                                      "value": 0
                                    }
                                  ]
                                }
                              ]
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 13237,
                              "end": 13240,
                              "loc": {
                                "start": {
                                  "line": 332,
                                  "column": 110
                                },
                                "end": {
                                  "line": 332,
                                  "column": 113
                                },
                                "identifierName": "add"
                              },
                              "name": "add"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 13241,
                              "end": 13244,
                              "loc": {
                                "start": {
                                  "line": 332,
                                  "column": 114
                                },
                                "end": {
                                  "line": 332,
                                  "column": 117
                                },
                                "identifierName": "mid"
                              },
                              "name": "mid"
                            }
                          ]
                        }
                      },
                      {
                        "type": "ExpressionStatement",
                        "start": 13259,
                        "end": 13326,
                        "loc": {
                          "start": {
                            "line": 333,
                            "column": 12
                          },
                          "end": {
                            "line": 333,
                            "column": 79
                          }
                        },
                        "expression": {
                          "type": "AssignmentExpression",
                          "start": 13259,
                          "end": 13325,
                          "loc": {
                            "start": {
                              "line": 333,
                              "column": 12
                            },
                            "end": {
                              "line": 333,
                              "column": 78
                            }
                          },
                          "operator": "=",
                          "left": {
                            "type": "MemberExpression",
                            "start": 13259,
                            "end": 13276,
                            "loc": {
                              "start": {
                                "line": 333,
                                "column": 12
                              },
                              "end": {
                                "line": 333,
                                "column": 29
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 13259,
                              "end": 13269,
                              "loc": {
                                "start": {
                                  "line": 333,
                                  "column": 12
                                },
                                "end": {
                                  "line": 333,
                                  "column": 22
                                },
                                "identifierName": "geomParams"
                              },
                              "name": "geomParams"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 13270,
                              "end": 13276,
                              "loc": {
                                "start": {
                                  "line": 333,
                                  "column": 23
                                },
                                "end": {
                                  "line": 333,
                                  "column": 29
                                },
                                "identifierName": "radius"
                              },
                              "name": "radius"
                            },
                            "computed": false
                          },
                          "right": {
                            "type": "CallExpression",
                            "start": 13279,
                            "end": 13325,
                            "loc": {
                              "start": {
                                "line": 333,
                                "column": 32
                              },
                              "end": {
                                "line": 333,
                                "column": 78
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 13279,
                              "end": 13307,
                              "loc": {
                                "start": {
                                  "line": 333,
                                  "column": 32
                                },
                                "end": {
                                  "line": 333,
                                  "column": 60
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 13279,
                                "end": 13296,
                                "loc": {
                                  "start": {
                                    "line": 333,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 333,
                                    "column": 49
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 13279,
                                  "end": 13289,
                                  "loc": {
                                    "start": {
                                      "line": 333,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 333,
                                      "column": 42
                                    },
                                    "identifierName": "geomParams"
                                  },
                                  "name": "geomParams"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 13290,
                                  "end": 13296,
                                  "loc": {
                                    "start": {
                                      "line": 333,
                                      "column": 43
                                    },
                                    "end": {
                                      "line": 333,
                                      "column": 49
                                    },
                                    "identifierName": "center"
                                  },
                                  "name": "center"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 13297,
                                "end": 13307,
                                "loc": {
                                  "start": {
                                    "line": 333,
                                    "column": 50
                                  },
                                  "end": {
                                    "line": 333,
                                    "column": 60
                                  },
                                  "identifierName": "distanceTo"
                                },
                                "name": "distanceTo"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 13308,
                                "end": 13324,
                                "loc": {
                                  "start": {
                                    "line": 333,
                                    "column": 61
                                  },
                                  "end": {
                                    "line": 333,
                                    "column": 77
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 13308,
                                  "end": 13318,
                                  "loc": {
                                    "start": {
                                      "line": 333,
                                      "column": 61
                                    },
                                    "end": {
                                      "line": 333,
                                      "column": 71
                                    },
                                    "identifierName": "geomParams"
                                  },
                                  "name": "geomParams"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 13319,
                                  "end": 13324,
                                  "loc": {
                                    "start": {
                                      "line": 333,
                                      "column": 72
                                    },
                                    "end": {
                                      "line": 333,
                                      "column": 77
                                    },
                                    "identifierName": "start"
                                  },
                                  "name": "start"
                                },
                                "computed": false
                              }
                            ]
                          }
                        }
                      },
                      {
                        "type": "BreakStatement",
                        "start": 13339,
                        "end": 13345,
                        "loc": {
                          "start": {
                            "line": 334,
                            "column": 12
                          },
                          "end": {
                            "line": 334,
                            "column": 18
                          }
                        },
                        "label": null
                      }
                    ],
                    "test": {
                      "type": "StringLiteral",
                      "start": 12886,
                      "end": 12894,
                      "loc": {
                        "start": {
                          "line": 328,
                          "column": 13
                        },
                        "end": {
                          "line": 328,
                          "column": 21
                        }
                      },
                      "extra": {
                        "rawValue": "center",
                        "raw": "'center'"
                      },
                      "value": "center"
                    }
                  },
                  {
                    "type": "SwitchCase",
                    "start": 13354,
                    "end": 13637,
                    "loc": {
                      "start": {
                        "line": 335,
                        "column": 8
                      },
                      "end": {
                        "line": 342,
                        "column": 18
                      }
                    },
                    "consequent": [
                      {
                        "type": "IfStatement",
                        "start": 13375,
                        "end": 13448,
                        "loc": {
                          "start": {
                            "line": 336,
                            "column": 12
                          },
                          "end": {
                            "line": 337,
                            "column": 51
                          }
                        },
                        "test": {
                          "type": "MemberExpression",
                          "start": 13379,
                          "end": 13395,
                          "loc": {
                            "start": {
                              "line": 336,
                              "column": 16
                            },
                            "end": {
                              "line": 336,
                              "column": 32
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 13379,
                            "end": 13389,
                            "loc": {
                              "start": {
                                "line": 336,
                                "column": 16
                              },
                              "end": {
                                "line": 336,
                                "column": 26
                              },
                              "identifierName": "geomParams"
                            },
                            "name": "geomParams"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 13390,
                            "end": 13395,
                            "loc": {
                              "start": {
                                "line": 336,
                                "column": 27
                              },
                              "end": {
                                "line": 336,
                                "column": 32
                              },
                              "identifierName": "start"
                            },
                            "name": "start"
                          },
                          "computed": false
                        },
                        "consequent": {
                          "type": "ExpressionStatement",
                          "start": 13413,
                          "end": 13448,
                          "loc": {
                            "start": {
                              "line": 337,
                              "column": 16
                            },
                            "end": {
                              "line": 337,
                              "column": 51
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 13413,
                            "end": 13447,
                            "loc": {
                              "start": {
                                "line": 337,
                                "column": 16
                              },
                              "end": {
                                "line": 337,
                                "column": 50
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 13413,
                              "end": 13433,
                              "loc": {
                                "start": {
                                  "line": 337,
                                  "column": 16
                                },
                                "end": {
                                  "line": 337,
                                  "column": 36
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 13413,
                                "end": 13429,
                                "loc": {
                                  "start": {
                                    "line": 337,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 337,
                                    "column": 32
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 13413,
                                  "end": 13423,
                                  "loc": {
                                    "start": {
                                      "line": 337,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 337,
                                      "column": 26
                                    },
                                    "identifierName": "geomParams"
                                  },
                                  "name": "geomParams"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 13424,
                                  "end": 13429,
                                  "loc": {
                                    "start": {
                                      "line": 337,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 337,
                                      "column": 32
                                    },
                                    "identifierName": "start"
                                  },
                                  "name": "start"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 13430,
                                "end": 13433,
                                "loc": {
                                  "start": {
                                    "line": 337,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 337,
                                    "column": 36
                                  },
                                  "identifierName": "add"
                                },
                                "name": "add"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 13434,
                                "end": 13446,
                                "loc": {
                                  "start": {
                                    "line": 337,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 337,
                                    "column": 49
                                  },
                                  "identifierName": "displacement"
                                },
                                "name": "displacement"
                              }
                            ]
                          }
                        },
                        "alternate": null
                      },
                      {
                        "type": "IfStatement",
                        "start": 13461,
                        "end": 13530,
                        "loc": {
                          "start": {
                            "line": 338,
                            "column": 12
                          },
                          "end": {
                            "line": 339,
                            "column": 49
                          }
                        },
                        "test": {
                          "type": "MemberExpression",
                          "start": 13465,
                          "end": 13479,
                          "loc": {
                            "start": {
                              "line": 338,
                              "column": 16
                            },
                            "end": {
                              "line": 338,
                              "column": 30
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 13465,
                            "end": 13475,
                            "loc": {
                              "start": {
                                "line": 338,
                                "column": 16
                              },
                              "end": {
                                "line": 338,
                                "column": 26
                              },
                              "identifierName": "geomParams"
                            },
                            "name": "geomParams"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 13476,
                            "end": 13479,
                            "loc": {
                              "start": {
                                "line": 338,
                                "column": 27
                              },
                              "end": {
                                "line": 338,
                                "column": 30
                              },
                              "identifierName": "end"
                            },
                            "name": "end"
                          },
                          "computed": false
                        },
                        "consequent": {
                          "type": "ExpressionStatement",
                          "start": 13497,
                          "end": 13530,
                          "loc": {
                            "start": {
                              "line": 339,
                              "column": 16
                            },
                            "end": {
                              "line": 339,
                              "column": 49
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 13497,
                            "end": 13529,
                            "loc": {
                              "start": {
                                "line": 339,
                                "column": 16
                              },
                              "end": {
                                "line": 339,
                                "column": 48
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 13497,
                              "end": 13515,
                              "loc": {
                                "start": {
                                  "line": 339,
                                  "column": 16
                                },
                                "end": {
                                  "line": 339,
                                  "column": 34
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 13497,
                                "end": 13511,
                                "loc": {
                                  "start": {
                                    "line": 339,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 339,
                                    "column": 30
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 13497,
                                  "end": 13507,
                                  "loc": {
                                    "start": {
                                      "line": 339,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 339,
                                      "column": 26
                                    },
                                    "identifierName": "geomParams"
                                  },
                                  "name": "geomParams"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 13508,
                                  "end": 13511,
                                  "loc": {
                                    "start": {
                                      "line": 339,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 339,
                                      "column": 30
                                    },
                                    "identifierName": "end"
                                  },
                                  "name": "end"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 13512,
                                "end": 13515,
                                "loc": {
                                  "start": {
                                    "line": 339,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 339,
                                    "column": 34
                                  },
                                  "identifierName": "add"
                                },
                                "name": "add"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 13516,
                                "end": 13528,
                                "loc": {
                                  "start": {
                                    "line": 339,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 339,
                                    "column": 47
                                  },
                                  "identifierName": "displacement"
                                },
                                "name": "displacement"
                              }
                            ]
                          }
                        },
                        "alternate": null
                      },
                      {
                        "type": "IfStatement",
                        "start": 13543,
                        "end": 13618,
                        "loc": {
                          "start": {
                            "line": 340,
                            "column": 12
                          },
                          "end": {
                            "line": 341,
                            "column": 52
                          }
                        },
                        "test": {
                          "type": "MemberExpression",
                          "start": 13547,
                          "end": 13564,
                          "loc": {
                            "start": {
                              "line": 340,
                              "column": 16
                            },
                            "end": {
                              "line": 340,
                              "column": 33
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 13547,
                            "end": 13557,
                            "loc": {
                              "start": {
                                "line": 340,
                                "column": 16
                              },
                              "end": {
                                "line": 340,
                                "column": 26
                              },
                              "identifierName": "geomParams"
                            },
                            "name": "geomParams"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 13558,
                            "end": 13564,
                            "loc": {
                              "start": {
                                "line": 340,
                                "column": 27
                              },
                              "end": {
                                "line": 340,
                                "column": 33
                              },
                              "identifierName": "center"
                            },
                            "name": "center"
                          },
                          "computed": false
                        },
                        "consequent": {
                          "type": "ExpressionStatement",
                          "start": 13582,
                          "end": 13618,
                          "loc": {
                            "start": {
                              "line": 341,
                              "column": 16
                            },
                            "end": {
                              "line": 341,
                              "column": 52
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 13582,
                            "end": 13617,
                            "loc": {
                              "start": {
                                "line": 341,
                                "column": 16
                              },
                              "end": {
                                "line": 341,
                                "column": 51
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 13582,
                              "end": 13603,
                              "loc": {
                                "start": {
                                  "line": 341,
                                  "column": 16
                                },
                                "end": {
                                  "line": 341,
                                  "column": 37
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 13582,
                                "end": 13599,
                                "loc": {
                                  "start": {
                                    "line": 341,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 341,
                                    "column": 33
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 13582,
                                  "end": 13592,
                                  "loc": {
                                    "start": {
                                      "line": 341,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 341,
                                      "column": 26
                                    },
                                    "identifierName": "geomParams"
                                  },
                                  "name": "geomParams"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 13593,
                                  "end": 13599,
                                  "loc": {
                                    "start": {
                                      "line": 341,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 341,
                                      "column": 33
                                    },
                                    "identifierName": "center"
                                  },
                                  "name": "center"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 13600,
                                "end": 13603,
                                "loc": {
                                  "start": {
                                    "line": 341,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 341,
                                    "column": 37
                                  },
                                  "identifierName": "add"
                                },
                                "name": "add"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 13604,
                                "end": 13616,
                                "loc": {
                                  "start": {
                                    "line": 341,
                                    "column": 38
                                  },
                                  "end": {
                                    "line": 341,
                                    "column": 50
                                  },
                                  "identifierName": "displacement"
                                },
                                "name": "displacement"
                              }
                            ]
                          }
                        },
                        "alternate": null
                      },
                      {
                        "type": "BreakStatement",
                        "start": 13631,
                        "end": 13637,
                        "loc": {
                          "start": {
                            "line": 342,
                            "column": 12
                          },
                          "end": {
                            "line": 342,
                            "column": 18
                          }
                        },
                        "label": null
                      }
                    ],
                    "test": {
                      "type": "StringLiteral",
                      "start": 13359,
                      "end": 13361,
                      "loc": {
                        "start": {
                          "line": 335,
                          "column": 13
                        },
                        "end": {
                          "line": 335,
                          "column": 15
                        }
                      },
                      "extra": {
                        "rawValue": "",
                        "raw": "''"
                      },
                      "value": ""
                    }
                  }
                ]
              },
              {
                "type": "ReturnStatement",
                "start": 13648,
                "end": 13666,
                "loc": {
                  "start": {
                    "line": 344,
                    "column": 4
                  },
                  "end": {
                    "line": 344,
                    "column": 22
                  }
                },
                "argument": {
                  "type": "Identifier",
                  "start": 13655,
                  "end": 13665,
                  "loc": {
                    "start": {
                      "line": 344,
                      "column": 11
                    },
                    "end": {
                      "line": 344,
                      "column": 21
                    },
                    "identifierName": "geomParams"
                  },
                  "name": "geomParams"
                }
              }
            ],
            "directives": [],
            "trailingComments": null
          },
          "leadingComments": [
            {
              "type": "CommentLine",
              "value": " modify geomParams inplace to represent movement of a subObject by the displacement",
              "start": 11817,
              "end": 11902,
              "loc": {
                "start": {
                  "line": 306,
                  "column": 0
                },
                "end": {
                  "line": 306,
                  "column": 85
                }
              }
            },
            {
              "type": "CommentLine",
              "value": " subType can be either 'start', 'end', 'center' or '' (for object itself)",
              "start": 11903,
              "end": 11978,
              "loc": {
                "start": {
                  "line": 307,
                  "column": 0
                },
                "end": {
                  "line": 307,
                  "column": 75
                }
              }
            }
          ],
          "trailingComments": [
            {
              "type": "CommentLine",
              "value": " modify params inplace for reversed curve",
              "start": 13670,
              "end": 13713,
              "loc": {
                "start": {
                  "line": 347,
                  "column": 0
                },
                "end": {
                  "line": 347,
                  "column": 43
                }
              }
            }
          ]
        },
        "leadingComments": [
          {
            "type": "CommentLine",
            "value": " modify geomParams inplace to represent movement of a subObject by the displacement",
            "start": 11817,
            "end": 11902,
            "loc": {
              "start": {
                "line": 306,
                "column": 0
              },
              "end": {
                "line": 306,
                "column": 85
              }
            }
          },
          {
            "type": "CommentLine",
            "value": " subType can be either 'start', 'end', 'center' or '' (for object itself)",
            "start": 11903,
            "end": 11978,
            "loc": {
              "start": {
                "line": 307,
                "column": 0
              },
              "end": {
                "line": 307,
                "column": 75
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "CommentLine",
            "value": " modify params inplace for reversed curve",
            "start": 13670,
            "end": 13713,
            "loc": {
              "start": {
                "line": 347,
                "column": 0
              },
              "end": {
                "line": 347,
                "column": 43
              }
            }
          }
        ]
      },
      {
        "type": "FunctionDeclaration",
        "start": 13714,
        "end": 14011,
        "loc": {
          "start": {
            "line": 348,
            "column": 0
          },
          "end": {
            "line": 354,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 13723,
          "end": 13735,
          "loc": {
            "start": {
              "line": 348,
              "column": 9
            },
            "end": {
              "line": 348,
              "column": 21
            },
            "identifierName": "reverseCurve"
          },
          "name": "reverseCurve",
          "leadingComments": null
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "Identifier",
            "start": 13736,
            "end": 13746,
            "loc": {
              "start": {
                "line": 348,
                "column": 22
              },
              "end": {
                "line": 348,
                "column": 32
              },
              "identifierName": "geomParams"
            },
            "name": "geomParams"
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 13748,
          "end": 14011,
          "loc": {
            "start": {
              "line": 348,
              "column": 34
            },
            "end": {
              "line": 354,
              "column": 1
            }
          },
          "body": [
            {
              "type": "IfStatement",
              "start": 13754,
              "end": 13882,
              "loc": {
                "start": {
                  "line": 349,
                  "column": 4
                },
                "end": {
                  "line": 350,
                  "column": 80
                }
              },
              "test": {
                "type": "BinaryExpression",
                "start": 13758,
                "end": 13786,
                "loc": {
                  "start": {
                    "line": 349,
                    "column": 8
                  },
                  "end": {
                    "line": 349,
                    "column": 36
                  }
                },
                "left": {
                  "type": "MemberExpression",
                  "start": 13758,
                  "end": 13772,
                  "loc": {
                    "start": {
                      "line": 349,
                      "column": 8
                    },
                    "end": {
                      "line": 349,
                      "column": 22
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 13758,
                    "end": 13768,
                    "loc": {
                      "start": {
                        "line": 349,
                        "column": 8
                      },
                      "end": {
                        "line": 349,
                        "column": 18
                      },
                      "identifierName": "geomParams"
                    },
                    "name": "geomParams"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 13769,
                    "end": 13772,
                    "loc": {
                      "start": {
                        "line": 349,
                        "column": 19
                      },
                      "end": {
                        "line": 349,
                        "column": 22
                      },
                      "identifierName": "end"
                    },
                    "name": "end"
                  },
                  "computed": false
                },
                "operator": "!==",
                "right": {
                  "type": "Identifier",
                  "start": 13777,
                  "end": 13786,
                  "loc": {
                    "start": {
                      "line": 349,
                      "column": 27
                    },
                    "end": {
                      "line": 349,
                      "column": 36
                    },
                    "identifierName": "undefined"
                  },
                  "name": "undefined"
                }
              },
              "consequent": {
                "type": "ExpressionStatement",
                "start": 13810,
                "end": 13882,
                "loc": {
                  "start": {
                    "line": 350,
                    "column": 8
                  },
                  "end": {
                    "line": 350,
                    "column": 80
                  }
                },
                "expression": {
                  "type": "AssignmentExpression",
                  "start": 13810,
                  "end": 13881,
                  "loc": {
                    "start": {
                      "line": 350,
                      "column": 8
                    },
                    "end": {
                      "line": 350,
                      "column": 79
                    }
                  },
                  "operator": "=",
                  "left": {
                    "type": "ArrayPattern",
                    "start": 13810,
                    "end": 13844,
                    "loc": {
                      "start": {
                        "line": 350,
                        "column": 8
                      },
                      "end": {
                        "line": 350,
                        "column": 42
                      }
                    },
                    "elements": [
                      {
                        "type": "MemberExpression",
                        "start": 13811,
                        "end": 13827,
                        "loc": {
                          "start": {
                            "line": 350,
                            "column": 9
                          },
                          "end": {
                            "line": 350,
                            "column": 25
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 13811,
                          "end": 13821,
                          "loc": {
                            "start": {
                              "line": 350,
                              "column": 9
                            },
                            "end": {
                              "line": 350,
                              "column": 19
                            },
                            "identifierName": "geomParams"
                          },
                          "name": "geomParams",
                          "leadingComments": null
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 13822,
                          "end": 13827,
                          "loc": {
                            "start": {
                              "line": 350,
                              "column": 20
                            },
                            "end": {
                              "line": 350,
                              "column": 25
                            },
                            "identifierName": "start"
                          },
                          "name": "start"
                        },
                        "computed": false,
                        "leadingComments": null
                      },
                      {
                        "type": "MemberExpression",
                        "start": 13829,
                        "end": 13843,
                        "loc": {
                          "start": {
                            "line": 350,
                            "column": 27
                          },
                          "end": {
                            "line": 350,
                            "column": 41
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 13829,
                          "end": 13839,
                          "loc": {
                            "start": {
                              "line": 350,
                              "column": 27
                            },
                            "end": {
                              "line": 350,
                              "column": 37
                            },
                            "identifierName": "geomParams"
                          },
                          "name": "geomParams"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 13840,
                          "end": 13843,
                          "loc": {
                            "start": {
                              "line": 350,
                              "column": 38
                            },
                            "end": {
                              "line": 350,
                              "column": 41
                            },
                            "identifierName": "end"
                          },
                          "name": "end"
                        },
                        "computed": false
                      }
                    ],
                    "leadingComments": null
                  },
                  "right": {
                    "type": "ArrayExpression",
                    "start": 13847,
                    "end": 13881,
                    "loc": {
                      "start": {
                        "line": 350,
                        "column": 45
                      },
                      "end": {
                        "line": 350,
                        "column": 79
                      }
                    },
                    "elements": [
                      {
                        "type": "MemberExpression",
                        "start": 13848,
                        "end": 13862,
                        "loc": {
                          "start": {
                            "line": 350,
                            "column": 46
                          },
                          "end": {
                            "line": 350,
                            "column": 60
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 13848,
                          "end": 13858,
                          "loc": {
                            "start": {
                              "line": 350,
                              "column": 46
                            },
                            "end": {
                              "line": 350,
                              "column": 56
                            },
                            "identifierName": "geomParams"
                          },
                          "name": "geomParams"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 13859,
                          "end": 13862,
                          "loc": {
                            "start": {
                              "line": 350,
                              "column": 57
                            },
                            "end": {
                              "line": 350,
                              "column": 60
                            },
                            "identifierName": "end"
                          },
                          "name": "end"
                        },
                        "computed": false
                      },
                      {
                        "type": "MemberExpression",
                        "start": 13864,
                        "end": 13880,
                        "loc": {
                          "start": {
                            "line": 350,
                            "column": 62
                          },
                          "end": {
                            "line": 350,
                            "column": 78
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 13864,
                          "end": 13874,
                          "loc": {
                            "start": {
                              "line": 350,
                              "column": 62
                            },
                            "end": {
                              "line": 350,
                              "column": 72
                            },
                            "identifierName": "geomParams"
                          },
                          "name": "geomParams"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 13875,
                          "end": 13880,
                          "loc": {
                            "start": {
                              "line": 350,
                              "column": 73
                            },
                            "end": {
                              "line": 350,
                              "column": 78
                            },
                            "identifierName": "start"
                          },
                          "name": "start"
                        },
                        "computed": false
                      }
                    ]
                  },
                  "leadingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentLine",
                    "value": " Line, Arc",
                    "start": 13789,
                    "end": 13801,
                    "loc": {
                      "start": {
                        "line": 349,
                        "column": 39
                      },
                      "end": {
                        "line": 349,
                        "column": 51
                      }
                    }
                  }
                ]
              },
              "alternate": null
            },
            {
              "type": "IfStatement",
              "start": 13887,
              "end": 13986,
              "loc": {
                "start": {
                  "line": 351,
                  "column": 4
                },
                "end": {
                  "line": 352,
                  "column": 53
                }
              },
              "test": {
                "type": "BinaryExpression",
                "start": 13891,
                "end": 13925,
                "loc": {
                  "start": {
                    "line": 351,
                    "column": 8
                  },
                  "end": {
                    "line": 351,
                    "column": 42
                  }
                },
                "left": {
                  "type": "MemberExpression",
                  "start": 13891,
                  "end": 13911,
                  "loc": {
                    "start": {
                      "line": 351,
                      "column": 8
                    },
                    "end": {
                      "line": 351,
                      "column": 28
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 13891,
                    "end": 13901,
                    "loc": {
                      "start": {
                        "line": 351,
                        "column": 8
                      },
                      "end": {
                        "line": 351,
                        "column": 18
                      },
                      "identifierName": "geomParams"
                    },
                    "name": "geomParams"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 13902,
                    "end": 13911,
                    "loc": {
                      "start": {
                        "line": 351,
                        "column": 19
                      },
                      "end": {
                        "line": 351,
                        "column": 28
                      },
                      "identifierName": "clockwise"
                    },
                    "name": "clockwise"
                  },
                  "computed": false
                },
                "operator": "!==",
                "right": {
                  "type": "Identifier",
                  "start": 13916,
                  "end": 13925,
                  "loc": {
                    "start": {
                      "line": 351,
                      "column": 33
                    },
                    "end": {
                      "line": 351,
                      "column": 42
                    },
                    "identifierName": "undefined"
                  },
                  "name": "undefined"
                }
              },
              "consequent": {
                "type": "ExpressionStatement",
                "start": 13941,
                "end": 13986,
                "loc": {
                  "start": {
                    "line": 352,
                    "column": 8
                  },
                  "end": {
                    "line": 352,
                    "column": 53
                  }
                },
                "expression": {
                  "type": "AssignmentExpression",
                  "start": 13941,
                  "end": 13985,
                  "loc": {
                    "start": {
                      "line": 352,
                      "column": 8
                    },
                    "end": {
                      "line": 352,
                      "column": 52
                    }
                  },
                  "operator": "=",
                  "left": {
                    "type": "MemberExpression",
                    "start": 13941,
                    "end": 13961,
                    "loc": {
                      "start": {
                        "line": 352,
                        "column": 8
                      },
                      "end": {
                        "line": 352,
                        "column": 28
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 13941,
                      "end": 13951,
                      "loc": {
                        "start": {
                          "line": 352,
                          "column": 8
                        },
                        "end": {
                          "line": 352,
                          "column": 18
                        },
                        "identifierName": "geomParams"
                      },
                      "name": "geomParams",
                      "leadingComments": null
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 13952,
                      "end": 13961,
                      "loc": {
                        "start": {
                          "line": 352,
                          "column": 19
                        },
                        "end": {
                          "line": 352,
                          "column": 28
                        },
                        "identifierName": "clockwise"
                      },
                      "name": "clockwise"
                    },
                    "computed": false,
                    "leadingComments": null
                  },
                  "right": {
                    "type": "UnaryExpression",
                    "start": 13964,
                    "end": 13985,
                    "loc": {
                      "start": {
                        "line": 352,
                        "column": 31
                      },
                      "end": {
                        "line": 352,
                        "column": 52
                      }
                    },
                    "operator": "!",
                    "prefix": true,
                    "argument": {
                      "type": "MemberExpression",
                      "start": 13965,
                      "end": 13985,
                      "loc": {
                        "start": {
                          "line": 352,
                          "column": 32
                        },
                        "end": {
                          "line": 352,
                          "column": 52
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 13965,
                        "end": 13975,
                        "loc": {
                          "start": {
                            "line": 352,
                            "column": 32
                          },
                          "end": {
                            "line": 352,
                            "column": 42
                          },
                          "identifierName": "geomParams"
                        },
                        "name": "geomParams"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 13976,
                        "end": 13985,
                        "loc": {
                          "start": {
                            "line": 352,
                            "column": 43
                          },
                          "end": {
                            "line": 352,
                            "column": 52
                          },
                          "identifierName": "clockwise"
                        },
                        "name": "clockwise"
                      },
                      "computed": false
                    },
                    "extra": {
                      "parenthesizedArgument": false
                    }
                  },
                  "leadingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentLine",
                    "value": "Arc",
                    "start": 13927,
                    "end": 13932,
                    "loc": {
                      "start": {
                        "line": 351,
                        "column": 44
                      },
                      "end": {
                        "line": 351,
                        "column": 49
                      }
                    }
                  }
                ]
              },
              "alternate": null
            },
            {
              "type": "ReturnStatement",
              "start": 13991,
              "end": 14009,
              "loc": {
                "start": {
                  "line": 353,
                  "column": 4
                },
                "end": {
                  "line": 353,
                  "column": 22
                }
              },
              "argument": {
                "type": "Identifier",
                "start": 13998,
                "end": 14008,
                "loc": {
                  "start": {
                    "line": 353,
                    "column": 11
                  },
                  "end": {
                    "line": 353,
                    "column": 21
                  },
                  "identifierName": "geomParams"
                },
                "name": "geomParams"
              }
            }
          ],
          "directives": []
        },
        "leadingComments": [
          {
            "type": "CommentLine",
            "value": " modify params inplace for reversed curve",
            "start": 13670,
            "end": 13713,
            "loc": {
              "start": {
                "line": 347,
                "column": 0
              },
              "end": {
                "line": 347,
                "column": 43
              }
            }
          }
        ]
      }
    ],
    "directives": []
  },
  "comments": [
    {
      "type": "CommentLine",
      "value": "should we create a line or an arc",
      "start": 165,
      "end": 200,
      "loc": {
        "start": {
          "line": 8,
          "column": 4
        },
        "end": {
          "line": 8,
          "column": 39
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "the ugly math of getting center point and orientation",
      "start": 515,
      "end": 570,
      "loc": {
        "start": {
          "line": 17,
          "column": 8
        },
        "end": {
          "line": 17,
          "column": 63
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "Note: position of center is only partly used and may change",
      "start": 917,
      "end": 978,
      "loc": {
        "start": {
          "line": 26,
          "column": 0
        },
        "end": {
          "line": 26,
          "column": 61
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "Note: position of control point is only partly used and may change",
      "start": 1497,
      "end": 1565,
      "loc": {
        "start": {
          "line": 38,
          "column": 0
        },
        "end": {
          "line": 38,
          "column": 68
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "Note: middle point should be within circlewith diameter [SE], otherwise it would be corrected",
      "start": 2332,
      "end": 2427,
      "loc": {
        "start": {
          "line": 56,
          "column": 0
        },
        "end": {
          "line": 56,
          "column": 95
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "since vector math is a huge pain in JS, we do it in a stupid way",
      "start": 2495,
      "end": 2561,
      "loc": {
        "start": {
          "line": 58,
          "column": 4
        },
        "end": {
          "line": 58,
          "column": 70
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "getting radius with school math",
      "start": 2907,
      "end": 2940,
      "loc": {
        "start": {
          "line": 66,
          "column": 4
        },
        "end": {
          "line": 66,
          "column": 37
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "copy-pasting middle perpendicular",
      "start": 3110,
      "end": 3145,
      "loc": {
        "start": {
          "line": 70,
          "column": 4
        },
        "end": {
          "line": 70,
          "column": 39
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "getting center (choose best of two cases)",
      "start": 3319,
      "end": 3362,
      "loc": {
        "start": {
          "line": 74,
          "column": 4
        },
        "end": {
          "line": 74,
          "column": 47
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "get polar angles of all points",
      "start": 3664,
      "end": 3696,
      "loc": {
        "start": {
          "line": 84,
          "column": 4
        },
        "end": {
          "line": 84,
          "column": 36
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "check which part of circle to take",
      "start": 3934,
      "end": 3970,
      "loc": {
        "start": {
          "line": 92,
          "column": 4
        },
        "end": {
          "line": 92,
          "column": 40
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " to return",
      "start": 4281,
      "end": 4293,
      "loc": {
        "start": {
          "line": 101,
          "column": 4
        },
        "end": {
          "line": 101,
          "column": 16
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " if radius is too small or middlepos and its projection to centerDir is out of filletAngle",
      "start": 4509,
      "end": 4601,
      "loc": {
        "start": {
          "line": 108,
          "column": 4
        },
        "end": {
          "line": 108,
          "column": 96
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " if  middlepos is out of filletAngle but its projection to centerDir isn't",
      "start": 4705,
      "end": 4781,
      "loc": {
        "start": {
          "line": 112,
          "column": 4
        },
        "end": {
          "line": 112,
          "column": 80
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " project middlepos onto one of the directions if it is out of filletAngle",
      "start": 4945,
      "end": 5020,
      "loc": {
        "start": {
          "line": 117,
          "column": 4
        },
        "end": {
          "line": 117,
          "column": 79
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " fillet angle < 180 => cos(alpha/2) != 0",
      "start": 5443,
      "end": 5485,
      "loc": {
        "start": {
          "line": 129,
          "column": 97
        },
        "end": {
          "line": 129,
          "column": 139
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "if (centerDir.x === 0) {",
      "start": 5977,
      "end": 6003,
      "loc": {
        "start": {
          "line": 148,
          "column": 4
        },
        "end": {
          "line": 148,
          "column": 30
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "    var sign = centerDir.dot(new THREE.Vector3(0,1,0));",
      "start": 6008,
      "end": 6065,
      "loc": {
        "start": {
          "line": 149,
          "column": 4
        },
        "end": {
          "line": 149,
          "column": 61
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "    var discr = Math.pow(A2, 2) - 4 * cosA2Sq * A0;",
      "start": 6070,
      "end": 6123,
      "loc": {
        "start": {
          "line": 150,
          "column": 4
        },
        "end": {
          "line": 150,
          "column": 57
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "    var Oy = (-A2 + sign * Math.sqrt(discr)) / (2 * cosA2Sq);",
      "start": 6128,
      "end": 6191,
      "loc": {
        "start": {
          "line": 151,
          "column": 4
        },
        "end": {
          "line": 151,
          "column": 67
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "",
      "start": 6196,
      "end": 6198,
      "loc": {
        "start": {
          "line": 152,
          "column": 4
        },
        "end": {
          "line": 152,
          "column": 6
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "    center.x = 0;",
      "start": 6203,
      "end": 6222,
      "loc": {
        "start": {
          "line": 153,
          "column": 4
        },
        "end": {
          "line": 153,
          "column": 23
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "    center.y = Oy;",
      "start": 6227,
      "end": 6247,
      "loc": {
        "start": {
          "line": 154,
          "column": 4
        },
        "end": {
          "line": 154,
          "column": 24
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "} else",
      "start": 6252,
      "end": 6260,
      "loc": {
        "start": {
          "line": 155,
          "column": 4
        },
        "end": {
          "line": 155,
          "column": 12
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " if radius is too small or middlepos and its projection to centerDir is out of filletAngle",
      "start": 7453,
      "end": 7545,
      "loc": {
        "start": {
          "line": 192,
          "column": 4
        },
        "end": {
          "line": 192,
          "column": 96
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " we have appropriate fillet angle so cos != 0",
      "start": 7752,
      "end": 7799,
      "loc": {
        "start": {
          "line": 197,
          "column": 65
        },
        "end": {
          "line": 197,
          "column": 112
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "converting arc from \"three-points+flag\" to \"center+radius+angles\" representation",
      "start": 9374,
      "end": 9456,
      "loc": {
        "start": {
          "line": 242,
          "column": 0
        },
        "end": {
          "line": 242,
          "column": 82
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "returns intersection point of given two lines",
      "start": 10385,
      "end": 10432,
      "loc": {
        "start": {
          "line": 272,
          "column": 0
        },
        "end": {
          "line": 272,
          "column": 47
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "if angularTolerance is set, then null is returned when lines are parallel",
      "start": 10433,
      "end": 10508,
      "loc": {
        "start": {
          "line": 273,
          "column": 0
        },
        "end": {
          "line": 273,
          "column": 75
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "mach.eps. by default",
      "start": 10634,
      "end": 10656,
      "loc": {
        "start": {
          "line": 275,
          "column": 50
        },
        "end": {
          "line": 275,
          "column": 72
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "must be 1",
      "start": 10783,
      "end": 10794,
      "loc": {
        "start": {
          "line": 278,
          "column": 52
        },
        "end": {
          "line": 278,
          "column": 63
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " calculate a tangent of a line or an arc at a point as a normalized (possibly zero) vector",
      "start": 11304,
      "end": 11396,
      "loc": {
        "start": {
          "line": 293,
          "column": 0
        },
        "end": {
          "line": 293,
          "column": 92
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " modify geomParams inplace to represent movement of a subObject by the displacement",
      "start": 11817,
      "end": 11902,
      "loc": {
        "start": {
          "line": 306,
          "column": 0
        },
        "end": {
          "line": 306,
          "column": 85
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " subType can be either 'start', 'end', 'center' or '' (for object itself)",
      "start": 11903,
      "end": 11978,
      "loc": {
        "start": {
          "line": 307,
          "column": 0
        },
        "end": {
          "line": 307,
          "column": 75
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " fallthrough",
      "start": 12132,
      "end": 12146,
      "loc": {
        "start": {
          "line": 312,
          "column": 12
        },
        "end": {
          "line": 312,
          "column": 26
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " singular arc",
      "start": 12370,
      "end": 12385,
      "loc": {
        "start": {
          "line": 317,
          "column": 46
        },
        "end": {
          "line": 317,
          "column": 61
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " only if the arc is still an arc",
      "start": 12562,
      "end": 12596,
      "loc": {
        "start": {
          "line": 320,
          "column": 40
        },
        "end": {
          "line": 320,
          "column": 74
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " center point must stay on the middle perpendicular line",
      "start": 12908,
      "end": 12966,
      "loc": {
        "start": {
          "line": 329,
          "column": 12
        },
        "end": {
          "line": 329,
          "column": 70
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " modify params inplace for reversed curve",
      "start": 13670,
      "end": 13713,
      "loc": {
        "start": {
          "line": 347,
          "column": 0
        },
        "end": {
          "line": 347,
          "column": 43
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Line, Arc",
      "start": 13789,
      "end": 13801,
      "loc": {
        "start": {
          "line": 349,
          "column": 39
        },
        "end": {
          "line": 349,
          "column": 51
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "Arc",
      "start": 13927,
      "end": 13932,
      "loc": {
        "start": {
          "line": 351,
          "column": 44
        },
        "end": {
          "line": 351,
          "column": 49
        }
      }
    }
  ],
  "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": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 33,
      "end": 41,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cross2d",
      "start": 42,
      "end": 49,
      "loc": {
        "start": {
          "line": 3,
          "column": 9
        },
        "end": {
          "line": 3,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 49,
      "end": 50,
      "loc": {
        "start": {
          "line": 3,
          "column": 16
        },
        "end": {
          "line": 3,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "a",
      "start": 50,
      "end": 51,
      "loc": {
        "start": {
          "line": 3,
          "column": 17
        },
        "end": {
          "line": 3,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 51,
      "end": 52,
      "loc": {
        "start": {
          "line": 3,
          "column": 18
        },
        "end": {
          "line": 3,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 53,
      "end": 54,
      "loc": {
        "start": {
          "line": 3,
          "column": 20
        },
        "end": {
          "line": 3,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 54,
      "end": 55,
      "loc": {
        "start": {
          "line": 3,
          "column": 21
        },
        "end": {
          "line": 3,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 56,
      "end": 57,
      "loc": {
        "start": {
          "line": 3,
          "column": 23
        },
        "end": {
          "line": 3,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 62,
      "end": 68,
      "loc": {
        "start": {
          "line": 4,
          "column": 4
        },
        "end": {
          "line": 4,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "a",
      "start": 69,
      "end": 70,
      "loc": {
        "start": {
          "line": 4,
          "column": 11
        },
        "end": {
          "line": 4,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 70,
      "end": 71,
      "loc": {
        "start": {
          "line": 4,
          "column": 12
        },
        "end": {
          "line": 4,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 71,
      "end": 72,
      "loc": {
        "start": {
          "line": 4,
          "column": 13
        },
        "end": {
          "line": 4,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 73,
      "end": 74,
      "loc": {
        "start": {
          "line": 4,
          "column": 15
        },
        "end": {
          "line": 4,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 75,
      "end": 76,
      "loc": {
        "start": {
          "line": 4,
          "column": 17
        },
        "end": {
          "line": 4,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 76,
      "end": 77,
      "loc": {
        "start": {
          "line": 4,
          "column": 18
        },
        "end": {
          "line": 4,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 77,
      "end": 78,
      "loc": {
        "start": {
          "line": 4,
          "column": 19
        },
        "end": {
          "line": 4,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 79,
      "end": 80,
      "loc": {
        "start": {
          "line": 4,
          "column": 21
        },
        "end": {
          "line": 4,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "a",
      "start": 81,
      "end": 82,
      "loc": {
        "start": {
          "line": 4,
          "column": 23
        },
        "end": {
          "line": 4,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 82,
      "end": 83,
      "loc": {
        "start": {
          "line": 4,
          "column": 24
        },
        "end": {
          "line": 4,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 83,
      "end": 84,
      "loc": {
        "start": {
          "line": 4,
          "column": 25
        },
        "end": {
          "line": 4,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 85,
      "end": 86,
      "loc": {
        "start": {
          "line": 4,
          "column": 27
        },
        "end": {
          "line": 4,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 87,
      "end": 88,
      "loc": {
        "start": {
          "line": 4,
          "column": 29
        },
        "end": {
          "line": 4,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 88,
      "end": 89,
      "loc": {
        "start": {
          "line": 4,
          "column": 30
        },
        "end": {
          "line": 4,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 89,
      "end": 90,
      "loc": {
        "start": {
          "line": 4,
          "column": 31
        },
        "end": {
          "line": 4,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 90,
      "end": 91,
      "loc": {
        "start": {
          "line": 4,
          "column": 32
        },
        "end": {
          "line": 4,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 92,
      "end": 93,
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 5,
          "column": 1
        }
      }
    },
    {
      "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": 95,
      "end": 101,
      "loc": {
        "start": {
          "line": 7,
          "column": 0
        },
        "end": {
          "line": 7,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 102,
      "end": 110,
      "loc": {
        "start": {
          "line": 7,
          "column": 7
        },
        "end": {
          "line": 7,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "drawArcBy_S_T_E",
      "start": 111,
      "end": 126,
      "loc": {
        "start": {
          "line": 7,
          "column": 16
        },
        "end": {
          "line": 7,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 126,
      "end": 127,
      "loc": {
        "start": {
          "line": 7,
          "column": 31
        },
        "end": {
          "line": 7,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startPos",
      "start": 127,
      "end": 135,
      "loc": {
        "start": {
          "line": 7,
          "column": 32
        },
        "end": {
          "line": 7,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 135,
      "end": 136,
      "loc": {
        "start": {
          "line": 7,
          "column": 40
        },
        "end": {
          "line": 7,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startTangent",
      "start": 137,
      "end": 149,
      "loc": {
        "start": {
          "line": 7,
          "column": 42
        },
        "end": {
          "line": 7,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 149,
      "end": 150,
      "loc": {
        "start": {
          "line": 7,
          "column": 54
        },
        "end": {
          "line": 7,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endPos",
      "start": 151,
      "end": 157,
      "loc": {
        "start": {
          "line": 7,
          "column": 56
        },
        "end": {
          "line": 7,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 157,
      "end": 158,
      "loc": {
        "start": {
          "line": 7,
          "column": 62
        },
        "end": {
          "line": 7,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 159,
      "end": 160,
      "loc": {
        "start": {
          "line": 7,
          "column": 64
        },
        "end": {
          "line": 7,
          "column": 65
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "should we create a line or an arc",
      "start": 165,
      "end": 200,
      "loc": {
        "start": {
          "line": 8,
          "column": 4
        },
        "end": {
          "line": 8,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 205,
      "end": 208,
      "loc": {
        "start": {
          "line": 9,
          "column": 4
        },
        "end": {
          "line": 9,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dir",
      "start": 209,
      "end": 212,
      "loc": {
        "start": {
          "line": 9,
          "column": 8
        },
        "end": {
          "line": 9,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 213,
      "end": 214,
      "loc": {
        "start": {
          "line": 9,
          "column": 12
        },
        "end": {
          "line": 9,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endPos",
      "start": 215,
      "end": 221,
      "loc": {
        "start": {
          "line": 9,
          "column": 14
        },
        "end": {
          "line": 9,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 221,
      "end": 222,
      "loc": {
        "start": {
          "line": 9,
          "column": 20
        },
        "end": {
          "line": 9,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 222,
      "end": 227,
      "loc": {
        "start": {
          "line": 9,
          "column": 21
        },
        "end": {
          "line": 9,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 227,
      "end": 228,
      "loc": {
        "start": {
          "line": 9,
          "column": 26
        },
        "end": {
          "line": 9,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 228,
      "end": 229,
      "loc": {
        "start": {
          "line": 9,
          "column": 27
        },
        "end": {
          "line": 9,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 229,
      "end": 230,
      "loc": {
        "start": {
          "line": 9,
          "column": 28
        },
        "end": {
          "line": 9,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 230,
      "end": 233,
      "loc": {
        "start": {
          "line": 9,
          "column": 29
        },
        "end": {
          "line": 9,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 233,
      "end": 234,
      "loc": {
        "start": {
          "line": 9,
          "column": 32
        },
        "end": {
          "line": 9,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startPos",
      "start": 234,
      "end": 242,
      "loc": {
        "start": {
          "line": 9,
          "column": 33
        },
        "end": {
          "line": 9,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 242,
      "end": 243,
      "loc": {
        "start": {
          "line": 9,
          "column": 41
        },
        "end": {
          "line": 9,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 243,
      "end": 244,
      "loc": {
        "start": {
          "line": 9,
          "column": 42
        },
        "end": {
          "line": 9,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 249,
      "end": 252,
      "loc": {
        "start": {
          "line": 10,
          "column": 4
        },
        "end": {
          "line": 10,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onLine",
      "start": 253,
      "end": 259,
      "loc": {
        "start": {
          "line": 10,
          "column": 8
        },
        "end": {
          "line": 10,
          "column": 14
        }
      }
    },
    {
      "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": 15
        },
        "end": {
          "line": 10,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startPos",
      "start": 262,
      "end": 270,
      "loc": {
        "start": {
          "line": 10,
          "column": 17
        },
        "end": {
          "line": 10,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 270,
      "end": 271,
      "loc": {
        "start": {
          "line": 10,
          "column": 25
        },
        "end": {
          "line": 10,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 271,
      "end": 276,
      "loc": {
        "start": {
          "line": 10,
          "column": 26
        },
        "end": {
          "line": 10,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 276,
      "end": 277,
      "loc": {
        "start": {
          "line": 10,
          "column": 31
        },
        "end": {
          "line": 10,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 277,
      "end": 278,
      "loc": {
        "start": {
          "line": 10,
          "column": 32
        },
        "end": {
          "line": 10,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 278,
      "end": 279,
      "loc": {
        "start": {
          "line": 10,
          "column": 33
        },
        "end": {
          "line": 10,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 279,
      "end": 282,
      "loc": {
        "start": {
          "line": 10,
          "column": 34
        },
        "end": {
          "line": 10,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 282,
      "end": 283,
      "loc": {
        "start": {
          "line": 10,
          "column": 37
        },
        "end": {
          "line": 10,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dir",
      "start": 283,
      "end": 286,
      "loc": {
        "start": {
          "line": 10,
          "column": 38
        },
        "end": {
          "line": 10,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 286,
      "end": 287,
      "loc": {
        "start": {
          "line": 10,
          "column": 41
        },
        "end": {
          "line": 10,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 287,
      "end": 292,
      "loc": {
        "start": {
          "line": 10,
          "column": 42
        },
        "end": {
          "line": 10,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 292,
      "end": 293,
      "loc": {
        "start": {
          "line": 10,
          "column": 47
        },
        "end": {
          "line": 10,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 293,
      "end": 294,
      "loc": {
        "start": {
          "line": 10,
          "column": 48
        },
        "end": {
          "line": 10,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 294,
      "end": 295,
      "loc": {
        "start": {
          "line": 10,
          "column": 49
        },
        "end": {
          "line": 10,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "projectOnVector",
      "start": 295,
      "end": 310,
      "loc": {
        "start": {
          "line": 10,
          "column": 50
        },
        "end": {
          "line": 10,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 310,
      "end": 311,
      "loc": {
        "start": {
          "line": 10,
          "column": 65
        },
        "end": {
          "line": 10,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startTangent",
      "start": 311,
      "end": 323,
      "loc": {
        "start": {
          "line": 10,
          "column": 66
        },
        "end": {
          "line": 10,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 323,
      "end": 324,
      "loc": {
        "start": {
          "line": 10,
          "column": 78
        },
        "end": {
          "line": 10,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 324,
      "end": 325,
      "loc": {
        "start": {
          "line": 10,
          "column": 79
        },
        "end": {
          "line": 10,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 325,
      "end": 326,
      "loc": {
        "start": {
          "line": 10,
          "column": 80
        },
        "end": {
          "line": 10,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 331,
      "end": 334,
      "loc": {
        "start": {
          "line": 11,
          "column": 4
        },
        "end": {
          "line": 11,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "height",
      "start": 335,
      "end": 341,
      "loc": {
        "start": {
          "line": 11,
          "column": 8
        },
        "end": {
          "line": 11,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 342,
      "end": 343,
      "loc": {
        "start": {
          "line": 11,
          "column": 15
        },
        "end": {
          "line": 11,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onLine",
      "start": 344,
      "end": 350,
      "loc": {
        "start": {
          "line": 11,
          "column": 17
        },
        "end": {
          "line": 11,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 350,
      "end": 351,
      "loc": {
        "start": {
          "line": 11,
          "column": 23
        },
        "end": {
          "line": 11,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "distanceTo",
      "start": 351,
      "end": 361,
      "loc": {
        "start": {
          "line": 11,
          "column": 24
        },
        "end": {
          "line": 11,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 361,
      "end": 362,
      "loc": {
        "start": {
          "line": 11,
          "column": 34
        },
        "end": {
          "line": 11,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endPos",
      "start": 362,
      "end": 368,
      "loc": {
        "start": {
          "line": 11,
          "column": 35
        },
        "end": {
          "line": 11,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 368,
      "end": 369,
      "loc": {
        "start": {
          "line": 11,
          "column": 41
        },
        "end": {
          "line": 11,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 369,
      "end": 370,
      "loc": {
        "start": {
          "line": 11,
          "column": 42
        },
        "end": {
          "line": 11,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 375,
      "end": 378,
      "loc": {
        "start": {
          "line": 12,
          "column": 4
        },
        "end": {
          "line": 12,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isLinear",
      "start": 379,
      "end": 387,
      "loc": {
        "start": {
          "line": 12,
          "column": 8
        },
        "end": {
          "line": 12,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 388,
      "end": 389,
      "loc": {
        "start": {
          "line": 12,
          "column": 17
        },
        "end": {
          "line": 12,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 390,
      "end": 391,
      "loc": {
        "start": {
          "line": 12,
          "column": 19
        },
        "end": {
          "line": 12,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "height",
      "start": 391,
      "end": 397,
      "loc": {
        "start": {
          "line": 12,
          "column": 20
        },
        "end": {
          "line": 12,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<=",
      "start": 398,
      "end": 400,
      "loc": {
        "start": {
          "line": 12,
          "column": 27
        },
        "end": {
          "line": 12,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dir",
      "start": 401,
      "end": 404,
      "loc": {
        "start": {
          "line": 12,
          "column": 30
        },
        "end": {
          "line": 12,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 404,
      "end": 405,
      "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": "length",
      "start": 405,
      "end": 411,
      "loc": {
        "start": {
          "line": 12,
          "column": 34
        },
        "end": {
          "line": 12,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 411,
      "end": 412,
      "loc": {
        "start": {
          "line": 12,
          "column": 40
        },
        "end": {
          "line": 12,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 412,
      "end": 413,
      "loc": {
        "start": {
          "line": 12,
          "column": 41
        },
        "end": {
          "line": 12,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 414,
      "end": 415,
      "loc": {
        "start": {
          "line": 12,
          "column": 43
        },
        "end": {
          "line": 12,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0.001,
      "start": 416,
      "end": 420,
      "loc": {
        "start": {
          "line": 12,
          "column": 45
        },
        "end": {
          "line": 12,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 421,
      "end": 422,
      "loc": {
        "start": {
          "line": 12,
          "column": 50
        },
        "end": {
          "line": 12,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0.001,
      "start": 423,
      "end": 427,
      "loc": {
        "start": {
          "line": 12,
          "column": 52
        },
        "end": {
          "line": 12,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 427,
      "end": 428,
      "loc": {
        "start": {
          "line": 12,
          "column": 56
        },
        "end": {
          "line": 12,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 428,
      "end": 429,
      "loc": {
        "start": {
          "line": 12,
          "column": 57
        },
        "end": {
          "line": 12,
          "column": 58
        }
      }
    },
    {
      "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": 435,
      "end": 437,
      "loc": {
        "start": {
          "line": 14,
          "column": 4
        },
        "end": {
          "line": 14,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 438,
      "end": 439,
      "loc": {
        "start": {
          "line": 14,
          "column": 7
        },
        "end": {
          "line": 14,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isLinear",
      "start": 439,
      "end": 447,
      "loc": {
        "start": {
          "line": 14,
          "column": 8
        },
        "end": {
          "line": 14,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 447,
      "end": 448,
      "loc": {
        "start": {
          "line": 14,
          "column": 16
        },
        "end": {
          "line": 14,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 457,
      "end": 463,
      "loc": {
        "start": {
          "line": 15,
          "column": 8
        },
        "end": {
          "line": 15,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 464,
      "end": 465,
      "loc": {
        "start": {
          "line": 15,
          "column": 15
        },
        "end": {
          "line": 15,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 465,
      "end": 470,
      "loc": {
        "start": {
          "line": 15,
          "column": 16
        },
        "end": {
          "line": 15,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 470,
      "end": 471,
      "loc": {
        "start": {
          "line": 15,
          "column": 21
        },
        "end": {
          "line": 15,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startPos",
      "start": 472,
      "end": 480,
      "loc": {
        "start": {
          "line": 15,
          "column": 23
        },
        "end": {
          "line": 15,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 480,
      "end": 481,
      "loc": {
        "start": {
          "line": 15,
          "column": 31
        },
        "end": {
          "line": 15,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 482,
      "end": 485,
      "loc": {
        "start": {
          "line": 15,
          "column": 33
        },
        "end": {
          "line": 15,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 485,
      "end": 486,
      "loc": {
        "start": {
          "line": 15,
          "column": 36
        },
        "end": {
          "line": 15,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endPos",
      "start": 487,
      "end": 493,
      "loc": {
        "start": {
          "line": 15,
          "column": 38
        },
        "end": {
          "line": 15,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 493,
      "end": 494,
      "loc": {
        "start": {
          "line": 15,
          "column": 44
        },
        "end": {
          "line": 15,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 494,
      "end": 495,
      "loc": {
        "start": {
          "line": 15,
          "column": 45
        },
        "end": {
          "line": 15,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 500,
      "end": 504,
      "loc": {
        "start": {
          "line": 16,
          "column": 4
        },
        "end": {
          "line": 16,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 505,
      "end": 506,
      "loc": {
        "start": {
          "line": 16,
          "column": 9
        },
        "end": {
          "line": 16,
          "column": 10
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "the ugly math of getting center point and orientation",
      "start": 515,
      "end": 570,
      "loc": {
        "start": {
          "line": 17,
          "column": 8
        },
        "end": {
          "line": 17,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 579,
      "end": 582,
      "loc": {
        "start": {
          "line": 18,
          "column": 8
        },
        "end": {
          "line": 18,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "normal",
      "start": 583,
      "end": 589,
      "loc": {
        "start": {
          "line": 18,
          "column": 12
        },
        "end": {
          "line": 18,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 590,
      "end": 591,
      "loc": {
        "start": {
          "line": 18,
          "column": 19
        },
        "end": {
          "line": 18,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endPos",
      "start": 592,
      "end": 598,
      "loc": {
        "start": {
          "line": 18,
          "column": 21
        },
        "end": {
          "line": 18,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 598,
      "end": 599,
      "loc": {
        "start": {
          "line": 18,
          "column": 27
        },
        "end": {
          "line": 18,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 599,
      "end": 604,
      "loc": {
        "start": {
          "line": 18,
          "column": 28
        },
        "end": {
          "line": 18,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 604,
      "end": 605,
      "loc": {
        "start": {
          "line": 18,
          "column": 33
        },
        "end": {
          "line": 18,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 605,
      "end": 606,
      "loc": {
        "start": {
          "line": 18,
          "column": 34
        },
        "end": {
          "line": 18,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 606,
      "end": 607,
      "loc": {
        "start": {
          "line": 18,
          "column": 35
        },
        "end": {
          "line": 18,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 607,
      "end": 610,
      "loc": {
        "start": {
          "line": 18,
          "column": 36
        },
        "end": {
          "line": 18,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 610,
      "end": 611,
      "loc": {
        "start": {
          "line": 18,
          "column": 39
        },
        "end": {
          "line": 18,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onLine",
      "start": 611,
      "end": 617,
      "loc": {
        "start": {
          "line": 18,
          "column": 40
        },
        "end": {
          "line": 18,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 617,
      "end": 618,
      "loc": {
        "start": {
          "line": 18,
          "column": 46
        },
        "end": {
          "line": 18,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 618,
      "end": 619,
      "loc": {
        "start": {
          "line": 18,
          "column": 47
        },
        "end": {
          "line": 18,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "normalize",
      "start": 619,
      "end": 628,
      "loc": {
        "start": {
          "line": 18,
          "column": 48
        },
        "end": {
          "line": 18,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 628,
      "end": 629,
      "loc": {
        "start": {
          "line": 18,
          "column": 57
        },
        "end": {
          "line": 18,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 629,
      "end": 630,
      "loc": {
        "start": {
          "line": 18,
          "column": 58
        },
        "end": {
          "line": 18,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 630,
      "end": 631,
      "loc": {
        "start": {
          "line": 18,
          "column": 59
        },
        "end": {
          "line": 18,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 640,
      "end": 643,
      "loc": {
        "start": {
          "line": 19,
          "column": 8
        },
        "end": {
          "line": 19,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dist",
      "start": 644,
      "end": 648,
      "loc": {
        "start": {
          "line": 19,
          "column": 12
        },
        "end": {
          "line": 19,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 649,
      "end": 650,
      "loc": {
        "start": {
          "line": 19,
          "column": 17
        },
        "end": {
          "line": 19,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endPos",
      "start": 651,
      "end": 657,
      "loc": {
        "start": {
          "line": 19,
          "column": 19
        },
        "end": {
          "line": 19,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 657,
      "end": 658,
      "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": "distanceToSquared",
      "start": 658,
      "end": 675,
      "loc": {
        "start": {
          "line": 19,
          "column": 26
        },
        "end": {
          "line": 19,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 675,
      "end": 676,
      "loc": {
        "start": {
          "line": 19,
          "column": 43
        },
        "end": {
          "line": 19,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startPos",
      "start": 676,
      "end": 684,
      "loc": {
        "start": {
          "line": 19,
          "column": 44
        },
        "end": {
          "line": 19,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 684,
      "end": 685,
      "loc": {
        "start": {
          "line": 19,
          "column": 52
        },
        "end": {
          "line": 19,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 686,
      "end": 687,
      "loc": {
        "start": {
          "line": 19,
          "column": 54
        },
        "end": {
          "line": 19,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 688,
      "end": 689,
      "loc": {
        "start": {
          "line": 19,
          "column": 56
        },
        "end": {
          "line": 19,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 689,
      "end": 690,
      "loc": {
        "start": {
          "line": 19,
          "column": 57
        },
        "end": {
          "line": 19,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 691,
      "end": 692,
      "loc": {
        "start": {
          "line": 19,
          "column": 59
        },
        "end": {
          "line": 19,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "height",
      "start": 693,
      "end": 699,
      "loc": {
        "start": {
          "line": 19,
          "column": 61
        },
        "end": {
          "line": 19,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 699,
      "end": 700,
      "loc": {
        "start": {
          "line": 19,
          "column": 67
        },
        "end": {
          "line": 19,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 700,
      "end": 701,
      "loc": {
        "start": {
          "line": 19,
          "column": 68
        },
        "end": {
          "line": 19,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 710,
      "end": 713,
      "loc": {
        "start": {
          "line": 20,
          "column": 8
        },
        "end": {
          "line": 20,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cross",
      "start": 714,
      "end": 719,
      "loc": {
        "start": {
          "line": 20,
          "column": 12
        },
        "end": {
          "line": 20,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 720,
      "end": 721,
      "loc": {
        "start": {
          "line": 20,
          "column": 18
        },
        "end": {
          "line": 20,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cross2d",
      "start": 722,
      "end": 729,
      "loc": {
        "start": {
          "line": 20,
          "column": 20
        },
        "end": {
          "line": 20,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 729,
      "end": 730,
      "loc": {
        "start": {
          "line": 20,
          "column": 27
        },
        "end": {
          "line": 20,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "normal",
      "start": 730,
      "end": 736,
      "loc": {
        "start": {
          "line": 20,
          "column": 28
        },
        "end": {
          "line": 20,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 736,
      "end": 737,
      "loc": {
        "start": {
          "line": 20,
          "column": 34
        },
        "end": {
          "line": 20,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startTangent",
      "start": 738,
      "end": 750,
      "loc": {
        "start": {
          "line": 20,
          "column": 36
        },
        "end": {
          "line": 20,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 750,
      "end": 751,
      "loc": {
        "start": {
          "line": 20,
          "column": 48
        },
        "end": {
          "line": 20,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 751,
      "end": 752,
      "loc": {
        "start": {
          "line": 20,
          "column": 49
        },
        "end": {
          "line": 20,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 761,
      "end": 764,
      "loc": {
        "start": {
          "line": 21,
          "column": 8
        },
        "end": {
          "line": 21,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ctr",
      "start": 765,
      "end": 768,
      "loc": {
        "start": {
          "line": 21,
          "column": 12
        },
        "end": {
          "line": 21,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 769,
      "end": 770,
      "loc": {
        "start": {
          "line": 21,
          "column": 16
        },
        "end": {
          "line": 21,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "normal",
      "start": 771,
      "end": 777,
      "loc": {
        "start": {
          "line": 21,
          "column": 18
        },
        "end": {
          "line": 21,
          "column": 24
        }
      }
    },
    {
      "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": 21,
          "column": 24
        },
        "end": {
          "line": 21,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 778,
      "end": 783,
      "loc": {
        "start": {
          "line": 21,
          "column": 25
        },
        "end": {
          "line": 21,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 783,
      "end": 784,
      "loc": {
        "start": {
          "line": 21,
          "column": 30
        },
        "end": {
          "line": 21,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 784,
      "end": 785,
      "loc": {
        "start": {
          "line": 21,
          "column": 31
        },
        "end": {
          "line": 21,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 785,
      "end": 786,
      "loc": {
        "start": {
          "line": 21,
          "column": 32
        },
        "end": {
          "line": 21,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "multiplyScalar",
      "start": 786,
      "end": 800,
      "loc": {
        "start": {
          "line": 21,
          "column": 33
        },
        "end": {
          "line": 21,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 800,
      "end": 801,
      "loc": {
        "start": {
          "line": 21,
          "column": 47
        },
        "end": {
          "line": 21,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dist",
      "start": 801,
      "end": 805,
      "loc": {
        "start": {
          "line": 21,
          "column": 48
        },
        "end": {
          "line": 21,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 805,
      "end": 806,
      "loc": {
        "start": {
          "line": 21,
          "column": 52
        },
        "end": {
          "line": 21,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 806,
      "end": 807,
      "loc": {
        "start": {
          "line": 21,
          "column": 53
        },
        "end": {
          "line": 21,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 807,
      "end": 810,
      "loc": {
        "start": {
          "line": 21,
          "column": 54
        },
        "end": {
          "line": 21,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 810,
      "end": 811,
      "loc": {
        "start": {
          "line": 21,
          "column": 57
        },
        "end": {
          "line": 21,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startPos",
      "start": 811,
      "end": 819,
      "loc": {
        "start": {
          "line": 21,
          "column": 58
        },
        "end": {
          "line": 21,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 819,
      "end": 820,
      "loc": {
        "start": {
          "line": 21,
          "column": 66
        },
        "end": {
          "line": 21,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 820,
      "end": 821,
      "loc": {
        "start": {
          "line": 21,
          "column": 67
        },
        "end": {
          "line": 21,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 830,
      "end": 836,
      "loc": {
        "start": {
          "line": 22,
          "column": 8
        },
        "end": {
          "line": 22,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 837,
      "end": 838,
      "loc": {
        "start": {
          "line": 22,
          "column": 15
        },
        "end": {
          "line": 22,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 838,
      "end": 843,
      "loc": {
        "start": {
          "line": 22,
          "column": 16
        },
        "end": {
          "line": 22,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 843,
      "end": 844,
      "loc": {
        "start": {
          "line": 22,
          "column": 21
        },
        "end": {
          "line": 22,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startPos",
      "start": 845,
      "end": 853,
      "loc": {
        "start": {
          "line": 22,
          "column": 23
        },
        "end": {
          "line": 22,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 853,
      "end": 854,
      "loc": {
        "start": {
          "line": 22,
          "column": 31
        },
        "end": {
          "line": 22,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 855,
      "end": 858,
      "loc": {
        "start": {
          "line": 22,
          "column": 33
        },
        "end": {
          "line": 22,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 858,
      "end": 859,
      "loc": {
        "start": {
          "line": 22,
          "column": 36
        },
        "end": {
          "line": 22,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endPos",
      "start": 860,
      "end": 866,
      "loc": {
        "start": {
          "line": 22,
          "column": 38
        },
        "end": {
          "line": 22,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 866,
      "end": 867,
      "loc": {
        "start": {
          "line": 22,
          "column": 44
        },
        "end": {
          "line": 22,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 868,
      "end": 874,
      "loc": {
        "start": {
          "line": 22,
          "column": 46
        },
        "end": {
          "line": 22,
          "column": 52
        }
      }
    },
    {
      "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": 22,
          "column": 52
        },
        "end": {
          "line": 22,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ctr",
      "start": 876,
      "end": 879,
      "loc": {
        "start": {
          "line": 22,
          "column": 54
        },
        "end": {
          "line": 22,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 879,
      "end": 880,
      "loc": {
        "start": {
          "line": 22,
          "column": 57
        },
        "end": {
          "line": 22,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clockwise",
      "start": 881,
      "end": 890,
      "loc": {
        "start": {
          "line": 22,
          "column": 59
        },
        "end": {
          "line": 22,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 890,
      "end": 891,
      "loc": {
        "start": {
          "line": 22,
          "column": 68
        },
        "end": {
          "line": 22,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 892,
      "end": 893,
      "loc": {
        "start": {
          "line": 22,
          "column": 70
        },
        "end": {
          "line": 22,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cross",
      "start": 893,
      "end": 898,
      "loc": {
        "start": {
          "line": 22,
          "column": 71
        },
        "end": {
          "line": 22,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": ">",
      "start": 899,
      "end": 900,
      "loc": {
        "start": {
          "line": 22,
          "column": 77
        },
        "end": {
          "line": 22,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 901,
      "end": 904,
      "loc": {
        "start": {
          "line": 22,
          "column": 79
        },
        "end": {
          "line": 22,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 904,
      "end": 905,
      "loc": {
        "start": {
          "line": 22,
          "column": 82
        },
        "end": {
          "line": 22,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 905,
      "end": 906,
      "loc": {
        "start": {
          "line": 22,
          "column": 83
        },
        "end": {
          "line": 22,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 906,
      "end": 907,
      "loc": {
        "start": {
          "line": 22,
          "column": 84
        },
        "end": {
          "line": 22,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 912,
      "end": 913,
      "loc": {
        "start": {
          "line": 23,
          "column": 4
        },
        "end": {
          "line": 23,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 914,
      "end": 915,
      "loc": {
        "start": {
          "line": 24,
          "column": 0
        },
        "end": {
          "line": 24,
          "column": 1
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "Note: position of center is only partly used and may change",
      "start": 917,
      "end": 978,
      "loc": {
        "start": {
          "line": 26,
          "column": 0
        },
        "end": {
          "line": 26,
          "column": 61
        }
      }
    },
    {
      "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": 979,
      "end": 985,
      "loc": {
        "start": {
          "line": 27,
          "column": 0
        },
        "end": {
          "line": 27,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 986,
      "end": 994,
      "loc": {
        "start": {
          "line": 27,
          "column": 7
        },
        "end": {
          "line": 27,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "drawArcBy_S_E_Ch",
      "start": 995,
      "end": 1011,
      "loc": {
        "start": {
          "line": 27,
          "column": 16
        },
        "end": {
          "line": 27,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1011,
      "end": 1012,
      "loc": {
        "start": {
          "line": 27,
          "column": 32
        },
        "end": {
          "line": 27,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startPos",
      "start": 1012,
      "end": 1020,
      "loc": {
        "start": {
          "line": 27,
          "column": 33
        },
        "end": {
          "line": 27,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1020,
      "end": 1021,
      "loc": {
        "start": {
          "line": 27,
          "column": 41
        },
        "end": {
          "line": 27,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endPos",
      "start": 1022,
      "end": 1028,
      "loc": {
        "start": {
          "line": 27,
          "column": 43
        },
        "end": {
          "line": 27,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1028,
      "end": 1029,
      "loc": {
        "start": {
          "line": 27,
          "column": 49
        },
        "end": {
          "line": 27,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "centerPosHint",
      "start": 1030,
      "end": 1043,
      "loc": {
        "start": {
          "line": 27,
          "column": 51
        },
        "end": {
          "line": 27,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1043,
      "end": 1044,
      "loc": {
        "start": {
          "line": 27,
          "column": 64
        },
        "end": {
          "line": 27,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "takeLarger",
      "start": 1045,
      "end": 1055,
      "loc": {
        "start": {
          "line": 27,
          "column": 66
        },
        "end": {
          "line": 27,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1055,
      "end": 1056,
      "loc": {
        "start": {
          "line": 27,
          "column": 76
        },
        "end": {
          "line": 27,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1057,
      "end": 1058,
      "loc": {
        "start": {
          "line": 27,
          "column": 78
        },
        "end": {
          "line": 27,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 1063,
      "end": 1066,
      "loc": {
        "start": {
          "line": 28,
          "column": 4
        },
        "end": {
          "line": 28,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mid",
      "start": 1067,
      "end": 1070,
      "loc": {
        "start": {
          "line": 28,
          "column": 8
        },
        "end": {
          "line": 28,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1071,
      "end": 1072,
      "loc": {
        "start": {
          "line": 28,
          "column": 12
        },
        "end": {
          "line": 28,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endPos",
      "start": 1073,
      "end": 1079,
      "loc": {
        "start": {
          "line": 28,
          "column": 14
        },
        "end": {
          "line": 28,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1079,
      "end": 1080,
      "loc": {
        "start": {
          "line": 28,
          "column": 20
        },
        "end": {
          "line": 28,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 1080,
      "end": 1085,
      "loc": {
        "start": {
          "line": 28,
          "column": 21
        },
        "end": {
          "line": 28,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1085,
      "end": 1086,
      "loc": {
        "start": {
          "line": 28,
          "column": 26
        },
        "end": {
          "line": 28,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1086,
      "end": 1087,
      "loc": {
        "start": {
          "line": 28,
          "column": 27
        },
        "end": {
          "line": 28,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1087,
      "end": 1088,
      "loc": {
        "start": {
          "line": 28,
          "column": 28
        },
        "end": {
          "line": 28,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 1088,
      "end": 1091,
      "loc": {
        "start": {
          "line": 28,
          "column": 29
        },
        "end": {
          "line": 28,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1091,
      "end": 1092,
      "loc": {
        "start": {
          "line": 28,
          "column": 32
        },
        "end": {
          "line": 28,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startPos",
      "start": 1092,
      "end": 1100,
      "loc": {
        "start": {
          "line": 28,
          "column": 33
        },
        "end": {
          "line": 28,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1100,
      "end": 1101,
      "loc": {
        "start": {
          "line": 28,
          "column": 41
        },
        "end": {
          "line": 28,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1101,
      "end": 1102,
      "loc": {
        "start": {
          "line": 28,
          "column": 42
        },
        "end": {
          "line": 28,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "divideScalar",
      "start": 1102,
      "end": 1114,
      "loc": {
        "start": {
          "line": 28,
          "column": 43
        },
        "end": {
          "line": 28,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1114,
      "end": 1115,
      "loc": {
        "start": {
          "line": 28,
          "column": 55
        },
        "end": {
          "line": 28,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 1115,
      "end": 1116,
      "loc": {
        "start": {
          "line": 28,
          "column": 56
        },
        "end": {
          "line": 28,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1116,
      "end": 1117,
      "loc": {
        "start": {
          "line": 28,
          "column": 57
        },
        "end": {
          "line": 28,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1117,
      "end": 1118,
      "loc": {
        "start": {
          "line": 28,
          "column": 58
        },
        "end": {
          "line": 28,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 1123,
      "end": 1126,
      "loc": {
        "start": {
          "line": 29,
          "column": 4
        },
        "end": {
          "line": 29,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dir",
      "start": 1127,
      "end": 1130,
      "loc": {
        "start": {
          "line": 29,
          "column": 8
        },
        "end": {
          "line": 29,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1131,
      "end": 1132,
      "loc": {
        "start": {
          "line": 29,
          "column": 12
        },
        "end": {
          "line": 29,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endPos",
      "start": 1133,
      "end": 1139,
      "loc": {
        "start": {
          "line": 29,
          "column": 14
        },
        "end": {
          "line": 29,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1139,
      "end": 1140,
      "loc": {
        "start": {
          "line": 29,
          "column": 20
        },
        "end": {
          "line": 29,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 1140,
      "end": 1145,
      "loc": {
        "start": {
          "line": 29,
          "column": 21
        },
        "end": {
          "line": 29,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1145,
      "end": 1146,
      "loc": {
        "start": {
          "line": 29,
          "column": 26
        },
        "end": {
          "line": 29,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1146,
      "end": 1147,
      "loc": {
        "start": {
          "line": 29,
          "column": 27
        },
        "end": {
          "line": 29,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1147,
      "end": 1148,
      "loc": {
        "start": {
          "line": 29,
          "column": 28
        },
        "end": {
          "line": 29,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 1148,
      "end": 1151,
      "loc": {
        "start": {
          "line": 29,
          "column": 29
        },
        "end": {
          "line": 29,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1151,
      "end": 1152,
      "loc": {
        "start": {
          "line": 29,
          "column": 32
        },
        "end": {
          "line": 29,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startPos",
      "start": 1152,
      "end": 1160,
      "loc": {
        "start": {
          "line": 29,
          "column": 33
        },
        "end": {
          "line": 29,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1160,
      "end": 1161,
      "loc": {
        "start": {
          "line": 29,
          "column": 41
        },
        "end": {
          "line": 29,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1161,
      "end": 1162,
      "loc": {
        "start": {
          "line": 29,
          "column": 42
        },
        "end": {
          "line": 29,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 1167,
      "end": 1170,
      "loc": {
        "start": {
          "line": 30,
          "column": 4
        },
        "end": {
          "line": 30,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "per",
      "start": 1171,
      "end": 1174,
      "loc": {
        "start": {
          "line": 30,
          "column": 8
        },
        "end": {
          "line": 30,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1175,
      "end": 1176,
      "loc": {
        "start": {
          "line": 30,
          "column": 12
        },
        "end": {
          "line": 30,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 1177,
      "end": 1180,
      "loc": {
        "start": {
          "line": 30,
          "column": 14
        },
        "end": {
          "line": 30,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 1181,
      "end": 1186,
      "loc": {
        "start": {
          "line": 30,
          "column": 18
        },
        "end": {
          "line": 30,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1186,
      "end": 1187,
      "loc": {
        "start": {
          "line": 30,
          "column": 23
        },
        "end": {
          "line": 30,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Vector3",
      "start": 1187,
      "end": 1194,
      "loc": {
        "start": {
          "line": 30,
          "column": 24
        },
        "end": {
          "line": 30,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1194,
      "end": 1195,
      "loc": {
        "start": {
          "line": 30,
          "column": 31
        },
        "end": {
          "line": 30,
          "column": 32
        }
      }
    },
    {
      "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": 30,
          "column": 32
        },
        "end": {
          "line": 30,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dir",
      "start": 1196,
      "end": 1199,
      "loc": {
        "start": {
          "line": 30,
          "column": 33
        },
        "end": {
          "line": 30,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1199,
      "end": 1200,
      "loc": {
        "start": {
          "line": 30,
          "column": 36
        },
        "end": {
          "line": 30,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 1200,
      "end": 1201,
      "loc": {
        "start": {
          "line": 30,
          "column": 37
        },
        "end": {
          "line": 30,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1201,
      "end": 1202,
      "loc": {
        "start": {
          "line": 30,
          "column": 38
        },
        "end": {
          "line": 30,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dir",
      "start": 1203,
      "end": 1206,
      "loc": {
        "start": {
          "line": 30,
          "column": 40
        },
        "end": {
          "line": 30,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1206,
      "end": 1207,
      "loc": {
        "start": {
          "line": 30,
          "column": 43
        },
        "end": {
          "line": 30,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 1207,
      "end": 1208,
      "loc": {
        "start": {
          "line": 30,
          "column": 44
        },
        "end": {
          "line": 30,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1208,
      "end": 1209,
      "loc": {
        "start": {
          "line": 30,
          "column": 45
        },
        "end": {
          "line": 30,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 1210,
      "end": 1213,
      "loc": {
        "start": {
          "line": 30,
          "column": 47
        },
        "end": {
          "line": 30,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1213,
      "end": 1214,
      "loc": {
        "start": {
          "line": 30,
          "column": 50
        },
        "end": {
          "line": 30,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1214,
      "end": 1215,
      "loc": {
        "start": {
          "line": 30,
          "column": 51
        },
        "end": {
          "line": 30,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 1220,
      "end": 1223,
      "loc": {
        "start": {
          "line": 31,
          "column": 4
        },
        "end": {
          "line": 31,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dirMidPos",
      "start": 1224,
      "end": 1233,
      "loc": {
        "start": {
          "line": 31,
          "column": 8
        },
        "end": {
          "line": 31,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1234,
      "end": 1235,
      "loc": {
        "start": {
          "line": 31,
          "column": 18
        },
        "end": {
          "line": 31,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "centerPosHint",
      "start": 1236,
      "end": 1249,
      "loc": {
        "start": {
          "line": 31,
          "column": 20
        },
        "end": {
          "line": 31,
          "column": 33
        }
      }
    },
    {
      "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": 31,
          "column": 33
        },
        "end": {
          "line": 31,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 1250,
      "end": 1255,
      "loc": {
        "start": {
          "line": 31,
          "column": 34
        },
        "end": {
          "line": 31,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1255,
      "end": 1256,
      "loc": {
        "start": {
          "line": 31,
          "column": 39
        },
        "end": {
          "line": 31,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1256,
      "end": 1257,
      "loc": {
        "start": {
          "line": 31,
          "column": 40
        },
        "end": {
          "line": 31,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1257,
      "end": 1258,
      "loc": {
        "start": {
          "line": 31,
          "column": 41
        },
        "end": {
          "line": 31,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 1258,
      "end": 1261,
      "loc": {
        "start": {
          "line": 31,
          "column": 42
        },
        "end": {
          "line": 31,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1261,
      "end": 1262,
      "loc": {
        "start": {
          "line": 31,
          "column": 45
        },
        "end": {
          "line": 31,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mid",
      "start": 1262,
      "end": 1265,
      "loc": {
        "start": {
          "line": 31,
          "column": 46
        },
        "end": {
          "line": 31,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1265,
      "end": 1266,
      "loc": {
        "start": {
          "line": 31,
          "column": 49
        },
        "end": {
          "line": 31,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1266,
      "end": 1267,
      "loc": {
        "start": {
          "line": 31,
          "column": 50
        },
        "end": {
          "line": 31,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 1272,
      "end": 1275,
      "loc": {
        "start": {
          "line": 32,
          "column": 4
        },
        "end": {
          "line": 32,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ctr",
      "start": 1276,
      "end": 1279,
      "loc": {
        "start": {
          "line": 32,
          "column": 8
        },
        "end": {
          "line": 32,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1280,
      "end": 1281,
      "loc": {
        "start": {
          "line": 32,
          "column": 12
        },
        "end": {
          "line": 32,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dirMidPos",
      "start": 1282,
      "end": 1291,
      "loc": {
        "start": {
          "line": 32,
          "column": 14
        },
        "end": {
          "line": 32,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1291,
      "end": 1292,
      "loc": {
        "start": {
          "line": 32,
          "column": 23
        },
        "end": {
          "line": 32,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 1292,
      "end": 1297,
      "loc": {
        "start": {
          "line": 32,
          "column": 24
        },
        "end": {
          "line": 32,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1297,
      "end": 1298,
      "loc": {
        "start": {
          "line": 32,
          "column": 29
        },
        "end": {
          "line": 32,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1298,
      "end": 1299,
      "loc": {
        "start": {
          "line": 32,
          "column": 30
        },
        "end": {
          "line": 32,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1299,
      "end": 1300,
      "loc": {
        "start": {
          "line": 32,
          "column": 31
        },
        "end": {
          "line": 32,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "projectOnVector",
      "start": 1300,
      "end": 1315,
      "loc": {
        "start": {
          "line": 32,
          "column": 32
        },
        "end": {
          "line": 32,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1315,
      "end": 1316,
      "loc": {
        "start": {
          "line": 32,
          "column": 47
        },
        "end": {
          "line": 32,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "per",
      "start": 1316,
      "end": 1319,
      "loc": {
        "start": {
          "line": 32,
          "column": 48
        },
        "end": {
          "line": 32,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1319,
      "end": 1320,
      "loc": {
        "start": {
          "line": 32,
          "column": 51
        },
        "end": {
          "line": 32,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1320,
      "end": 1321,
      "loc": {
        "start": {
          "line": 32,
          "column": 52
        },
        "end": {
          "line": 32,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 1321,
      "end": 1324,
      "loc": {
        "start": {
          "line": 32,
          "column": 53
        },
        "end": {
          "line": 32,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1324,
      "end": 1325,
      "loc": {
        "start": {
          "line": 32,
          "column": 56
        },
        "end": {
          "line": 32,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mid",
      "start": 1325,
      "end": 1328,
      "loc": {
        "start": {
          "line": 32,
          "column": 57
        },
        "end": {
          "line": 32,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1328,
      "end": 1329,
      "loc": {
        "start": {
          "line": 32,
          "column": 60
        },
        "end": {
          "line": 32,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1329,
      "end": 1330,
      "loc": {
        "start": {
          "line": 32,
          "column": 61
        },
        "end": {
          "line": 32,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 1335,
      "end": 1338,
      "loc": {
        "start": {
          "line": 33,
          "column": 4
        },
        "end": {
          "line": 33,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dot",
      "start": 1339,
      "end": 1342,
      "loc": {
        "start": {
          "line": 33,
          "column": 8
        },
        "end": {
          "line": 33,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1343,
      "end": 1344,
      "loc": {
        "start": {
          "line": 33,
          "column": 12
        },
        "end": {
          "line": 33,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dirMidPos",
      "start": 1345,
      "end": 1354,
      "loc": {
        "start": {
          "line": 33,
          "column": 14
        },
        "end": {
          "line": 33,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1354,
      "end": 1355,
      "loc": {
        "start": {
          "line": 33,
          "column": 23
        },
        "end": {
          "line": 33,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dot",
      "start": 1355,
      "end": 1358,
      "loc": {
        "start": {
          "line": 33,
          "column": 24
        },
        "end": {
          "line": 33,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1358,
      "end": 1359,
      "loc": {
        "start": {
          "line": 33,
          "column": 27
        },
        "end": {
          "line": 33,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "per",
      "start": 1359,
      "end": 1362,
      "loc": {
        "start": {
          "line": 33,
          "column": 28
        },
        "end": {
          "line": 33,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1362,
      "end": 1363,
      "loc": {
        "start": {
          "line": 33,
          "column": 31
        },
        "end": {
          "line": 33,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1363,
      "end": 1364,
      "loc": {
        "start": {
          "line": 33,
          "column": 32
        },
        "end": {
          "line": 33,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 1369,
      "end": 1372,
      "loc": {
        "start": {
          "line": 34,
          "column": 4
        },
        "end": {
          "line": 34,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clockwise",
      "start": 1373,
      "end": 1382,
      "loc": {
        "start": {
          "line": 34,
          "column": 8
        },
        "end": {
          "line": 34,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1383,
      "end": 1384,
      "loc": {
        "start": {
          "line": 34,
          "column": 18
        },
        "end": {
          "line": 34,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1385,
      "end": 1386,
      "loc": {
        "start": {
          "line": 34,
          "column": 20
        },
        "end": {
          "line": 34,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dot",
      "start": 1386,
      "end": 1389,
      "loc": {
        "start": {
          "line": 34,
          "column": 21
        },
        "end": {
          "line": 34,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 1390,
      "end": 1391,
      "loc": {
        "start": {
          "line": 34,
          "column": 25
        },
        "end": {
          "line": 34,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 1392,
      "end": 1395,
      "loc": {
        "start": {
          "line": 34,
          "column": 27
        },
        "end": {
          "line": 34,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1395,
      "end": 1396,
      "loc": {
        "start": {
          "line": 34,
          "column": 30
        },
        "end": {
          "line": 34,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!=",
      "start": 1397,
      "end": 1399,
      "loc": {
        "start": {
          "line": 34,
          "column": 32
        },
        "end": {
          "line": 34,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1400,
      "end": 1401,
      "loc": {
        "start": {
          "line": 34,
          "column": 35
        },
        "end": {
          "line": 34,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 1401,
      "end": 1402,
      "loc": {
        "start": {
          "line": 34,
          "column": 36
        },
        "end": {
          "line": 34,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 1402,
      "end": 1403,
      "loc": {
        "start": {
          "line": 34,
          "column": 37
        },
        "end": {
          "line": 34,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "takeLarger",
      "start": 1403,
      "end": 1413,
      "loc": {
        "start": {
          "line": 34,
          "column": 38
        },
        "end": {
          "line": 34,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1413,
      "end": 1414,
      "loc": {
        "start": {
          "line": 34,
          "column": 48
        },
        "end": {
          "line": 34,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1414,
      "end": 1415,
      "loc": {
        "start": {
          "line": 34,
          "column": 49
        },
        "end": {
          "line": 34,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 1420,
      "end": 1426,
      "loc": {
        "start": {
          "line": 35,
          "column": 4
        },
        "end": {
          "line": 35,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1427,
      "end": 1428,
      "loc": {
        "start": {
          "line": 35,
          "column": 11
        },
        "end": {
          "line": 35,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 1428,
      "end": 1433,
      "loc": {
        "start": {
          "line": 35,
          "column": 12
        },
        "end": {
          "line": 35,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1433,
      "end": 1434,
      "loc": {
        "start": {
          "line": 35,
          "column": 17
        },
        "end": {
          "line": 35,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startPos",
      "start": 1435,
      "end": 1443,
      "loc": {
        "start": {
          "line": 35,
          "column": 19
        },
        "end": {
          "line": 35,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1443,
      "end": 1444,
      "loc": {
        "start": {
          "line": 35,
          "column": 27
        },
        "end": {
          "line": 35,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 1445,
      "end": 1448,
      "loc": {
        "start": {
          "line": 35,
          "column": 29
        },
        "end": {
          "line": 35,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1448,
      "end": 1449,
      "loc": {
        "start": {
          "line": 35,
          "column": 32
        },
        "end": {
          "line": 35,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endPos",
      "start": 1450,
      "end": 1456,
      "loc": {
        "start": {
          "line": 35,
          "column": 34
        },
        "end": {
          "line": 35,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1456,
      "end": 1457,
      "loc": {
        "start": {
          "line": 35,
          "column": 40
        },
        "end": {
          "line": 35,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 1458,
      "end": 1464,
      "loc": {
        "start": {
          "line": 35,
          "column": 42
        },
        "end": {
          "line": 35,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1464,
      "end": 1465,
      "loc": {
        "start": {
          "line": 35,
          "column": 48
        },
        "end": {
          "line": 35,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ctr",
      "start": 1466,
      "end": 1469,
      "loc": {
        "start": {
          "line": 35,
          "column": 50
        },
        "end": {
          "line": 35,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1469,
      "end": 1470,
      "loc": {
        "start": {
          "line": 35,
          "column": 53
        },
        "end": {
          "line": 35,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clockwise",
      "start": 1471,
      "end": 1480,
      "loc": {
        "start": {
          "line": 35,
          "column": 55
        },
        "end": {
          "line": 35,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1480,
      "end": 1481,
      "loc": {
        "start": {
          "line": 35,
          "column": 64
        },
        "end": {
          "line": 35,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clockwise",
      "start": 1482,
      "end": 1491,
      "loc": {
        "start": {
          "line": 35,
          "column": 66
        },
        "end": {
          "line": 35,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1491,
      "end": 1492,
      "loc": {
        "start": {
          "line": 35,
          "column": 75
        },
        "end": {
          "line": 35,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1492,
      "end": 1493,
      "loc": {
        "start": {
          "line": 35,
          "column": 76
        },
        "end": {
          "line": 35,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1494,
      "end": 1495,
      "loc": {
        "start": {
          "line": 36,
          "column": 0
        },
        "end": {
          "line": 36,
          "column": 1
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "Note: position of control point is only partly used and may change",
      "start": 1497,
      "end": 1565,
      "loc": {
        "start": {
          "line": 38,
          "column": 0
        },
        "end": {
          "line": 38,
          "column": 68
        }
      }
    },
    {
      "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": 1566,
      "end": 1572,
      "loc": {
        "start": {
          "line": 39,
          "column": 0
        },
        "end": {
          "line": 39,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 1573,
      "end": 1581,
      "loc": {
        "start": {
          "line": 39,
          "column": 7
        },
        "end": {
          "line": 39,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "drawArcBy_S_E_CPh",
      "start": 1582,
      "end": 1599,
      "loc": {
        "start": {
          "line": 39,
          "column": 16
        },
        "end": {
          "line": 39,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1599,
      "end": 1600,
      "loc": {
        "start": {
          "line": 39,
          "column": 33
        },
        "end": {
          "line": 39,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startPos",
      "start": 1600,
      "end": 1608,
      "loc": {
        "start": {
          "line": 39,
          "column": 34
        },
        "end": {
          "line": 39,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1608,
      "end": 1609,
      "loc": {
        "start": {
          "line": 39,
          "column": 42
        },
        "end": {
          "line": 39,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endPos",
      "start": 1610,
      "end": 1616,
      "loc": {
        "start": {
          "line": 39,
          "column": 44
        },
        "end": {
          "line": 39,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1616,
      "end": 1617,
      "loc": {
        "start": {
          "line": 39,
          "column": 50
        },
        "end": {
          "line": 39,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "controlPointHint",
      "start": 1618,
      "end": 1634,
      "loc": {
        "start": {
          "line": 39,
          "column": 52
        },
        "end": {
          "line": 39,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1634,
      "end": 1635,
      "loc": {
        "start": {
          "line": 39,
          "column": 68
        },
        "end": {
          "line": 39,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1636,
      "end": 1637,
      "loc": {
        "start": {
          "line": 39,
          "column": 70
        },
        "end": {
          "line": 39,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 1642,
      "end": 1645,
      "loc": {
        "start": {
          "line": 40,
          "column": 4
        },
        "end": {
          "line": 40,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mid",
      "start": 1646,
      "end": 1649,
      "loc": {
        "start": {
          "line": 40,
          "column": 8
        },
        "end": {
          "line": 40,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1650,
      "end": 1651,
      "loc": {
        "start": {
          "line": 40,
          "column": 12
        },
        "end": {
          "line": 40,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endPos",
      "start": 1652,
      "end": 1658,
      "loc": {
        "start": {
          "line": 40,
          "column": 14
        },
        "end": {
          "line": 40,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1658,
      "end": 1659,
      "loc": {
        "start": {
          "line": 40,
          "column": 20
        },
        "end": {
          "line": 40,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 1659,
      "end": 1664,
      "loc": {
        "start": {
          "line": 40,
          "column": 21
        },
        "end": {
          "line": 40,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1664,
      "end": 1665,
      "loc": {
        "start": {
          "line": 40,
          "column": 26
        },
        "end": {
          "line": 40,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1665,
      "end": 1666,
      "loc": {
        "start": {
          "line": 40,
          "column": 27
        },
        "end": {
          "line": 40,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1666,
      "end": 1667,
      "loc": {
        "start": {
          "line": 40,
          "column": 28
        },
        "end": {
          "line": 40,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 1667,
      "end": 1670,
      "loc": {
        "start": {
          "line": 40,
          "column": 29
        },
        "end": {
          "line": 40,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1670,
      "end": 1671,
      "loc": {
        "start": {
          "line": 40,
          "column": 32
        },
        "end": {
          "line": 40,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startPos",
      "start": 1671,
      "end": 1679,
      "loc": {
        "start": {
          "line": 40,
          "column": 33
        },
        "end": {
          "line": 40,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1679,
      "end": 1680,
      "loc": {
        "start": {
          "line": 40,
          "column": 41
        },
        "end": {
          "line": 40,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1680,
      "end": 1681,
      "loc": {
        "start": {
          "line": 40,
          "column": 42
        },
        "end": {
          "line": 40,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "divideScalar",
      "start": 1681,
      "end": 1693,
      "loc": {
        "start": {
          "line": 40,
          "column": 43
        },
        "end": {
          "line": 40,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1693,
      "end": 1694,
      "loc": {
        "start": {
          "line": 40,
          "column": 55
        },
        "end": {
          "line": 40,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 1694,
      "end": 1695,
      "loc": {
        "start": {
          "line": 40,
          "column": 56
        },
        "end": {
          "line": 40,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1695,
      "end": 1696,
      "loc": {
        "start": {
          "line": 40,
          "column": 57
        },
        "end": {
          "line": 40,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1696,
      "end": 1697,
      "loc": {
        "start": {
          "line": 40,
          "column": 58
        },
        "end": {
          "line": 40,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 1702,
      "end": 1705,
      "loc": {
        "start": {
          "line": 41,
          "column": 4
        },
        "end": {
          "line": 41,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dir",
      "start": 1706,
      "end": 1709,
      "loc": {
        "start": {
          "line": 41,
          "column": 8
        },
        "end": {
          "line": 41,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1710,
      "end": 1711,
      "loc": {
        "start": {
          "line": 41,
          "column": 12
        },
        "end": {
          "line": 41,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endPos",
      "start": 1712,
      "end": 1718,
      "loc": {
        "start": {
          "line": 41,
          "column": 14
        },
        "end": {
          "line": 41,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1718,
      "end": 1719,
      "loc": {
        "start": {
          "line": 41,
          "column": 20
        },
        "end": {
          "line": 41,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 1719,
      "end": 1724,
      "loc": {
        "start": {
          "line": 41,
          "column": 21
        },
        "end": {
          "line": 41,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1724,
      "end": 1725,
      "loc": {
        "start": {
          "line": 41,
          "column": 26
        },
        "end": {
          "line": 41,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1725,
      "end": 1726,
      "loc": {
        "start": {
          "line": 41,
          "column": 27
        },
        "end": {
          "line": 41,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1726,
      "end": 1727,
      "loc": {
        "start": {
          "line": 41,
          "column": 28
        },
        "end": {
          "line": 41,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 1727,
      "end": 1730,
      "loc": {
        "start": {
          "line": 41,
          "column": 29
        },
        "end": {
          "line": 41,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1730,
      "end": 1731,
      "loc": {
        "start": {
          "line": 41,
          "column": 32
        },
        "end": {
          "line": 41,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startPos",
      "start": 1731,
      "end": 1739,
      "loc": {
        "start": {
          "line": 41,
          "column": 33
        },
        "end": {
          "line": 41,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1739,
      "end": 1740,
      "loc": {
        "start": {
          "line": 41,
          "column": 41
        },
        "end": {
          "line": 41,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1740,
      "end": 1741,
      "loc": {
        "start": {
          "line": 41,
          "column": 42
        },
        "end": {
          "line": 41,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 1746,
      "end": 1749,
      "loc": {
        "start": {
          "line": 42,
          "column": 4
        },
        "end": {
          "line": 42,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "per",
      "start": 1750,
      "end": 1753,
      "loc": {
        "start": {
          "line": 42,
          "column": 8
        },
        "end": {
          "line": 42,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1754,
      "end": 1755,
      "loc": {
        "start": {
          "line": 42,
          "column": 12
        },
        "end": {
          "line": 42,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 1756,
      "end": 1759,
      "loc": {
        "start": {
          "line": 42,
          "column": 14
        },
        "end": {
          "line": 42,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 1760,
      "end": 1765,
      "loc": {
        "start": {
          "line": 42,
          "column": 18
        },
        "end": {
          "line": 42,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1765,
      "end": 1766,
      "loc": {
        "start": {
          "line": 42,
          "column": 23
        },
        "end": {
          "line": 42,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Vector3",
      "start": 1766,
      "end": 1773,
      "loc": {
        "start": {
          "line": 42,
          "column": 24
        },
        "end": {
          "line": 42,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1773,
      "end": 1774,
      "loc": {
        "start": {
          "line": 42,
          "column": 31
        },
        "end": {
          "line": 42,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 1774,
      "end": 1775,
      "loc": {
        "start": {
          "line": 42,
          "column": 32
        },
        "end": {
          "line": 42,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dir",
      "start": 1775,
      "end": 1778,
      "loc": {
        "start": {
          "line": 42,
          "column": 33
        },
        "end": {
          "line": 42,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1778,
      "end": 1779,
      "loc": {
        "start": {
          "line": 42,
          "column": 36
        },
        "end": {
          "line": 42,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 1779,
      "end": 1780,
      "loc": {
        "start": {
          "line": 42,
          "column": 37
        },
        "end": {
          "line": 42,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1780,
      "end": 1781,
      "loc": {
        "start": {
          "line": 42,
          "column": 38
        },
        "end": {
          "line": 42,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dir",
      "start": 1782,
      "end": 1785,
      "loc": {
        "start": {
          "line": 42,
          "column": 40
        },
        "end": {
          "line": 42,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1785,
      "end": 1786,
      "loc": {
        "start": {
          "line": 42,
          "column": 43
        },
        "end": {
          "line": 42,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 1786,
      "end": 1787,
      "loc": {
        "start": {
          "line": 42,
          "column": 44
        },
        "end": {
          "line": 42,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1787,
      "end": 1788,
      "loc": {
        "start": {
          "line": 42,
          "column": 45
        },
        "end": {
          "line": 42,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 1789,
      "end": 1792,
      "loc": {
        "start": {
          "line": 42,
          "column": 47
        },
        "end": {
          "line": 42,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1792,
      "end": 1793,
      "loc": {
        "start": {
          "line": 42,
          "column": 50
        },
        "end": {
          "line": 42,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1793,
      "end": 1794,
      "loc": {
        "start": {
          "line": 42,
          "column": 51
        },
        "end": {
          "line": 42,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 1799,
      "end": 1802,
      "loc": {
        "start": {
          "line": 43,
          "column": 4
        },
        "end": {
          "line": 43,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dirMidPos",
      "start": 1803,
      "end": 1812,
      "loc": {
        "start": {
          "line": 43,
          "column": 8
        },
        "end": {
          "line": 43,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1813,
      "end": 1814,
      "loc": {
        "start": {
          "line": 43,
          "column": 18
        },
        "end": {
          "line": 43,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "controlPointHint",
      "start": 1815,
      "end": 1831,
      "loc": {
        "start": {
          "line": 43,
          "column": 20
        },
        "end": {
          "line": 43,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1831,
      "end": 1832,
      "loc": {
        "start": {
          "line": 43,
          "column": 36
        },
        "end": {
          "line": 43,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 1832,
      "end": 1837,
      "loc": {
        "start": {
          "line": 43,
          "column": 37
        },
        "end": {
          "line": 43,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1837,
      "end": 1838,
      "loc": {
        "start": {
          "line": 43,
          "column": 42
        },
        "end": {
          "line": 43,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1838,
      "end": 1839,
      "loc": {
        "start": {
          "line": 43,
          "column": 43
        },
        "end": {
          "line": 43,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1839,
      "end": 1840,
      "loc": {
        "start": {
          "line": 43,
          "column": 44
        },
        "end": {
          "line": 43,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 1840,
      "end": 1843,
      "loc": {
        "start": {
          "line": 43,
          "column": 45
        },
        "end": {
          "line": 43,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1843,
      "end": 1844,
      "loc": {
        "start": {
          "line": 43,
          "column": 48
        },
        "end": {
          "line": 43,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mid",
      "start": 1844,
      "end": 1847,
      "loc": {
        "start": {
          "line": 43,
          "column": 49
        },
        "end": {
          "line": 43,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1847,
      "end": 1848,
      "loc": {
        "start": {
          "line": 43,
          "column": 52
        },
        "end": {
          "line": 43,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1848,
      "end": 1849,
      "loc": {
        "start": {
          "line": 43,
          "column": 53
        },
        "end": {
          "line": 43,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 1854,
      "end": 1857,
      "loc": {
        "start": {
          "line": 44,
          "column": 4
        },
        "end": {
          "line": 44,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dirMidCtrl",
      "start": 1858,
      "end": 1868,
      "loc": {
        "start": {
          "line": 44,
          "column": 8
        },
        "end": {
          "line": 44,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1869,
      "end": 1870,
      "loc": {
        "start": {
          "line": 44,
          "column": 19
        },
        "end": {
          "line": 44,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dirMidPos",
      "start": 1871,
      "end": 1880,
      "loc": {
        "start": {
          "line": 44,
          "column": 21
        },
        "end": {
          "line": 44,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1880,
      "end": 1881,
      "loc": {
        "start": {
          "line": 44,
          "column": 30
        },
        "end": {
          "line": 44,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 1881,
      "end": 1886,
      "loc": {
        "start": {
          "line": 44,
          "column": 31
        },
        "end": {
          "line": 44,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1886,
      "end": 1887,
      "loc": {
        "start": {
          "line": 44,
          "column": 36
        },
        "end": {
          "line": 44,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1887,
      "end": 1888,
      "loc": {
        "start": {
          "line": 44,
          "column": 37
        },
        "end": {
          "line": 44,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1888,
      "end": 1889,
      "loc": {
        "start": {
          "line": 44,
          "column": 38
        },
        "end": {
          "line": 44,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "projectOnVector",
      "start": 1889,
      "end": 1904,
      "loc": {
        "start": {
          "line": 44,
          "column": 39
        },
        "end": {
          "line": 44,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1904,
      "end": 1905,
      "loc": {
        "start": {
          "line": 44,
          "column": 54
        },
        "end": {
          "line": 44,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "per",
      "start": 1905,
      "end": 1908,
      "loc": {
        "start": {
          "line": 44,
          "column": 55
        },
        "end": {
          "line": 44,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1908,
      "end": 1909,
      "loc": {
        "start": {
          "line": 44,
          "column": 58
        },
        "end": {
          "line": 44,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1909,
      "end": 1910,
      "loc": {
        "start": {
          "line": 44,
          "column": 59
        },
        "end": {
          "line": 44,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 1915,
      "end": 1918,
      "loc": {
        "start": {
          "line": 45,
          "column": 4
        },
        "end": {
          "line": 45,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "height",
      "start": 1919,
      "end": 1925,
      "loc": {
        "start": {
          "line": 45,
          "column": 8
        },
        "end": {
          "line": 45,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1926,
      "end": 1927,
      "loc": {
        "start": {
          "line": 45,
          "column": 15
        },
        "end": {
          "line": 45,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dirMidCtrl",
      "start": 1928,
      "end": 1938,
      "loc": {
        "start": {
          "line": 45,
          "column": 17
        },
        "end": {
          "line": 45,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1938,
      "end": 1939,
      "loc": {
        "start": {
          "line": 45,
          "column": 27
        },
        "end": {
          "line": 45,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 1939,
      "end": 1945,
      "loc": {
        "start": {
          "line": 45,
          "column": 28
        },
        "end": {
          "line": 45,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1945,
      "end": 1946,
      "loc": {
        "start": {
          "line": 45,
          "column": 34
        },
        "end": {
          "line": 45,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1946,
      "end": 1947,
      "loc": {
        "start": {
          "line": 45,
          "column": 35
        },
        "end": {
          "line": 45,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1947,
      "end": 1948,
      "loc": {
        "start": {
          "line": 45,
          "column": 36
        },
        "end": {
          "line": 45,
          "column": 37
        }
      }
    },
    {
      "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": 1953,
      "end": 1955,
      "loc": {
        "start": {
          "line": 46,
          "column": 4
        },
        "end": {
          "line": 46,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1956,
      "end": 1957,
      "loc": {
        "start": {
          "line": 46,
          "column": 7
        },
        "end": {
          "line": 46,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "height",
      "start": 1957,
      "end": 1963,
      "loc": {
        "start": {
          "line": 46,
          "column": 8
        },
        "end": {
          "line": 46,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<=",
      "start": 1964,
      "end": 1966,
      "loc": {
        "start": {
          "line": 46,
          "column": 15
        },
        "end": {
          "line": 46,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0.001,
      "start": 1967,
      "end": 1971,
      "loc": {
        "start": {
          "line": 46,
          "column": 18
        },
        "end": {
          "line": 46,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1971,
      "end": 1972,
      "loc": {
        "start": {
          "line": 46,
          "column": 22
        },
        "end": {
          "line": 46,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 1981,
      "end": 1987,
      "loc": {
        "start": {
          "line": 47,
          "column": 8
        },
        "end": {
          "line": 47,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1988,
      "end": 1989,
      "loc": {
        "start": {
          "line": 47,
          "column": 15
        },
        "end": {
          "line": 47,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 1989,
      "end": 1994,
      "loc": {
        "start": {
          "line": 47,
          "column": 16
        },
        "end": {
          "line": 47,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1994,
      "end": 1995,
      "loc": {
        "start": {
          "line": 47,
          "column": 21
        },
        "end": {
          "line": 47,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startPos",
      "start": 1996,
      "end": 2004,
      "loc": {
        "start": {
          "line": 47,
          "column": 23
        },
        "end": {
          "line": 47,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2004,
      "end": 2005,
      "loc": {
        "start": {
          "line": 47,
          "column": 31
        },
        "end": {
          "line": 47,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 2006,
      "end": 2009,
      "loc": {
        "start": {
          "line": 47,
          "column": 33
        },
        "end": {
          "line": 47,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2009,
      "end": 2010,
      "loc": {
        "start": {
          "line": 47,
          "column": 36
        },
        "end": {
          "line": 47,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endPos",
      "start": 2011,
      "end": 2017,
      "loc": {
        "start": {
          "line": 47,
          "column": 38
        },
        "end": {
          "line": 47,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2017,
      "end": 2018,
      "loc": {
        "start": {
          "line": 47,
          "column": 44
        },
        "end": {
          "line": 47,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2018,
      "end": 2019,
      "loc": {
        "start": {
          "line": 47,
          "column": 45
        },
        "end": {
          "line": 47,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 2024,
      "end": 2027,
      "loc": {
        "start": {
          "line": 48,
          "column": 4
        },
        "end": {
          "line": 48,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "halfDist",
      "start": 2028,
      "end": 2036,
      "loc": {
        "start": {
          "line": 48,
          "column": 8
        },
        "end": {
          "line": 48,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2037,
      "end": 2038,
      "loc": {
        "start": {
          "line": 48,
          "column": 17
        },
        "end": {
          "line": 48,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dir",
      "start": 2039,
      "end": 2042,
      "loc": {
        "start": {
          "line": 48,
          "column": 19
        },
        "end": {
          "line": 48,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2042,
      "end": 2043,
      "loc": {
        "start": {
          "line": 48,
          "column": 22
        },
        "end": {
          "line": 48,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 2043,
      "end": 2049,
      "loc": {
        "start": {
          "line": 48,
          "column": 23
        },
        "end": {
          "line": 48,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2049,
      "end": 2050,
      "loc": {
        "start": {
          "line": 48,
          "column": 29
        },
        "end": {
          "line": 48,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2050,
      "end": 2051,
      "loc": {
        "start": {
          "line": 48,
          "column": 30
        },
        "end": {
          "line": 48,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 2052,
      "end": 2053,
      "loc": {
        "start": {
          "line": 48,
          "column": 32
        },
        "end": {
          "line": 48,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 2054,
      "end": 2057,
      "loc": {
        "start": {
          "line": 48,
          "column": 34
        },
        "end": {
          "line": 48,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2057,
      "end": 2058,
      "loc": {
        "start": {
          "line": 48,
          "column": 37
        },
        "end": {
          "line": 48,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 2063,
      "end": 2066,
      "loc": {
        "start": {
          "line": 49,
          "column": 4
        },
        "end": {
          "line": 49,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "coeff",
      "start": 2067,
      "end": 2072,
      "loc": {
        "start": {
          "line": 49,
          "column": 8
        },
        "end": {
          "line": 49,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2073,
      "end": 2074,
      "loc": {
        "start": {
          "line": 49,
          "column": 14
        },
        "end": {
          "line": 49,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 2075,
      "end": 2076,
      "loc": {
        "start": {
          "line": 49,
          "column": 16
        },
        "end": {
          "line": 49,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2076,
      "end": 2077,
      "loc": {
        "start": {
          "line": 49,
          "column": 17
        },
        "end": {
          "line": 49,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "halfDist",
      "start": 2077,
      "end": 2085,
      "loc": {
        "start": {
          "line": 49,
          "column": 18
        },
        "end": {
          "line": 49,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 2086,
      "end": 2087,
      "loc": {
        "start": {
          "line": 49,
          "column": 27
        },
        "end": {
          "line": 49,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "halfDist",
      "start": 2088,
      "end": 2096,
      "loc": {
        "start": {
          "line": 49,
          "column": 29
        },
        "end": {
          "line": 49,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2096,
      "end": 2097,
      "loc": {
        "start": {
          "line": 49,
          "column": 37
        },
        "end": {
          "line": 49,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 2098,
      "end": 2099,
      "loc": {
        "start": {
          "line": 49,
          "column": 39
        },
        "end": {
          "line": 49,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2100,
      "end": 2101,
      "loc": {
        "start": {
          "line": 49,
          "column": 41
        },
        "end": {
          "line": 49,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "height",
      "start": 2101,
      "end": 2107,
      "loc": {
        "start": {
          "line": 49,
          "column": 42
        },
        "end": {
          "line": 49,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 2108,
      "end": 2109,
      "loc": {
        "start": {
          "line": 49,
          "column": 49
        },
        "end": {
          "line": 49,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "height",
      "start": 2110,
      "end": 2116,
      "loc": {
        "start": {
          "line": 49,
          "column": 51
        },
        "end": {
          "line": 49,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2116,
      "end": 2117,
      "loc": {
        "start": {
          "line": 49,
          "column": 57
        },
        "end": {
          "line": 49,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2117,
      "end": 2118,
      "loc": {
        "start": {
          "line": 49,
          "column": 58
        },
        "end": {
          "line": 49,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 2123,
      "end": 2126,
      "loc": {
        "start": {
          "line": 50,
          "column": 4
        },
        "end": {
          "line": 50,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ctr",
      "start": 2127,
      "end": 2130,
      "loc": {
        "start": {
          "line": 50,
          "column": 8
        },
        "end": {
          "line": 50,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2131,
      "end": 2132,
      "loc": {
        "start": {
          "line": 50,
          "column": 12
        },
        "end": {
          "line": 50,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dirMidCtrl",
      "start": 2133,
      "end": 2143,
      "loc": {
        "start": {
          "line": 50,
          "column": 14
        },
        "end": {
          "line": 50,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2143,
      "end": 2144,
      "loc": {
        "start": {
          "line": 50,
          "column": 24
        },
        "end": {
          "line": 50,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 2144,
      "end": 2149,
      "loc": {
        "start": {
          "line": 50,
          "column": 25
        },
        "end": {
          "line": 50,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2149,
      "end": 2150,
      "loc": {
        "start": {
          "line": 50,
          "column": 30
        },
        "end": {
          "line": 50,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2150,
      "end": 2151,
      "loc": {
        "start": {
          "line": 50,
          "column": 31
        },
        "end": {
          "line": 50,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2151,
      "end": 2152,
      "loc": {
        "start": {
          "line": 50,
          "column": 32
        },
        "end": {
          "line": 50,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "multiplyScalar",
      "start": 2152,
      "end": 2166,
      "loc": {
        "start": {
          "line": 50,
          "column": 33
        },
        "end": {
          "line": 50,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2166,
      "end": 2167,
      "loc": {
        "start": {
          "line": 50,
          "column": 47
        },
        "end": {
          "line": 50,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "coeff",
      "start": 2167,
      "end": 2172,
      "loc": {
        "start": {
          "line": 50,
          "column": 48
        },
        "end": {
          "line": 50,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2172,
      "end": 2173,
      "loc": {
        "start": {
          "line": 50,
          "column": 53
        },
        "end": {
          "line": 50,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2173,
      "end": 2174,
      "loc": {
        "start": {
          "line": 50,
          "column": 54
        },
        "end": {
          "line": 50,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 2174,
      "end": 2177,
      "loc": {
        "start": {
          "line": 50,
          "column": 55
        },
        "end": {
          "line": 50,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2177,
      "end": 2178,
      "loc": {
        "start": {
          "line": 50,
          "column": 58
        },
        "end": {
          "line": 50,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mid",
      "start": 2178,
      "end": 2181,
      "loc": {
        "start": {
          "line": 50,
          "column": 59
        },
        "end": {
          "line": 50,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2181,
      "end": 2182,
      "loc": {
        "start": {
          "line": 50,
          "column": 62
        },
        "end": {
          "line": 50,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2182,
      "end": 2183,
      "loc": {
        "start": {
          "line": 50,
          "column": 63
        },
        "end": {
          "line": 50,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 2188,
      "end": 2191,
      "loc": {
        "start": {
          "line": 51,
          "column": 4
        },
        "end": {
          "line": 51,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dot",
      "start": 2192,
      "end": 2195,
      "loc": {
        "start": {
          "line": 51,
          "column": 8
        },
        "end": {
          "line": 51,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2196,
      "end": 2197,
      "loc": {
        "start": {
          "line": 51,
          "column": 12
        },
        "end": {
          "line": 51,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dirMidPos",
      "start": 2198,
      "end": 2207,
      "loc": {
        "start": {
          "line": 51,
          "column": 14
        },
        "end": {
          "line": 51,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2207,
      "end": 2208,
      "loc": {
        "start": {
          "line": 51,
          "column": 23
        },
        "end": {
          "line": 51,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dot",
      "start": 2208,
      "end": 2211,
      "loc": {
        "start": {
          "line": 51,
          "column": 24
        },
        "end": {
          "line": 51,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2211,
      "end": 2212,
      "loc": {
        "start": {
          "line": 51,
          "column": 27
        },
        "end": {
          "line": 51,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "per",
      "start": 2212,
      "end": 2215,
      "loc": {
        "start": {
          "line": 51,
          "column": 28
        },
        "end": {
          "line": 51,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2215,
      "end": 2216,
      "loc": {
        "start": {
          "line": 51,
          "column": 31
        },
        "end": {
          "line": 51,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2216,
      "end": 2217,
      "loc": {
        "start": {
          "line": 51,
          "column": 32
        },
        "end": {
          "line": 51,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 2222,
      "end": 2225,
      "loc": {
        "start": {
          "line": 52,
          "column": 4
        },
        "end": {
          "line": 52,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clockwise",
      "start": 2226,
      "end": 2235,
      "loc": {
        "start": {
          "line": 52,
          "column": 8
        },
        "end": {
          "line": 52,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2236,
      "end": 2237,
      "loc": {
        "start": {
          "line": 52,
          "column": 18
        },
        "end": {
          "line": 52,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2238,
      "end": 2239,
      "loc": {
        "start": {
          "line": 52,
          "column": 20
        },
        "end": {
          "line": 52,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dot",
      "start": 2239,
      "end": 2242,
      "loc": {
        "start": {
          "line": 52,
          "column": 21
        },
        "end": {
          "line": 52,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": ">",
      "start": 2243,
      "end": 2244,
      "loc": {
        "start": {
          "line": 52,
          "column": 25
        },
        "end": {
          "line": 52,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 2245,
      "end": 2248,
      "loc": {
        "start": {
          "line": 52,
          "column": 27
        },
        "end": {
          "line": 52,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2248,
      "end": 2249,
      "loc": {
        "start": {
          "line": 52,
          "column": 30
        },
        "end": {
          "line": 52,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2249,
      "end": 2250,
      "loc": {
        "start": {
          "line": 52,
          "column": 31
        },
        "end": {
          "line": 52,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 2255,
      "end": 2261,
      "loc": {
        "start": {
          "line": 53,
          "column": 4
        },
        "end": {
          "line": 53,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2262,
      "end": 2263,
      "loc": {
        "start": {
          "line": 53,
          "column": 11
        },
        "end": {
          "line": 53,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 2263,
      "end": 2268,
      "loc": {
        "start": {
          "line": 53,
          "column": 12
        },
        "end": {
          "line": 53,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2268,
      "end": 2269,
      "loc": {
        "start": {
          "line": 53,
          "column": 17
        },
        "end": {
          "line": 53,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startPos",
      "start": 2270,
      "end": 2278,
      "loc": {
        "start": {
          "line": 53,
          "column": 19
        },
        "end": {
          "line": 53,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2278,
      "end": 2279,
      "loc": {
        "start": {
          "line": 53,
          "column": 27
        },
        "end": {
          "line": 53,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 2280,
      "end": 2283,
      "loc": {
        "start": {
          "line": 53,
          "column": 29
        },
        "end": {
          "line": 53,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2283,
      "end": 2284,
      "loc": {
        "start": {
          "line": 53,
          "column": 32
        },
        "end": {
          "line": 53,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endPos",
      "start": 2285,
      "end": 2291,
      "loc": {
        "start": {
          "line": 53,
          "column": 34
        },
        "end": {
          "line": 53,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2291,
      "end": 2292,
      "loc": {
        "start": {
          "line": 53,
          "column": 40
        },
        "end": {
          "line": 53,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 2293,
      "end": 2299,
      "loc": {
        "start": {
          "line": 53,
          "column": 42
        },
        "end": {
          "line": 53,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2299,
      "end": 2300,
      "loc": {
        "start": {
          "line": 53,
          "column": 48
        },
        "end": {
          "line": 53,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ctr",
      "start": 2301,
      "end": 2304,
      "loc": {
        "start": {
          "line": 53,
          "column": 50
        },
        "end": {
          "line": 53,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2304,
      "end": 2305,
      "loc": {
        "start": {
          "line": 53,
          "column": 53
        },
        "end": {
          "line": 53,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clockwise",
      "start": 2306,
      "end": 2315,
      "loc": {
        "start": {
          "line": 53,
          "column": 55
        },
        "end": {
          "line": 53,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2315,
      "end": 2316,
      "loc": {
        "start": {
          "line": 53,
          "column": 64
        },
        "end": {
          "line": 53,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clockwise",
      "start": 2317,
      "end": 2326,
      "loc": {
        "start": {
          "line": 53,
          "column": 66
        },
        "end": {
          "line": 53,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2326,
      "end": 2327,
      "loc": {
        "start": {
          "line": 53,
          "column": 75
        },
        "end": {
          "line": 53,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2327,
      "end": 2328,
      "loc": {
        "start": {
          "line": 53,
          "column": 76
        },
        "end": {
          "line": 53,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2329,
      "end": 2330,
      "loc": {
        "start": {
          "line": 54,
          "column": 0
        },
        "end": {
          "line": 54,
          "column": 1
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "Note: middle point should be within circlewith diameter [SE], otherwise it would be corrected",
      "start": 2332,
      "end": 2427,
      "loc": {
        "start": {
          "line": 56,
          "column": 0
        },
        "end": {
          "line": 56,
          "column": 95
        }
      }
    },
    {
      "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": 2428,
      "end": 2434,
      "loc": {
        "start": {
          "line": 57,
          "column": 0
        },
        "end": {
          "line": 57,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 2435,
      "end": 2443,
      "loc": {
        "start": {
          "line": 57,
          "column": 7
        },
        "end": {
          "line": 57,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "drawArcBy_S_E_M",
      "start": 2444,
      "end": 2459,
      "loc": {
        "start": {
          "line": 57,
          "column": 16
        },
        "end": {
          "line": 57,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2459,
      "end": 2460,
      "loc": {
        "start": {
          "line": 57,
          "column": 31
        },
        "end": {
          "line": 57,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startPos",
      "start": 2460,
      "end": 2468,
      "loc": {
        "start": {
          "line": 57,
          "column": 32
        },
        "end": {
          "line": 57,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2468,
      "end": 2469,
      "loc": {
        "start": {
          "line": 57,
          "column": 40
        },
        "end": {
          "line": 57,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endPos",
      "start": 2470,
      "end": 2476,
      "loc": {
        "start": {
          "line": 57,
          "column": 42
        },
        "end": {
          "line": 57,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2476,
      "end": 2477,
      "loc": {
        "start": {
          "line": 57,
          "column": 48
        },
        "end": {
          "line": 57,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "middlePos",
      "start": 2478,
      "end": 2487,
      "loc": {
        "start": {
          "line": 57,
          "column": 50
        },
        "end": {
          "line": 57,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2487,
      "end": 2488,
      "loc": {
        "start": {
          "line": 57,
          "column": 59
        },
        "end": {
          "line": 57,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2489,
      "end": 2490,
      "loc": {
        "start": {
          "line": 57,
          "column": 61
        },
        "end": {
          "line": 57,
          "column": 62
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "since vector math is a huge pain in JS, we do it in a stupid way",
      "start": 2495,
      "end": 2561,
      "loc": {
        "start": {
          "line": 58,
          "column": 4
        },
        "end": {
          "line": 58,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 2566,
      "end": 2569,
      "loc": {
        "start": {
          "line": 59,
          "column": 4
        },
        "end": {
          "line": 59,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lSE",
      "start": 2570,
      "end": 2573,
      "loc": {
        "start": {
          "line": 59,
          "column": 8
        },
        "end": {
          "line": 59,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2574,
      "end": 2575,
      "loc": {
        "start": {
          "line": 59,
          "column": 12
        },
        "end": {
          "line": 59,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startPos",
      "start": 2576,
      "end": 2584,
      "loc": {
        "start": {
          "line": 59,
          "column": 14
        },
        "end": {
          "line": 59,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2584,
      "end": 2585,
      "loc": {
        "start": {
          "line": 59,
          "column": 22
        },
        "end": {
          "line": 59,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "distanceTo",
      "start": 2585,
      "end": 2595,
      "loc": {
        "start": {
          "line": 59,
          "column": 23
        },
        "end": {
          "line": 59,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2595,
      "end": 2596,
      "loc": {
        "start": {
          "line": 59,
          "column": 33
        },
        "end": {
          "line": 59,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endPos",
      "start": 2596,
      "end": 2602,
      "loc": {
        "start": {
          "line": 59,
          "column": 34
        },
        "end": {
          "line": 59,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2602,
      "end": 2603,
      "loc": {
        "start": {
          "line": 59,
          "column": 40
        },
        "end": {
          "line": 59,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2603,
      "end": 2604,
      "loc": {
        "start": {
          "line": 59,
          "column": 41
        },
        "end": {
          "line": 59,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 2609,
      "end": 2612,
      "loc": {
        "start": {
          "line": 60,
          "column": 4
        },
        "end": {
          "line": 60,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lSM",
      "start": 2613,
      "end": 2616,
      "loc": {
        "start": {
          "line": 60,
          "column": 8
        },
        "end": {
          "line": 60,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2617,
      "end": 2618,
      "loc": {
        "start": {
          "line": 60,
          "column": 12
        },
        "end": {
          "line": 60,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startPos",
      "start": 2619,
      "end": 2627,
      "loc": {
        "start": {
          "line": 60,
          "column": 14
        },
        "end": {
          "line": 60,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2627,
      "end": 2628,
      "loc": {
        "start": {
          "line": 60,
          "column": 22
        },
        "end": {
          "line": 60,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "distanceTo",
      "start": 2628,
      "end": 2638,
      "loc": {
        "start": {
          "line": 60,
          "column": 23
        },
        "end": {
          "line": 60,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2638,
      "end": 2639,
      "loc": {
        "start": {
          "line": 60,
          "column": 33
        },
        "end": {
          "line": 60,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "middlePos",
      "start": 2639,
      "end": 2648,
      "loc": {
        "start": {
          "line": 60,
          "column": 34
        },
        "end": {
          "line": 60,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2648,
      "end": 2649,
      "loc": {
        "start": {
          "line": 60,
          "column": 43
        },
        "end": {
          "line": 60,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2649,
      "end": 2650,
      "loc": {
        "start": {
          "line": 60,
          "column": 44
        },
        "end": {
          "line": 60,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 2655,
      "end": 2658,
      "loc": {
        "start": {
          "line": 61,
          "column": 4
        },
        "end": {
          "line": 61,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lEM",
      "start": 2659,
      "end": 2662,
      "loc": {
        "start": {
          "line": 61,
          "column": 8
        },
        "end": {
          "line": 61,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2663,
      "end": 2664,
      "loc": {
        "start": {
          "line": 61,
          "column": 12
        },
        "end": {
          "line": 61,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endPos",
      "start": 2665,
      "end": 2671,
      "loc": {
        "start": {
          "line": 61,
          "column": 14
        },
        "end": {
          "line": 61,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2671,
      "end": 2672,
      "loc": {
        "start": {
          "line": 61,
          "column": 20
        },
        "end": {
          "line": 61,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "distanceTo",
      "start": 2672,
      "end": 2682,
      "loc": {
        "start": {
          "line": 61,
          "column": 21
        },
        "end": {
          "line": 61,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2682,
      "end": 2683,
      "loc": {
        "start": {
          "line": 61,
          "column": 31
        },
        "end": {
          "line": 61,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "middlePos",
      "start": 2683,
      "end": 2692,
      "loc": {
        "start": {
          "line": 61,
          "column": 32
        },
        "end": {
          "line": 61,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2692,
      "end": 2693,
      "loc": {
        "start": {
          "line": 61,
          "column": 41
        },
        "end": {
          "line": 61,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2693,
      "end": 2694,
      "loc": {
        "start": {
          "line": 61,
          "column": 42
        },
        "end": {
          "line": 61,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 2699,
      "end": 2702,
      "loc": {
        "start": {
          "line": 62,
          "column": 4
        },
        "end": {
          "line": 62,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sArea",
      "start": 2703,
      "end": 2708,
      "loc": {
        "start": {
          "line": 62,
          "column": 8
        },
        "end": {
          "line": 62,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2709,
      "end": 2710,
      "loc": {
        "start": {
          "line": 62,
          "column": 14
        },
        "end": {
          "line": 62,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cross2d",
      "start": 2711,
      "end": 2718,
      "loc": {
        "start": {
          "line": 62,
          "column": 16
        },
        "end": {
          "line": 62,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2718,
      "end": 2719,
      "loc": {
        "start": {
          "line": 62,
          "column": 23
        },
        "end": {
          "line": 62,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endPos",
      "start": 2719,
      "end": 2725,
      "loc": {
        "start": {
          "line": 62,
          "column": 24
        },
        "end": {
          "line": 62,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2725,
      "end": 2726,
      "loc": {
        "start": {
          "line": 62,
          "column": 30
        },
        "end": {
          "line": 62,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 2726,
      "end": 2731,
      "loc": {
        "start": {
          "line": 62,
          "column": 31
        },
        "end": {
          "line": 62,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2731,
      "end": 2732,
      "loc": {
        "start": {
          "line": 62,
          "column": 36
        },
        "end": {
          "line": 62,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2732,
      "end": 2733,
      "loc": {
        "start": {
          "line": 62,
          "column": 37
        },
        "end": {
          "line": 62,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2733,
      "end": 2734,
      "loc": {
        "start": {
          "line": 62,
          "column": 38
        },
        "end": {
          "line": 62,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 2734,
      "end": 2737,
      "loc": {
        "start": {
          "line": 62,
          "column": 39
        },
        "end": {
          "line": 62,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2737,
      "end": 2738,
      "loc": {
        "start": {
          "line": 62,
          "column": 42
        },
        "end": {
          "line": 62,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startPos",
      "start": 2738,
      "end": 2746,
      "loc": {
        "start": {
          "line": 62,
          "column": 43
        },
        "end": {
          "line": 62,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2746,
      "end": 2747,
      "loc": {
        "start": {
          "line": 62,
          "column": 51
        },
        "end": {
          "line": 62,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2747,
      "end": 2748,
      "loc": {
        "start": {
          "line": 62,
          "column": 52
        },
        "end": {
          "line": 62,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "middlePos",
      "start": 2749,
      "end": 2758,
      "loc": {
        "start": {
          "line": 62,
          "column": 54
        },
        "end": {
          "line": 62,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2758,
      "end": 2759,
      "loc": {
        "start": {
          "line": 62,
          "column": 63
        },
        "end": {
          "line": 62,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 2759,
      "end": 2764,
      "loc": {
        "start": {
          "line": 62,
          "column": 64
        },
        "end": {
          "line": 62,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2764,
      "end": 2765,
      "loc": {
        "start": {
          "line": 62,
          "column": 69
        },
        "end": {
          "line": 62,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2765,
      "end": 2766,
      "loc": {
        "start": {
          "line": 62,
          "column": 70
        },
        "end": {
          "line": 62,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2766,
      "end": 2767,
      "loc": {
        "start": {
          "line": 62,
          "column": 71
        },
        "end": {
          "line": 62,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 2767,
      "end": 2770,
      "loc": {
        "start": {
          "line": 62,
          "column": 72
        },
        "end": {
          "line": 62,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2770,
      "end": 2771,
      "loc": {
        "start": {
          "line": 62,
          "column": 75
        },
        "end": {
          "line": 62,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startPos",
      "start": 2771,
      "end": 2779,
      "loc": {
        "start": {
          "line": 62,
          "column": 76
        },
        "end": {
          "line": 62,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2779,
      "end": 2780,
      "loc": {
        "start": {
          "line": 62,
          "column": 84
        },
        "end": {
          "line": 62,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2780,
      "end": 2781,
      "loc": {
        "start": {
          "line": 62,
          "column": 85
        },
        "end": {
          "line": 62,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 2782,
      "end": 2783,
      "loc": {
        "start": {
          "line": 62,
          "column": 87
        },
        "end": {
          "line": 62,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 2784,
      "end": 2787,
      "loc": {
        "start": {
          "line": 62,
          "column": 89
        },
        "end": {
          "line": 62,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2787,
      "end": 2788,
      "loc": {
        "start": {
          "line": 62,
          "column": 92
        },
        "end": {
          "line": 62,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 2793,
      "end": 2796,
      "loc": {
        "start": {
          "line": 63,
          "column": 4
        },
        "end": {
          "line": 63,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "area",
      "start": 2797,
      "end": 2801,
      "loc": {
        "start": {
          "line": 63,
          "column": 8
        },
        "end": {
          "line": 63,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2802,
      "end": 2803,
      "loc": {
        "start": {
          "line": 63,
          "column": 13
        },
        "end": {
          "line": 63,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 2804,
      "end": 2808,
      "loc": {
        "start": {
          "line": 63,
          "column": 15
        },
        "end": {
          "line": 63,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2808,
      "end": 2809,
      "loc": {
        "start": {
          "line": 63,
          "column": 19
        },
        "end": {
          "line": 63,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "abs",
      "start": 2809,
      "end": 2812,
      "loc": {
        "start": {
          "line": 63,
          "column": 20
        },
        "end": {
          "line": 63,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2812,
      "end": 2813,
      "loc": {
        "start": {
          "line": 63,
          "column": 23
        },
        "end": {
          "line": 63,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sArea",
      "start": 2813,
      "end": 2818,
      "loc": {
        "start": {
          "line": 63,
          "column": 24
        },
        "end": {
          "line": 63,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2818,
      "end": 2819,
      "loc": {
        "start": {
          "line": 63,
          "column": 29
        },
        "end": {
          "line": 63,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2819,
      "end": 2820,
      "loc": {
        "start": {
          "line": 63,
          "column": 30
        },
        "end": {
          "line": 63,
          "column": 31
        }
      }
    },
    {
      "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": 2825,
      "end": 2827,
      "loc": {
        "start": {
          "line": 64,
          "column": 4
        },
        "end": {
          "line": 64,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2828,
      "end": 2829,
      "loc": {
        "start": {
          "line": 64,
          "column": 7
        },
        "end": {
          "line": 64,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "area",
      "start": 2829,
      "end": 2833,
      "loc": {
        "start": {
          "line": 64,
          "column": 8
        },
        "end": {
          "line": 64,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<=",
      "start": 2834,
      "end": 2836,
      "loc": {
        "start": {
          "line": 64,
          "column": 13
        },
        "end": {
          "line": 64,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0.001,
      "start": 2837,
      "end": 2841,
      "loc": {
        "start": {
          "line": 64,
          "column": 16
        },
        "end": {
          "line": 64,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 2842,
      "end": 2843,
      "loc": {
        "start": {
          "line": 64,
          "column": 21
        },
        "end": {
          "line": 64,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lSE",
      "start": 2844,
      "end": 2847,
      "loc": {
        "start": {
          "line": 64,
          "column": 23
        },
        "end": {
          "line": 64,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 2848,
      "end": 2849,
      "loc": {
        "start": {
          "line": 64,
          "column": 27
        },
        "end": {
          "line": 64,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0.001,
      "start": 2850,
      "end": 2854,
      "loc": {
        "start": {
          "line": 64,
          "column": 29
        },
        "end": {
          "line": 64,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2854,
      "end": 2855,
      "loc": {
        "start": {
          "line": 64,
          "column": 33
        },
        "end": {
          "line": 64,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 2864,
      "end": 2870,
      "loc": {
        "start": {
          "line": 65,
          "column": 8
        },
        "end": {
          "line": 65,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2871,
      "end": 2872,
      "loc": {
        "start": {
          "line": 65,
          "column": 15
        },
        "end": {
          "line": 65,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 2872,
      "end": 2877,
      "loc": {
        "start": {
          "line": 65,
          "column": 16
        },
        "end": {
          "line": 65,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2877,
      "end": 2878,
      "loc": {
        "start": {
          "line": 65,
          "column": 21
        },
        "end": {
          "line": 65,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startPos",
      "start": 2879,
      "end": 2887,
      "loc": {
        "start": {
          "line": 65,
          "column": 23
        },
        "end": {
          "line": 65,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2887,
      "end": 2888,
      "loc": {
        "start": {
          "line": 65,
          "column": 31
        },
        "end": {
          "line": 65,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 2889,
      "end": 2892,
      "loc": {
        "start": {
          "line": 65,
          "column": 33
        },
        "end": {
          "line": 65,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2892,
      "end": 2893,
      "loc": {
        "start": {
          "line": 65,
          "column": 36
        },
        "end": {
          "line": 65,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endPos",
      "start": 2894,
      "end": 2900,
      "loc": {
        "start": {
          "line": 65,
          "column": 38
        },
        "end": {
          "line": 65,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2900,
      "end": 2901,
      "loc": {
        "start": {
          "line": 65,
          "column": 44
        },
        "end": {
          "line": 65,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2901,
      "end": 2902,
      "loc": {
        "start": {
          "line": 65,
          "column": 45
        },
        "end": {
          "line": 65,
          "column": 46
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "getting radius with school math",
      "start": 2907,
      "end": 2940,
      "loc": {
        "start": {
          "line": 66,
          "column": 4
        },
        "end": {
          "line": 66,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 2945,
      "end": 2948,
      "loc": {
        "start": {
          "line": 67,
          "column": 4
        },
        "end": {
          "line": 67,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 2949,
      "end": 2955,
      "loc": {
        "start": {
          "line": 67,
          "column": 8
        },
        "end": {
          "line": 67,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2956,
      "end": 2957,
      "loc": {
        "start": {
          "line": 67,
          "column": 15
        },
        "end": {
          "line": 67,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2958,
      "end": 2959,
      "loc": {
        "start": {
          "line": 67,
          "column": 17
        },
        "end": {
          "line": 67,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lSE",
      "start": 2959,
      "end": 2962,
      "loc": {
        "start": {
          "line": 67,
          "column": 18
        },
        "end": {
          "line": 67,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 2963,
      "end": 2964,
      "loc": {
        "start": {
          "line": 67,
          "column": 22
        },
        "end": {
          "line": 67,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lSM",
      "start": 2965,
      "end": 2968,
      "loc": {
        "start": {
          "line": 67,
          "column": 24
        },
        "end": {
          "line": 67,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 2969,
      "end": 2970,
      "loc": {
        "start": {
          "line": 67,
          "column": 28
        },
        "end": {
          "line": 67,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lEM",
      "start": 2971,
      "end": 2974,
      "loc": {
        "start": {
          "line": 67,
          "column": 30
        },
        "end": {
          "line": 67,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2974,
      "end": 2975,
      "loc": {
        "start": {
          "line": 67,
          "column": 33
        },
        "end": {
          "line": 67,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 2976,
      "end": 2977,
      "loc": {
        "start": {
          "line": 67,
          "column": 35
        },
        "end": {
          "line": 67,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2978,
      "end": 2979,
      "loc": {
        "start": {
          "line": 67,
          "column": 37
        },
        "end": {
          "line": 67,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 4,
      "start": 2979,
      "end": 2982,
      "loc": {
        "start": {
          "line": 67,
          "column": 38
        },
        "end": {
          "line": 67,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 2983,
      "end": 2984,
      "loc": {
        "start": {
          "line": 67,
          "column": 42
        },
        "end": {
          "line": 67,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "area",
      "start": 2985,
      "end": 2989,
      "loc": {
        "start": {
          "line": 67,
          "column": 44
        },
        "end": {
          "line": 67,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2989,
      "end": 2990,
      "loc": {
        "start": {
          "line": 67,
          "column": 48
        },
        "end": {
          "line": 67,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2990,
      "end": 2991,
      "loc": {
        "start": {
          "line": 67,
          "column": 49
        },
        "end": {
          "line": 67,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 2996,
      "end": 3002,
      "loc": {
        "start": {
          "line": 68,
          "column": 4
        },
        "end": {
          "line": 68,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3003,
      "end": 3004,
      "loc": {
        "start": {
          "line": 68,
          "column": 11
        },
        "end": {
          "line": 68,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 3005,
      "end": 3009,
      "loc": {
        "start": {
          "line": 68,
          "column": 13
        },
        "end": {
          "line": 68,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3009,
      "end": 3010,
      "loc": {
        "start": {
          "line": 68,
          "column": 17
        },
        "end": {
          "line": 68,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "max",
      "start": 3010,
      "end": 3013,
      "loc": {
        "start": {
          "line": 68,
          "column": 18
        },
        "end": {
          "line": 68,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3013,
      "end": 3014,
      "loc": {
        "start": {
          "line": 68,
          "column": 21
        },
        "end": {
          "line": 68,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 3014,
      "end": 3020,
      "loc": {
        "start": {
          "line": 68,
          "column": 22
        },
        "end": {
          "line": 68,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3020,
      "end": 3021,
      "loc": {
        "start": {
          "line": 68,
          "column": 28
        },
        "end": {
          "line": 68,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3022,
      "end": 3023,
      "loc": {
        "start": {
          "line": 68,
          "column": 30
        },
        "end": {
          "line": 68,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0.5,
      "start": 3023,
      "end": 3026,
      "loc": {
        "start": {
          "line": 68,
          "column": 31
        },
        "end": {
          "line": 68,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3027,
      "end": 3028,
      "loc": {
        "start": {
          "line": 68,
          "column": 35
        },
        "end": {
          "line": 68,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1e-9,
      "start": 3029,
      "end": 3033,
      "loc": {
        "start": {
          "line": 68,
          "column": 37
        },
        "end": {
          "line": 68,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3033,
      "end": 3034,
      "loc": {
        "start": {
          "line": 68,
          "column": 41
        },
        "end": {
          "line": 68,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 3035,
      "end": 3036,
      "loc": {
        "start": {
          "line": 68,
          "column": 43
        },
        "end": {
          "line": 68,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lSE",
      "start": 3037,
      "end": 3040,
      "loc": {
        "start": {
          "line": 68,
          "column": 45
        },
        "end": {
          "line": 68,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3040,
      "end": 3041,
      "loc": {
        "start": {
          "line": 68,
          "column": 48
        },
        "end": {
          "line": 68,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3041,
      "end": 3042,
      "loc": {
        "start": {
          "line": 68,
          "column": 49
        },
        "end": {
          "line": 68,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 3047,
      "end": 3050,
      "loc": {
        "start": {
          "line": 69,
          "column": 4
        },
        "end": {
          "line": 69,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "height",
      "start": 3051,
      "end": 3057,
      "loc": {
        "start": {
          "line": 69,
          "column": 8
        },
        "end": {
          "line": 69,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3058,
      "end": 3059,
      "loc": {
        "start": {
          "line": 69,
          "column": 15
        },
        "end": {
          "line": 69,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 3060,
      "end": 3064,
      "loc": {
        "start": {
          "line": 69,
          "column": 17
        },
        "end": {
          "line": 69,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3064,
      "end": 3065,
      "loc": {
        "start": {
          "line": 69,
          "column": 21
        },
        "end": {
          "line": 69,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sqrt",
      "start": 3065,
      "end": 3069,
      "loc": {
        "start": {
          "line": 69,
          "column": 22
        },
        "end": {
          "line": 69,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3069,
      "end": 3070,
      "loc": {
        "start": {
          "line": 69,
          "column": 26
        },
        "end": {
          "line": 69,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 3070,
      "end": 3076,
      "loc": {
        "start": {
          "line": 69,
          "column": 27
        },
        "end": {
          "line": 69,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 3077,
      "end": 3078,
      "loc": {
        "start": {
          "line": 69,
          "column": 34
        },
        "end": {
          "line": 69,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 3079,
      "end": 3085,
      "loc": {
        "start": {
          "line": 69,
          "column": 36
        },
        "end": {
          "line": 69,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 3086,
      "end": 3087,
      "loc": {
        "start": {
          "line": 69,
          "column": 43
        },
        "end": {
          "line": 69,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lSE",
      "start": 3088,
      "end": 3091,
      "loc": {
        "start": {
          "line": 69,
          "column": 45
        },
        "end": {
          "line": 69,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 3092,
      "end": 3093,
      "loc": {
        "start": {
          "line": 69,
          "column": 49
        },
        "end": {
          "line": 69,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lSE",
      "start": 3094,
      "end": 3097,
      "loc": {
        "start": {
          "line": 69,
          "column": 51
        },
        "end": {
          "line": 69,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 3098,
      "end": 3099,
      "loc": {
        "start": {
          "line": 69,
          "column": 55
        },
        "end": {
          "line": 69,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 4,
      "start": 3100,
      "end": 3103,
      "loc": {
        "start": {
          "line": 69,
          "column": 57
        },
        "end": {
          "line": 69,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3103,
      "end": 3104,
      "loc": {
        "start": {
          "line": 69,
          "column": 60
        },
        "end": {
          "line": 69,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3104,
      "end": 3105,
      "loc": {
        "start": {
          "line": 69,
          "column": 61
        },
        "end": {
          "line": 69,
          "column": 62
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "copy-pasting middle perpendicular",
      "start": 3110,
      "end": 3145,
      "loc": {
        "start": {
          "line": 70,
          "column": 4
        },
        "end": {
          "line": 70,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 3150,
      "end": 3153,
      "loc": {
        "start": {
          "line": 71,
          "column": 4
        },
        "end": {
          "line": 71,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mid",
      "start": 3154,
      "end": 3157,
      "loc": {
        "start": {
          "line": 71,
          "column": 8
        },
        "end": {
          "line": 71,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3158,
      "end": 3159,
      "loc": {
        "start": {
          "line": 71,
          "column": 12
        },
        "end": {
          "line": 71,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endPos",
      "start": 3160,
      "end": 3166,
      "loc": {
        "start": {
          "line": 71,
          "column": 14
        },
        "end": {
          "line": 71,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3166,
      "end": 3167,
      "loc": {
        "start": {
          "line": 71,
          "column": 20
        },
        "end": {
          "line": 71,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 3167,
      "end": 3172,
      "loc": {
        "start": {
          "line": 71,
          "column": 21
        },
        "end": {
          "line": 71,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3172,
      "end": 3173,
      "loc": {
        "start": {
          "line": 71,
          "column": 26
        },
        "end": {
          "line": 71,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3173,
      "end": 3174,
      "loc": {
        "start": {
          "line": 71,
          "column": 27
        },
        "end": {
          "line": 71,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3174,
      "end": 3175,
      "loc": {
        "start": {
          "line": 71,
          "column": 28
        },
        "end": {
          "line": 71,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 3175,
      "end": 3178,
      "loc": {
        "start": {
          "line": 71,
          "column": 29
        },
        "end": {
          "line": 71,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3178,
      "end": 3179,
      "loc": {
        "start": {
          "line": 71,
          "column": 32
        },
        "end": {
          "line": 71,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startPos",
      "start": 3179,
      "end": 3187,
      "loc": {
        "start": {
          "line": 71,
          "column": 33
        },
        "end": {
          "line": 71,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3187,
      "end": 3188,
      "loc": {
        "start": {
          "line": 71,
          "column": 41
        },
        "end": {
          "line": 71,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3188,
      "end": 3189,
      "loc": {
        "start": {
          "line": 71,
          "column": 42
        },
        "end": {
          "line": 71,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "divideScalar",
      "start": 3189,
      "end": 3201,
      "loc": {
        "start": {
          "line": 71,
          "column": 43
        },
        "end": {
          "line": 71,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3201,
      "end": 3202,
      "loc": {
        "start": {
          "line": 71,
          "column": 55
        },
        "end": {
          "line": 71,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 3202,
      "end": 3203,
      "loc": {
        "start": {
          "line": 71,
          "column": 56
        },
        "end": {
          "line": 71,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3203,
      "end": 3204,
      "loc": {
        "start": {
          "line": 71,
          "column": 57
        },
        "end": {
          "line": 71,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3204,
      "end": 3205,
      "loc": {
        "start": {
          "line": 71,
          "column": 58
        },
        "end": {
          "line": 71,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 3210,
      "end": 3213,
      "loc": {
        "start": {
          "line": 72,
          "column": 4
        },
        "end": {
          "line": 72,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dir",
      "start": 3214,
      "end": 3217,
      "loc": {
        "start": {
          "line": 72,
          "column": 8
        },
        "end": {
          "line": 72,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3218,
      "end": 3219,
      "loc": {
        "start": {
          "line": 72,
          "column": 12
        },
        "end": {
          "line": 72,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endPos",
      "start": 3220,
      "end": 3226,
      "loc": {
        "start": {
          "line": 72,
          "column": 14
        },
        "end": {
          "line": 72,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3226,
      "end": 3227,
      "loc": {
        "start": {
          "line": 72,
          "column": 20
        },
        "end": {
          "line": 72,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 3227,
      "end": 3232,
      "loc": {
        "start": {
          "line": 72,
          "column": 21
        },
        "end": {
          "line": 72,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3232,
      "end": 3233,
      "loc": {
        "start": {
          "line": 72,
          "column": 26
        },
        "end": {
          "line": 72,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3233,
      "end": 3234,
      "loc": {
        "start": {
          "line": 72,
          "column": 27
        },
        "end": {
          "line": 72,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3234,
      "end": 3235,
      "loc": {
        "start": {
          "line": 72,
          "column": 28
        },
        "end": {
          "line": 72,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 3235,
      "end": 3238,
      "loc": {
        "start": {
          "line": 72,
          "column": 29
        },
        "end": {
          "line": 72,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3238,
      "end": 3239,
      "loc": {
        "start": {
          "line": 72,
          "column": 32
        },
        "end": {
          "line": 72,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startPos",
      "start": 3239,
      "end": 3247,
      "loc": {
        "start": {
          "line": 72,
          "column": 33
        },
        "end": {
          "line": 72,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3247,
      "end": 3248,
      "loc": {
        "start": {
          "line": 72,
          "column": 41
        },
        "end": {
          "line": 72,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3248,
      "end": 3249,
      "loc": {
        "start": {
          "line": 72,
          "column": 42
        },
        "end": {
          "line": 72,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 3254,
      "end": 3257,
      "loc": {
        "start": {
          "line": 73,
          "column": 4
        },
        "end": {
          "line": 73,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "per",
      "start": 3258,
      "end": 3261,
      "loc": {
        "start": {
          "line": 73,
          "column": 8
        },
        "end": {
          "line": 73,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3262,
      "end": 3263,
      "loc": {
        "start": {
          "line": 73,
          "column": 12
        },
        "end": {
          "line": 73,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 3264,
      "end": 3267,
      "loc": {
        "start": {
          "line": 73,
          "column": 14
        },
        "end": {
          "line": 73,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 3268,
      "end": 3273,
      "loc": {
        "start": {
          "line": 73,
          "column": 18
        },
        "end": {
          "line": 73,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3273,
      "end": 3274,
      "loc": {
        "start": {
          "line": 73,
          "column": 23
        },
        "end": {
          "line": 73,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Vector3",
      "start": 3274,
      "end": 3281,
      "loc": {
        "start": {
          "line": 73,
          "column": 24
        },
        "end": {
          "line": 73,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3281,
      "end": 3282,
      "loc": {
        "start": {
          "line": 73,
          "column": 31
        },
        "end": {
          "line": 73,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 3282,
      "end": 3283,
      "loc": {
        "start": {
          "line": 73,
          "column": 32
        },
        "end": {
          "line": 73,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dir",
      "start": 3283,
      "end": 3286,
      "loc": {
        "start": {
          "line": 73,
          "column": 33
        },
        "end": {
          "line": 73,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3286,
      "end": 3287,
      "loc": {
        "start": {
          "line": 73,
          "column": 36
        },
        "end": {
          "line": 73,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 3287,
      "end": 3288,
      "loc": {
        "start": {
          "line": 73,
          "column": 37
        },
        "end": {
          "line": 73,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3288,
      "end": 3289,
      "loc": {
        "start": {
          "line": 73,
          "column": 38
        },
        "end": {
          "line": 73,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dir",
      "start": 3290,
      "end": 3293,
      "loc": {
        "start": {
          "line": 73,
          "column": 40
        },
        "end": {
          "line": 73,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3293,
      "end": 3294,
      "loc": {
        "start": {
          "line": 73,
          "column": 43
        },
        "end": {
          "line": 73,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 3294,
      "end": 3295,
      "loc": {
        "start": {
          "line": 73,
          "column": 44
        },
        "end": {
          "line": 73,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3295,
      "end": 3296,
      "loc": {
        "start": {
          "line": 73,
          "column": 45
        },
        "end": {
          "line": 73,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 3297,
      "end": 3300,
      "loc": {
        "start": {
          "line": 73,
          "column": 47
        },
        "end": {
          "line": 73,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3300,
      "end": 3301,
      "loc": {
        "start": {
          "line": 73,
          "column": 50
        },
        "end": {
          "line": 73,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3301,
      "end": 3302,
      "loc": {
        "start": {
          "line": 73,
          "column": 51
        },
        "end": {
          "line": 73,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "normalize",
      "start": 3302,
      "end": 3311,
      "loc": {
        "start": {
          "line": 73,
          "column": 52
        },
        "end": {
          "line": 73,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3311,
      "end": 3312,
      "loc": {
        "start": {
          "line": 73,
          "column": 61
        },
        "end": {
          "line": 73,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3312,
      "end": 3313,
      "loc": {
        "start": {
          "line": 73,
          "column": 62
        },
        "end": {
          "line": 73,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3313,
      "end": 3314,
      "loc": {
        "start": {
          "line": 73,
          "column": 63
        },
        "end": {
          "line": 73,
          "column": 64
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "getting center (choose best of two cases)",
      "start": 3319,
      "end": 3362,
      "loc": {
        "start": {
          "line": 74,
          "column": 4
        },
        "end": {
          "line": 74,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 3367,
      "end": 3370,
      "loc": {
        "start": {
          "line": 75,
          "column": 4
        },
        "end": {
          "line": 75,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ctr",
      "start": 3371,
      "end": 3374,
      "loc": {
        "start": {
          "line": 75,
          "column": 8
        },
        "end": {
          "line": 75,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3374,
      "end": 3375,
      "loc": {
        "start": {
          "line": 75,
          "column": 11
        },
        "end": {
          "line": 75,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dist",
      "start": 3376,
      "end": 3380,
      "loc": {
        "start": {
          "line": 75,
          "column": 13
        },
        "end": {
          "line": 75,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3381,
      "end": 3382,
      "loc": {
        "start": {
          "line": 75,
          "column": 18
        },
        "end": {
          "line": 75,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1e+50,
      "start": 3383,
      "end": 3388,
      "loc": {
        "start": {
          "line": 75,
          "column": 20
        },
        "end": {
          "line": 75,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3388,
      "end": 3389,
      "loc": {
        "start": {
          "line": 75,
          "column": 25
        },
        "end": {
          "line": 75,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "for",
        "keyword": "for",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "for",
      "start": 3394,
      "end": 3397,
      "loc": {
        "start": {
          "line": 76,
          "column": 4
        },
        "end": {
          "line": 76,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3398,
      "end": 3399,
      "loc": {
        "start": {
          "line": 76,
          "column": 8
        },
        "end": {
          "line": 76,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 3399,
      "end": 3402,
      "loc": {
        "start": {
          "line": 76,
          "column": 9
        },
        "end": {
          "line": 76,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 3403,
      "end": 3404,
      "loc": {
        "start": {
          "line": 76,
          "column": 13
        },
        "end": {
          "line": 76,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3405,
      "end": 3406,
      "loc": {
        "start": {
          "line": 76,
          "column": 15
        },
        "end": {
          "line": 76,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 3407,
      "end": 3408,
      "loc": {
        "start": {
          "line": 76,
          "column": 17
        },
        "end": {
          "line": 76,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3408,
      "end": 3409,
      "loc": {
        "start": {
          "line": 76,
          "column": 18
        },
        "end": {
          "line": 76,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 3410,
      "end": 3411,
      "loc": {
        "start": {
          "line": 76,
          "column": 20
        },
        "end": {
          "line": 76,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 3412,
      "end": 3413,
      "loc": {
        "start": {
          "line": 76,
          "column": 22
        },
        "end": {
          "line": 76,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 3414,
      "end": 3415,
      "loc": {
        "start": {
          "line": 76,
          "column": 24
        },
        "end": {
          "line": 76,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3415,
      "end": 3416,
      "loc": {
        "start": {
          "line": 76,
          "column": 25
        },
        "end": {
          "line": 76,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 3417,
      "end": 3418,
      "loc": {
        "start": {
          "line": 76,
          "column": 27
        },
        "end": {
          "line": 76,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "++/--",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": true,
        "binop": null
      },
      "value": "++",
      "start": 3418,
      "end": 3420,
      "loc": {
        "start": {
          "line": 76,
          "column": 28
        },
        "end": {
          "line": 76,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3420,
      "end": 3421,
      "loc": {
        "start": {
          "line": 76,
          "column": 30
        },
        "end": {
          "line": 76,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3422,
      "end": 3423,
      "loc": {
        "start": {
          "line": 76,
          "column": 32
        },
        "end": {
          "line": 76,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 3432,
      "end": 3435,
      "loc": {
        "start": {
          "line": 77,
          "column": 8
        },
        "end": {
          "line": 77,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tCtr",
      "start": 3436,
      "end": 3440,
      "loc": {
        "start": {
          "line": 77,
          "column": 12
        },
        "end": {
          "line": 77,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3441,
      "end": 3442,
      "loc": {
        "start": {
          "line": 77,
          "column": 17
        },
        "end": {
          "line": 77,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "per",
      "start": 3443,
      "end": 3446,
      "loc": {
        "start": {
          "line": 77,
          "column": 19
        },
        "end": {
          "line": 77,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3446,
      "end": 3447,
      "loc": {
        "start": {
          "line": 77,
          "column": 22
        },
        "end": {
          "line": 77,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 3447,
      "end": 3452,
      "loc": {
        "start": {
          "line": 77,
          "column": 23
        },
        "end": {
          "line": 77,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3452,
      "end": 3453,
      "loc": {
        "start": {
          "line": 77,
          "column": 28
        },
        "end": {
          "line": 77,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3453,
      "end": 3454,
      "loc": {
        "start": {
          "line": 77,
          "column": 29
        },
        "end": {
          "line": 77,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3454,
      "end": 3455,
      "loc": {
        "start": {
          "line": 77,
          "column": 30
        },
        "end": {
          "line": 77,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "multiplyScalar",
      "start": 3455,
      "end": 3469,
      "loc": {
        "start": {
          "line": 77,
          "column": 31
        },
        "end": {
          "line": 77,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3469,
      "end": 3470,
      "loc": {
        "start": {
          "line": 77,
          "column": 45
        },
        "end": {
          "line": 77,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "height",
      "start": 3470,
      "end": 3476,
      "loc": {
        "start": {
          "line": 77,
          "column": 46
        },
        "end": {
          "line": 77,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 3477,
      "end": 3478,
      "loc": {
        "start": {
          "line": 77,
          "column": 53
        },
        "end": {
          "line": 77,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3479,
      "end": 3480,
      "loc": {
        "start": {
          "line": 77,
          "column": 55
        },
        "end": {
          "line": 77,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 3480,
      "end": 3481,
      "loc": {
        "start": {
          "line": 77,
          "column": 56
        },
        "end": {
          "line": 77,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3481,
      "end": 3482,
      "loc": {
        "start": {
          "line": 77,
          "column": 57
        },
        "end": {
          "line": 77,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 3482,
      "end": 3483,
      "loc": {
        "start": {
          "line": 77,
          "column": 58
        },
        "end": {
          "line": 77,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3483,
      "end": 3484,
      "loc": {
        "start": {
          "line": 77,
          "column": 59
        },
        "end": {
          "line": 77,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 3484,
      "end": 3485,
      "loc": {
        "start": {
          "line": 77,
          "column": 60
        },
        "end": {
          "line": 77,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 3485,
      "end": 3486,
      "loc": {
        "start": {
          "line": 77,
          "column": 61
        },
        "end": {
          "line": 77,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3486,
      "end": 3487,
      "loc": {
        "start": {
          "line": 77,
          "column": 62
        },
        "end": {
          "line": 77,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3487,
      "end": 3488,
      "loc": {
        "start": {
          "line": 77,
          "column": 63
        },
        "end": {
          "line": 77,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3488,
      "end": 3489,
      "loc": {
        "start": {
          "line": 77,
          "column": 64
        },
        "end": {
          "line": 77,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 3489,
      "end": 3492,
      "loc": {
        "start": {
          "line": 77,
          "column": 65
        },
        "end": {
          "line": 77,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3492,
      "end": 3493,
      "loc": {
        "start": {
          "line": 77,
          "column": 68
        },
        "end": {
          "line": 77,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mid",
      "start": 3493,
      "end": 3496,
      "loc": {
        "start": {
          "line": 77,
          "column": 69
        },
        "end": {
          "line": 77,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3496,
      "end": 3497,
      "loc": {
        "start": {
          "line": 77,
          "column": 72
        },
        "end": {
          "line": 77,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3497,
      "end": 3498,
      "loc": {
        "start": {
          "line": 77,
          "column": 73
        },
        "end": {
          "line": 77,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 3507,
      "end": 3510,
      "loc": {
        "start": {
          "line": 78,
          "column": 8
        },
        "end": {
          "line": 78,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tDist",
      "start": 3511,
      "end": 3516,
      "loc": {
        "start": {
          "line": 78,
          "column": 12
        },
        "end": {
          "line": 78,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3517,
      "end": 3518,
      "loc": {
        "start": {
          "line": 78,
          "column": 18
        },
        "end": {
          "line": 78,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 3519,
      "end": 3523,
      "loc": {
        "start": {
          "line": 78,
          "column": 20
        },
        "end": {
          "line": 78,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3523,
      "end": 3524,
      "loc": {
        "start": {
          "line": 78,
          "column": 24
        },
        "end": {
          "line": 78,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "abs",
      "start": 3524,
      "end": 3527,
      "loc": {
        "start": {
          "line": 78,
          "column": 25
        },
        "end": {
          "line": 78,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3527,
      "end": 3528,
      "loc": {
        "start": {
          "line": 78,
          "column": 28
        },
        "end": {
          "line": 78,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tCtr",
      "start": 3528,
      "end": 3532,
      "loc": {
        "start": {
          "line": 78,
          "column": 29
        },
        "end": {
          "line": 78,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3532,
      "end": 3533,
      "loc": {
        "start": {
          "line": 78,
          "column": 33
        },
        "end": {
          "line": 78,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "distanceTo",
      "start": 3533,
      "end": 3543,
      "loc": {
        "start": {
          "line": 78,
          "column": 34
        },
        "end": {
          "line": 78,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3543,
      "end": 3544,
      "loc": {
        "start": {
          "line": 78,
          "column": 44
        },
        "end": {
          "line": 78,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "middlePos",
      "start": 3544,
      "end": 3553,
      "loc": {
        "start": {
          "line": 78,
          "column": 45
        },
        "end": {
          "line": 78,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3553,
      "end": 3554,
      "loc": {
        "start": {
          "line": 78,
          "column": 54
        },
        "end": {
          "line": 78,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 3555,
      "end": 3556,
      "loc": {
        "start": {
          "line": 78,
          "column": 56
        },
        "end": {
          "line": 78,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 3557,
      "end": 3563,
      "loc": {
        "start": {
          "line": 78,
          "column": 58
        },
        "end": {
          "line": 78,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3563,
      "end": 3564,
      "loc": {
        "start": {
          "line": 78,
          "column": 64
        },
        "end": {
          "line": 78,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3564,
      "end": 3565,
      "loc": {
        "start": {
          "line": 78,
          "column": 65
        },
        "end": {
          "line": 78,
          "column": 66
        }
      }
    },
    {
      "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": 3574,
      "end": 3576,
      "loc": {
        "start": {
          "line": 79,
          "column": 8
        },
        "end": {
          "line": 79,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3577,
      "end": 3578,
      "loc": {
        "start": {
          "line": 79,
          "column": 11
        },
        "end": {
          "line": 79,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dist",
      "start": 3578,
      "end": 3582,
      "loc": {
        "start": {
          "line": 79,
          "column": 12
        },
        "end": {
          "line": 79,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": ">",
      "start": 3583,
      "end": 3584,
      "loc": {
        "start": {
          "line": 79,
          "column": 17
        },
        "end": {
          "line": 79,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tDist",
      "start": 3585,
      "end": 3590,
      "loc": {
        "start": {
          "line": 79,
          "column": 19
        },
        "end": {
          "line": 79,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3590,
      "end": 3591,
      "loc": {
        "start": {
          "line": 79,
          "column": 24
        },
        "end": {
          "line": 79,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3592,
      "end": 3593,
      "loc": {
        "start": {
          "line": 79,
          "column": 26
        },
        "end": {
          "line": 79,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dist",
      "start": 3606,
      "end": 3610,
      "loc": {
        "start": {
          "line": 80,
          "column": 12
        },
        "end": {
          "line": 80,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3611,
      "end": 3612,
      "loc": {
        "start": {
          "line": 80,
          "column": 17
        },
        "end": {
          "line": 80,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tDist",
      "start": 3613,
      "end": 3618,
      "loc": {
        "start": {
          "line": 80,
          "column": 19
        },
        "end": {
          "line": 80,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3618,
      "end": 3619,
      "loc": {
        "start": {
          "line": 80,
          "column": 24
        },
        "end": {
          "line": 80,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ctr",
      "start": 3632,
      "end": 3635,
      "loc": {
        "start": {
          "line": 81,
          "column": 12
        },
        "end": {
          "line": 81,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3636,
      "end": 3637,
      "loc": {
        "start": {
          "line": 81,
          "column": 16
        },
        "end": {
          "line": 81,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tCtr",
      "start": 3638,
      "end": 3642,
      "loc": {
        "start": {
          "line": 81,
          "column": 18
        },
        "end": {
          "line": 81,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3642,
      "end": 3643,
      "loc": {
        "start": {
          "line": 81,
          "column": 22
        },
        "end": {
          "line": 81,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3652,
      "end": 3653,
      "loc": {
        "start": {
          "line": 82,
          "column": 8
        },
        "end": {
          "line": 82,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3658,
      "end": 3659,
      "loc": {
        "start": {
          "line": 83,
          "column": 4
        },
        "end": {
          "line": 83,
          "column": 5
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "get polar angles of all points",
      "start": 3664,
      "end": 3696,
      "loc": {
        "start": {
          "line": 84,
          "column": 4
        },
        "end": {
          "line": 84,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 3701,
      "end": 3704,
      "loc": {
        "start": {
          "line": 85,
          "column": 4
        },
        "end": {
          "line": 85,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getAngle",
      "start": 3705,
      "end": 3713,
      "loc": {
        "start": {
          "line": 85,
          "column": 8
        },
        "end": {
          "line": 85,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3714,
      "end": 3715,
      "loc": {
        "start": {
          "line": 85,
          "column": 17
        },
        "end": {
          "line": 85,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3716,
      "end": 3717,
      "loc": {
        "start": {
          "line": 85,
          "column": 19
        },
        "end": {
          "line": 85,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pos",
      "start": 3717,
      "end": 3720,
      "loc": {
        "start": {
          "line": 85,
          "column": 20
        },
        "end": {
          "line": 85,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3720,
      "end": 3721,
      "loc": {
        "start": {
          "line": 85,
          "column": 23
        },
        "end": {
          "line": 85,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3722,
      "end": 3724,
      "loc": {
        "start": {
          "line": 85,
          "column": 25
        },
        "end": {
          "line": 85,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3725,
      "end": 3726,
      "loc": {
        "start": {
          "line": 85,
          "column": 28
        },
        "end": {
          "line": 85,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 3735,
      "end": 3738,
      "loc": {
        "start": {
          "line": 86,
          "column": 8
        },
        "end": {
          "line": 86,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dir",
      "start": 3739,
      "end": 3742,
      "loc": {
        "start": {
          "line": 86,
          "column": 12
        },
        "end": {
          "line": 86,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3743,
      "end": 3744,
      "loc": {
        "start": {
          "line": 86,
          "column": 16
        },
        "end": {
          "line": 86,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pos",
      "start": 3745,
      "end": 3748,
      "loc": {
        "start": {
          "line": 86,
          "column": 18
        },
        "end": {
          "line": 86,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3748,
      "end": 3749,
      "loc": {
        "start": {
          "line": 86,
          "column": 21
        },
        "end": {
          "line": 86,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 3749,
      "end": 3754,
      "loc": {
        "start": {
          "line": 86,
          "column": 22
        },
        "end": {
          "line": 86,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3754,
      "end": 3755,
      "loc": {
        "start": {
          "line": 86,
          "column": 27
        },
        "end": {
          "line": 86,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3755,
      "end": 3756,
      "loc": {
        "start": {
          "line": 86,
          "column": 28
        },
        "end": {
          "line": 86,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3756,
      "end": 3757,
      "loc": {
        "start": {
          "line": 86,
          "column": 29
        },
        "end": {
          "line": 86,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 3757,
      "end": 3760,
      "loc": {
        "start": {
          "line": 86,
          "column": 30
        },
        "end": {
          "line": 86,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3760,
      "end": 3761,
      "loc": {
        "start": {
          "line": 86,
          "column": 33
        },
        "end": {
          "line": 86,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ctr",
      "start": 3761,
      "end": 3764,
      "loc": {
        "start": {
          "line": 86,
          "column": 34
        },
        "end": {
          "line": 86,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3764,
      "end": 3765,
      "loc": {
        "start": {
          "line": 86,
          "column": 37
        },
        "end": {
          "line": 86,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3765,
      "end": 3766,
      "loc": {
        "start": {
          "line": 86,
          "column": 38
        },
        "end": {
          "line": 86,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 3775,
      "end": 3781,
      "loc": {
        "start": {
          "line": 87,
          "column": 8
        },
        "end": {
          "line": 87,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 3782,
      "end": 3786,
      "loc": {
        "start": {
          "line": 87,
          "column": 15
        },
        "end": {
          "line": 87,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3786,
      "end": 3787,
      "loc": {
        "start": {
          "line": 87,
          "column": 19
        },
        "end": {
          "line": 87,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "atan2",
      "start": 3787,
      "end": 3792,
      "loc": {
        "start": {
          "line": 87,
          "column": 20
        },
        "end": {
          "line": 87,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3792,
      "end": 3793,
      "loc": {
        "start": {
          "line": 87,
          "column": 25
        },
        "end": {
          "line": 87,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dir",
      "start": 3793,
      "end": 3796,
      "loc": {
        "start": {
          "line": 87,
          "column": 26
        },
        "end": {
          "line": 87,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3796,
      "end": 3797,
      "loc": {
        "start": {
          "line": 87,
          "column": 29
        },
        "end": {
          "line": 87,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 3797,
      "end": 3798,
      "loc": {
        "start": {
          "line": 87,
          "column": 30
        },
        "end": {
          "line": 87,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3798,
      "end": 3799,
      "loc": {
        "start": {
          "line": 87,
          "column": 31
        },
        "end": {
          "line": 87,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dir",
      "start": 3800,
      "end": 3803,
      "loc": {
        "start": {
          "line": 87,
          "column": 33
        },
        "end": {
          "line": 87,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3803,
      "end": 3804,
      "loc": {
        "start": {
          "line": 87,
          "column": 36
        },
        "end": {
          "line": 87,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 3804,
      "end": 3805,
      "loc": {
        "start": {
          "line": 87,
          "column": 37
        },
        "end": {
          "line": 87,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3805,
      "end": 3806,
      "loc": {
        "start": {
          "line": 87,
          "column": 38
        },
        "end": {
          "line": 87,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3806,
      "end": 3807,
      "loc": {
        "start": {
          "line": 87,
          "column": 39
        },
        "end": {
          "line": 87,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3812,
      "end": 3813,
      "loc": {
        "start": {
          "line": 88,
          "column": 4
        },
        "end": {
          "line": 88,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3813,
      "end": 3814,
      "loc": {
        "start": {
          "line": 88,
          "column": 5
        },
        "end": {
          "line": 88,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 3819,
      "end": 3822,
      "loc": {
        "start": {
          "line": 89,
          "column": 4
        },
        "end": {
          "line": 89,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startAng",
      "start": 3823,
      "end": 3831,
      "loc": {
        "start": {
          "line": 89,
          "column": 8
        },
        "end": {
          "line": 89,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3832,
      "end": 3833,
      "loc": {
        "start": {
          "line": 89,
          "column": 17
        },
        "end": {
          "line": 89,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getAngle",
      "start": 3834,
      "end": 3842,
      "loc": {
        "start": {
          "line": 89,
          "column": 19
        },
        "end": {
          "line": 89,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3842,
      "end": 3843,
      "loc": {
        "start": {
          "line": 89,
          "column": 27
        },
        "end": {
          "line": 89,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startPos",
      "start": 3843,
      "end": 3851,
      "loc": {
        "start": {
          "line": 89,
          "column": 28
        },
        "end": {
          "line": 89,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3851,
      "end": 3852,
      "loc": {
        "start": {
          "line": 89,
          "column": 36
        },
        "end": {
          "line": 89,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3852,
      "end": 3853,
      "loc": {
        "start": {
          "line": 89,
          "column": 37
        },
        "end": {
          "line": 89,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 3858,
      "end": 3861,
      "loc": {
        "start": {
          "line": 90,
          "column": 4
        },
        "end": {
          "line": 90,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endAng",
      "start": 3862,
      "end": 3868,
      "loc": {
        "start": {
          "line": 90,
          "column": 8
        },
        "end": {
          "line": 90,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3869,
      "end": 3870,
      "loc": {
        "start": {
          "line": 90,
          "column": 15
        },
        "end": {
          "line": 90,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getAngle",
      "start": 3871,
      "end": 3879,
      "loc": {
        "start": {
          "line": 90,
          "column": 17
        },
        "end": {
          "line": 90,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3879,
      "end": 3880,
      "loc": {
        "start": {
          "line": 90,
          "column": 25
        },
        "end": {
          "line": 90,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endPos",
      "start": 3880,
      "end": 3886,
      "loc": {
        "start": {
          "line": 90,
          "column": 26
        },
        "end": {
          "line": 90,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3886,
      "end": 3887,
      "loc": {
        "start": {
          "line": 90,
          "column": 32
        },
        "end": {
          "line": 90,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3887,
      "end": 3888,
      "loc": {
        "start": {
          "line": 90,
          "column": 33
        },
        "end": {
          "line": 90,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 3893,
      "end": 3896,
      "loc": {
        "start": {
          "line": 91,
          "column": 4
        },
        "end": {
          "line": 91,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "middleAng",
      "start": 3897,
      "end": 3906,
      "loc": {
        "start": {
          "line": 91,
          "column": 8
        },
        "end": {
          "line": 91,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3907,
      "end": 3908,
      "loc": {
        "start": {
          "line": 91,
          "column": 18
        },
        "end": {
          "line": 91,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getAngle",
      "start": 3909,
      "end": 3917,
      "loc": {
        "start": {
          "line": 91,
          "column": 20
        },
        "end": {
          "line": 91,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3917,
      "end": 3918,
      "loc": {
        "start": {
          "line": 91,
          "column": 28
        },
        "end": {
          "line": 91,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "middlePos",
      "start": 3918,
      "end": 3927,
      "loc": {
        "start": {
          "line": 91,
          "column": 29
        },
        "end": {
          "line": 91,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3927,
      "end": 3928,
      "loc": {
        "start": {
          "line": 91,
          "column": 38
        },
        "end": {
          "line": 91,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3928,
      "end": 3929,
      "loc": {
        "start": {
          "line": 91,
          "column": 39
        },
        "end": {
          "line": 91,
          "column": 40
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "check which part of circle to take",
      "start": 3934,
      "end": 3970,
      "loc": {
        "start": {
          "line": 92,
          "column": 4
        },
        "end": {
          "line": 92,
          "column": 40
        }
      }
    },
    {
      "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": 3975,
      "end": 3977,
      "loc": {
        "start": {
          "line": 93,
          "column": 4
        },
        "end": {
          "line": 93,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3978,
      "end": 3979,
      "loc": {
        "start": {
          "line": 93,
          "column": 7
        },
        "end": {
          "line": 93,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endAng",
      "start": 3979,
      "end": 3985,
      "loc": {
        "start": {
          "line": 93,
          "column": 8
        },
        "end": {
          "line": 93,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 3986,
      "end": 3987,
      "loc": {
        "start": {
          "line": 93,
          "column": 15
        },
        "end": {
          "line": 93,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startAng",
      "start": 3988,
      "end": 3996,
      "loc": {
        "start": {
          "line": 93,
          "column": 17
        },
        "end": {
          "line": 93,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3996,
      "end": 3997,
      "loc": {
        "start": {
          "line": 93,
          "column": 25
        },
        "end": {
          "line": 93,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endAng",
      "start": 3998,
      "end": 4004,
      "loc": {
        "start": {
          "line": 93,
          "column": 27
        },
        "end": {
          "line": 93,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 4005,
      "end": 4007,
      "loc": {
        "start": {
          "line": 93,
          "column": 34
        },
        "end": {
          "line": 93,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 4008,
      "end": 4009,
      "loc": {
        "start": {
          "line": 93,
          "column": 37
        },
        "end": {
          "line": 93,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 4010,
      "end": 4011,
      "loc": {
        "start": {
          "line": 93,
          "column": 39
        },
        "end": {
          "line": 93,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 4012,
      "end": 4016,
      "loc": {
        "start": {
          "line": 93,
          "column": 41
        },
        "end": {
          "line": 93,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4016,
      "end": 4017,
      "loc": {
        "start": {
          "line": 93,
          "column": 45
        },
        "end": {
          "line": 93,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "PI",
      "start": 4017,
      "end": 4019,
      "loc": {
        "start": {
          "line": 93,
          "column": 46
        },
        "end": {
          "line": 93,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4019,
      "end": 4020,
      "loc": {
        "start": {
          "line": 93,
          "column": 48
        },
        "end": {
          "line": 93,
          "column": 49
        }
      }
    },
    {
      "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": 4025,
      "end": 4027,
      "loc": {
        "start": {
          "line": 94,
          "column": 4
        },
        "end": {
          "line": 94,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4028,
      "end": 4029,
      "loc": {
        "start": {
          "line": 94,
          "column": 7
        },
        "end": {
          "line": 94,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "middleAng",
      "start": 4029,
      "end": 4038,
      "loc": {
        "start": {
          "line": 94,
          "column": 8
        },
        "end": {
          "line": 94,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 4039,
      "end": 4040,
      "loc": {
        "start": {
          "line": 94,
          "column": 18
        },
        "end": {
          "line": 94,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startAng",
      "start": 4041,
      "end": 4049,
      "loc": {
        "start": {
          "line": 94,
          "column": 20
        },
        "end": {
          "line": 94,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4049,
      "end": 4050,
      "loc": {
        "start": {
          "line": 94,
          "column": 28
        },
        "end": {
          "line": 94,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "middleAng",
      "start": 4051,
      "end": 4060,
      "loc": {
        "start": {
          "line": 94,
          "column": 30
        },
        "end": {
          "line": 94,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 4061,
      "end": 4063,
      "loc": {
        "start": {
          "line": 94,
          "column": 40
        },
        "end": {
          "line": 94,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 4064,
      "end": 4065,
      "loc": {
        "start": {
          "line": 94,
          "column": 43
        },
        "end": {
          "line": 94,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 4066,
      "end": 4067,
      "loc": {
        "start": {
          "line": 94,
          "column": 45
        },
        "end": {
          "line": 94,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 4068,
      "end": 4072,
      "loc": {
        "start": {
          "line": 94,
          "column": 47
        },
        "end": {
          "line": 94,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4072,
      "end": 4073,
      "loc": {
        "start": {
          "line": 94,
          "column": 51
        },
        "end": {
          "line": 94,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "PI",
      "start": 4073,
      "end": 4075,
      "loc": {
        "start": {
          "line": 94,
          "column": 52
        },
        "end": {
          "line": 94,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4075,
      "end": 4076,
      "loc": {
        "start": {
          "line": 94,
          "column": 54
        },
        "end": {
          "line": 94,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 4081,
      "end": 4084,
      "loc": {
        "start": {
          "line": 95,
          "column": 4
        },
        "end": {
          "line": 95,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clockwise",
      "start": 4085,
      "end": 4094,
      "loc": {
        "start": {
          "line": 95,
          "column": 8
        },
        "end": {
          "line": 95,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4095,
      "end": 4096,
      "loc": {
        "start": {
          "line": 95,
          "column": 18
        },
        "end": {
          "line": 95,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4097,
      "end": 4098,
      "loc": {
        "start": {
          "line": 95,
          "column": 20
        },
        "end": {
          "line": 95,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "middleAng",
      "start": 4098,
      "end": 4107,
      "loc": {
        "start": {
          "line": 95,
          "column": 21
        },
        "end": {
          "line": 95,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": ">",
      "start": 4108,
      "end": 4109,
      "loc": {
        "start": {
          "line": 95,
          "column": 31
        },
        "end": {
          "line": 95,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endAng",
      "start": 4110,
      "end": 4116,
      "loc": {
        "start": {
          "line": 95,
          "column": 33
        },
        "end": {
          "line": 95,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4116,
      "end": 4117,
      "loc": {
        "start": {
          "line": 95,
          "column": 39
        },
        "end": {
          "line": 95,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4117,
      "end": 4118,
      "loc": {
        "start": {
          "line": 95,
          "column": 40
        },
        "end": {
          "line": 95,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 4124,
      "end": 4130,
      "loc": {
        "start": {
          "line": 97,
          "column": 4
        },
        "end": {
          "line": 97,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4131,
      "end": 4132,
      "loc": {
        "start": {
          "line": 97,
          "column": 11
        },
        "end": {
          "line": 97,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 4132,
      "end": 4137,
      "loc": {
        "start": {
          "line": 97,
          "column": 12
        },
        "end": {
          "line": 97,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4137,
      "end": 4138,
      "loc": {
        "start": {
          "line": 97,
          "column": 17
        },
        "end": {
          "line": 97,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startPos",
      "start": 4139,
      "end": 4147,
      "loc": {
        "start": {
          "line": 97,
          "column": 19
        },
        "end": {
          "line": 97,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4147,
      "end": 4148,
      "loc": {
        "start": {
          "line": 97,
          "column": 27
        },
        "end": {
          "line": 97,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 4149,
      "end": 4152,
      "loc": {
        "start": {
          "line": 97,
          "column": 29
        },
        "end": {
          "line": 97,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4152,
      "end": 4153,
      "loc": {
        "start": {
          "line": 97,
          "column": 32
        },
        "end": {
          "line": 97,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endPos",
      "start": 4154,
      "end": 4160,
      "loc": {
        "start": {
          "line": 97,
          "column": 34
        },
        "end": {
          "line": 97,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4160,
      "end": 4161,
      "loc": {
        "start": {
          "line": 97,
          "column": 40
        },
        "end": {
          "line": 97,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 4162,
      "end": 4168,
      "loc": {
        "start": {
          "line": 97,
          "column": 42
        },
        "end": {
          "line": 97,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4168,
      "end": 4169,
      "loc": {
        "start": {
          "line": 97,
          "column": 48
        },
        "end": {
          "line": 97,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ctr",
      "start": 4170,
      "end": 4173,
      "loc": {
        "start": {
          "line": 97,
          "column": 50
        },
        "end": {
          "line": 97,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4173,
      "end": 4174,
      "loc": {
        "start": {
          "line": 97,
          "column": 53
        },
        "end": {
          "line": 97,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clockwise",
      "start": 4175,
      "end": 4184,
      "loc": {
        "start": {
          "line": 97,
          "column": 55
        },
        "end": {
          "line": 97,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4184,
      "end": 4185,
      "loc": {
        "start": {
          "line": 97,
          "column": 64
        },
        "end": {
          "line": 97,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clockwise",
      "start": 4186,
      "end": 4195,
      "loc": {
        "start": {
          "line": 97,
          "column": 66
        },
        "end": {
          "line": 97,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4195,
      "end": 4196,
      "loc": {
        "start": {
          "line": 97,
          "column": 75
        },
        "end": {
          "line": 97,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4196,
      "end": 4197,
      "loc": {
        "start": {
          "line": 97,
          "column": 76
        },
        "end": {
          "line": 97,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4198,
      "end": 4199,
      "loc": {
        "start": {
          "line": 98,
          "column": 0
        },
        "end": {
          "line": 98,
          "column": 1
        }
      }
    },
    {
      "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": 4201,
      "end": 4207,
      "loc": {
        "start": {
          "line": 100,
          "column": 0
        },
        "end": {
          "line": 100,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 4208,
      "end": 4216,
      "loc": {
        "start": {
          "line": 100,
          "column": 7
        },
        "end": {
          "line": 100,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "drawArcBy_Angle_M",
      "start": 4217,
      "end": 4234,
      "loc": {
        "start": {
          "line": 100,
          "column": 16
        },
        "end": {
          "line": 100,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4234,
      "end": 4235,
      "loc": {
        "start": {
          "line": 100,
          "column": 33
        },
        "end": {
          "line": 100,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertexPos",
      "start": 4235,
      "end": 4244,
      "loc": {
        "start": {
          "line": 100,
          "column": 34
        },
        "end": {
          "line": 100,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4244,
      "end": 4245,
      "loc": {
        "start": {
          "line": 100,
          "column": 43
        },
        "end": {
          "line": 100,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startDir",
      "start": 4246,
      "end": 4254,
      "loc": {
        "start": {
          "line": 100,
          "column": 45
        },
        "end": {
          "line": 100,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4254,
      "end": 4255,
      "loc": {
        "start": {
          "line": 100,
          "column": 53
        },
        "end": {
          "line": 100,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endDir",
      "start": 4256,
      "end": 4262,
      "loc": {
        "start": {
          "line": 100,
          "column": 55
        },
        "end": {
          "line": 100,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4262,
      "end": 4263,
      "loc": {
        "start": {
          "line": 100,
          "column": 61
        },
        "end": {
          "line": 100,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "middlePos",
      "start": 4264,
      "end": 4273,
      "loc": {
        "start": {
          "line": 100,
          "column": 63
        },
        "end": {
          "line": 100,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4273,
      "end": 4274,
      "loc": {
        "start": {
          "line": 100,
          "column": 72
        },
        "end": {
          "line": 100,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4275,
      "end": 4276,
      "loc": {
        "start": {
          "line": 100,
          "column": 74
        },
        "end": {
          "line": 100,
          "column": 75
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " to return",
      "start": 4281,
      "end": 4293,
      "loc": {
        "start": {
          "line": 101,
          "column": 4
        },
        "end": {
          "line": 101,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 4298,
      "end": 4301,
      "loc": {
        "start": {
          "line": 102,
          "column": 4
        },
        "end": {
          "line": 102,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "len",
      "start": 4302,
      "end": 4305,
      "loc": {
        "start": {
          "line": 102,
          "column": 8
        },
        "end": {
          "line": 102,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4306,
      "end": 4307,
      "loc": {
        "start": {
          "line": 102,
          "column": 12
        },
        "end": {
          "line": 102,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 4308,
      "end": 4317,
      "loc": {
        "start": {
          "line": 102,
          "column": 14
        },
        "end": {
          "line": 102,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4317,
      "end": 4318,
      "loc": {
        "start": {
          "line": 102,
          "column": 23
        },
        "end": {
          "line": 102,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 4323,
      "end": 4326,
      "loc": {
        "start": {
          "line": 103,
          "column": 4
        },
        "end": {
          "line": 103,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 4327,
      "end": 4333,
      "loc": {
        "start": {
          "line": 103,
          "column": 8
        },
        "end": {
          "line": 103,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4334,
      "end": 4335,
      "loc": {
        "start": {
          "line": 103,
          "column": 15
        },
        "end": {
          "line": 103,
          "column": 16
        }
      }
    },
    {
      "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": 4336,
      "end": 4339,
      "loc": {
        "start": {
          "line": 103,
          "column": 17
        },
        "end": {
          "line": 103,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 4340,
      "end": 4345,
      "loc": {
        "start": {
          "line": 103,
          "column": 21
        },
        "end": {
          "line": 103,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4345,
      "end": 4346,
      "loc": {
        "start": {
          "line": 103,
          "column": 26
        },
        "end": {
          "line": 103,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Vector3",
      "start": 4346,
      "end": 4353,
      "loc": {
        "start": {
          "line": 103,
          "column": 27
        },
        "end": {
          "line": 103,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4353,
      "end": 4354,
      "loc": {
        "start": {
          "line": 103,
          "column": 34
        },
        "end": {
          "line": 103,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 4354,
      "end": 4355,
      "loc": {
        "start": {
          "line": 103,
          "column": 35
        },
        "end": {
          "line": 103,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4355,
      "end": 4356,
      "loc": {
        "start": {
          "line": 103,
          "column": 36
        },
        "end": {
          "line": 103,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 4356,
      "end": 4357,
      "loc": {
        "start": {
          "line": 103,
          "column": 37
        },
        "end": {
          "line": 103,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4357,
      "end": 4358,
      "loc": {
        "start": {
          "line": 103,
          "column": 38
        },
        "end": {
          "line": 103,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 4358,
      "end": 4359,
      "loc": {
        "start": {
          "line": 103,
          "column": 39
        },
        "end": {
          "line": 103,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4359,
      "end": 4360,
      "loc": {
        "start": {
          "line": 103,
          "column": 40
        },
        "end": {
          "line": 103,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4360,
      "end": 4361,
      "loc": {
        "start": {
          "line": 103,
          "column": 41
        },
        "end": {
          "line": 103,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 4367,
      "end": 4370,
      "loc": {
        "start": {
          "line": 105,
          "column": 4
        },
        "end": {
          "line": 105,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "centerDir",
      "start": 4371,
      "end": 4380,
      "loc": {
        "start": {
          "line": 105,
          "column": 8
        },
        "end": {
          "line": 105,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4381,
      "end": 4382,
      "loc": {
        "start": {
          "line": 105,
          "column": 18
        },
        "end": {
          "line": 105,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startDir",
      "start": 4383,
      "end": 4391,
      "loc": {
        "start": {
          "line": 105,
          "column": 20
        },
        "end": {
          "line": 105,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4391,
      "end": 4392,
      "loc": {
        "start": {
          "line": 105,
          "column": 28
        },
        "end": {
          "line": 105,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 4392,
      "end": 4397,
      "loc": {
        "start": {
          "line": 105,
          "column": 29
        },
        "end": {
          "line": 105,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4397,
      "end": 4398,
      "loc": {
        "start": {
          "line": 105,
          "column": 34
        },
        "end": {
          "line": 105,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4398,
      "end": 4399,
      "loc": {
        "start": {
          "line": 105,
          "column": 35
        },
        "end": {
          "line": 105,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4399,
      "end": 4400,
      "loc": {
        "start": {
          "line": 105,
          "column": 36
        },
        "end": {
          "line": 105,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 4400,
      "end": 4403,
      "loc": {
        "start": {
          "line": 105,
          "column": 37
        },
        "end": {
          "line": 105,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4403,
      "end": 4404,
      "loc": {
        "start": {
          "line": 105,
          "column": 40
        },
        "end": {
          "line": 105,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endDir",
      "start": 4404,
      "end": 4410,
      "loc": {
        "start": {
          "line": 105,
          "column": 41
        },
        "end": {
          "line": 105,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4410,
      "end": 4411,
      "loc": {
        "start": {
          "line": 105,
          "column": 47
        },
        "end": {
          "line": 105,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4411,
      "end": 4412,
      "loc": {
        "start": {
          "line": 105,
          "column": 48
        },
        "end": {
          "line": 105,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "multiplyScalar",
      "start": 4412,
      "end": 4426,
      "loc": {
        "start": {
          "line": 105,
          "column": 49
        },
        "end": {
          "line": 105,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4426,
      "end": 4427,
      "loc": {
        "start": {
          "line": 105,
          "column": 63
        },
        "end": {
          "line": 105,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0.5,
      "start": 4427,
      "end": 4430,
      "loc": {
        "start": {
          "line": 105,
          "column": 64
        },
        "end": {
          "line": 105,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4430,
      "end": 4431,
      "loc": {
        "start": {
          "line": 105,
          "column": 67
        },
        "end": {
          "line": 105,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4431,
      "end": 4432,
      "loc": {
        "start": {
          "line": 105,
          "column": 68
        },
        "end": {
          "line": 105,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "normalize",
      "start": 4432,
      "end": 4441,
      "loc": {
        "start": {
          "line": 105,
          "column": 69
        },
        "end": {
          "line": 105,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4441,
      "end": 4442,
      "loc": {
        "start": {
          "line": 105,
          "column": 78
        },
        "end": {
          "line": 105,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4442,
      "end": 4443,
      "loc": {
        "start": {
          "line": 105,
          "column": 79
        },
        "end": {
          "line": 105,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4443,
      "end": 4444,
      "loc": {
        "start": {
          "line": 105,
          "column": 80
        },
        "end": {
          "line": 105,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 4449,
      "end": 4452,
      "loc": {
        "start": {
          "line": 106,
          "column": 4
        },
        "end": {
          "line": 106,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertexToMiddle",
      "start": 4453,
      "end": 4467,
      "loc": {
        "start": {
          "line": 106,
          "column": 8
        },
        "end": {
          "line": 106,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4468,
      "end": 4469,
      "loc": {
        "start": {
          "line": 106,
          "column": 23
        },
        "end": {
          "line": 106,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "middlePos",
      "start": 4470,
      "end": 4479,
      "loc": {
        "start": {
          "line": 106,
          "column": 25
        },
        "end": {
          "line": 106,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4479,
      "end": 4480,
      "loc": {
        "start": {
          "line": 106,
          "column": 34
        },
        "end": {
          "line": 106,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 4480,
      "end": 4485,
      "loc": {
        "start": {
          "line": 106,
          "column": 35
        },
        "end": {
          "line": 106,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4485,
      "end": 4486,
      "loc": {
        "start": {
          "line": 106,
          "column": 40
        },
        "end": {
          "line": 106,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4486,
      "end": 4487,
      "loc": {
        "start": {
          "line": 106,
          "column": 41
        },
        "end": {
          "line": 106,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4487,
      "end": 4488,
      "loc": {
        "start": {
          "line": 106,
          "column": 42
        },
        "end": {
          "line": 106,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 4488,
      "end": 4491,
      "loc": {
        "start": {
          "line": 106,
          "column": 43
        },
        "end": {
          "line": 106,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4491,
      "end": 4492,
      "loc": {
        "start": {
          "line": 106,
          "column": 46
        },
        "end": {
          "line": 106,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertexPos",
      "start": 4492,
      "end": 4501,
      "loc": {
        "start": {
          "line": 106,
          "column": 47
        },
        "end": {
          "line": 106,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4501,
      "end": 4502,
      "loc": {
        "start": {
          "line": 106,
          "column": 56
        },
        "end": {
          "line": 106,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4502,
      "end": 4503,
      "loc": {
        "start": {
          "line": 106,
          "column": 57
        },
        "end": {
          "line": 106,
          "column": 58
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " if radius is too small or middlepos and its projection to centerDir is out of filletAngle",
      "start": 4509,
      "end": 4601,
      "loc": {
        "start": {
          "line": 108,
          "column": 4
        },
        "end": {
          "line": 108,
          "column": 96
        }
      }
    },
    {
      "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": 4606,
      "end": 4608,
      "loc": {
        "start": {
          "line": 109,
          "column": 4
        },
        "end": {
          "line": 109,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4609,
      "end": 4610,
      "loc": {
        "start": {
          "line": 109,
          "column": 7
        },
        "end": {
          "line": 109,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertexToMiddle",
      "start": 4610,
      "end": 4624,
      "loc": {
        "start": {
          "line": 109,
          "column": 8
        },
        "end": {
          "line": 109,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4624,
      "end": 4625,
      "loc": {
        "start": {
          "line": 109,
          "column": 22
        },
        "end": {
          "line": 109,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 4625,
      "end": 4631,
      "loc": {
        "start": {
          "line": 109,
          "column": 23
        },
        "end": {
          "line": 109,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4631,
      "end": 4632,
      "loc": {
        "start": {
          "line": 109,
          "column": 29
        },
        "end": {
          "line": 109,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4632,
      "end": 4633,
      "loc": {
        "start": {
          "line": 109,
          "column": 30
        },
        "end": {
          "line": 109,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 4634,
      "end": 4635,
      "loc": {
        "start": {
          "line": 109,
          "column": 32
        },
        "end": {
          "line": 109,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0.01,
      "start": 4636,
      "end": 4640,
      "loc": {
        "start": {
          "line": 109,
          "column": 34
        },
        "end": {
          "line": 109,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 4641,
      "end": 4643,
      "loc": {
        "start": {
          "line": 109,
          "column": 39
        },
        "end": {
          "line": 109,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertexToMiddle",
      "start": 4644,
      "end": 4658,
      "loc": {
        "start": {
          "line": 109,
          "column": 42
        },
        "end": {
          "line": 109,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4658,
      "end": 4659,
      "loc": {
        "start": {
          "line": 109,
          "column": 56
        },
        "end": {
          "line": 109,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dot",
      "start": 4659,
      "end": 4662,
      "loc": {
        "start": {
          "line": 109,
          "column": 57
        },
        "end": {
          "line": 109,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4662,
      "end": 4663,
      "loc": {
        "start": {
          "line": 109,
          "column": 60
        },
        "end": {
          "line": 109,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "centerDir",
      "start": 4663,
      "end": 4672,
      "loc": {
        "start": {
          "line": 109,
          "column": 61
        },
        "end": {
          "line": 109,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4672,
      "end": 4673,
      "loc": {
        "start": {
          "line": 109,
          "column": 70
        },
        "end": {
          "line": 109,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 4674,
      "end": 4675,
      "loc": {
        "start": {
          "line": 109,
          "column": 72
        },
        "end": {
          "line": 109,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 4676,
      "end": 4677,
      "loc": {
        "start": {
          "line": 109,
          "column": 74
        },
        "end": {
          "line": 109,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4677,
      "end": 4678,
      "loc": {
        "start": {
          "line": 109,
          "column": 75
        },
        "end": {
          "line": 109,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 4687,
      "end": 4693,
      "loc": {
        "start": {
          "line": 110,
          "column": 8
        },
        "end": {
          "line": 110,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 4694,
      "end": 4698,
      "loc": {
        "start": {
          "line": 110,
          "column": 15
        },
        "end": {
          "line": 110,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4698,
      "end": 4699,
      "loc": {
        "start": {
          "line": 110,
          "column": 19
        },
        "end": {
          "line": 110,
          "column": 20
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " if  middlepos is out of filletAngle but its projection to centerDir isn't",
      "start": 4705,
      "end": 4781,
      "loc": {
        "start": {
          "line": 112,
          "column": 4
        },
        "end": {
          "line": 112,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 4786,
      "end": 4789,
      "loc": {
        "start": {
          "line": 113,
          "column": 4
        },
        "end": {
          "line": 113,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "alpha",
      "start": 4790,
      "end": 4795,
      "loc": {
        "start": {
          "line": 113,
          "column": 8
        },
        "end": {
          "line": 113,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4796,
      "end": 4797,
      "loc": {
        "start": {
          "line": 113,
          "column": 14
        },
        "end": {
          "line": 113,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endDir",
      "start": 4798,
      "end": 4804,
      "loc": {
        "start": {
          "line": 113,
          "column": 16
        },
        "end": {
          "line": 113,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4804,
      "end": 4805,
      "loc": {
        "start": {
          "line": 113,
          "column": 22
        },
        "end": {
          "line": 113,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angleTo",
      "start": 4805,
      "end": 4812,
      "loc": {
        "start": {
          "line": 113,
          "column": 23
        },
        "end": {
          "line": 113,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4812,
      "end": 4813,
      "loc": {
        "start": {
          "line": 113,
          "column": 30
        },
        "end": {
          "line": 113,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startDir",
      "start": 4813,
      "end": 4821,
      "loc": {
        "start": {
          "line": 113,
          "column": 31
        },
        "end": {
          "line": 113,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4821,
      "end": 4822,
      "loc": {
        "start": {
          "line": 113,
          "column": 39
        },
        "end": {
          "line": 113,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4822,
      "end": 4823,
      "loc": {
        "start": {
          "line": 113,
          "column": 40
        },
        "end": {
          "line": 113,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 4828,
      "end": 4831,
      "loc": {
        "start": {
          "line": 114,
          "column": 4
        },
        "end": {
          "line": 114,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angleMidToStart",
      "start": 4832,
      "end": 4847,
      "loc": {
        "start": {
          "line": 114,
          "column": 8
        },
        "end": {
          "line": 114,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4848,
      "end": 4849,
      "loc": {
        "start": {
          "line": 114,
          "column": 24
        },
        "end": {
          "line": 114,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertexToMiddle",
      "start": 4850,
      "end": 4864,
      "loc": {
        "start": {
          "line": 114,
          "column": 26
        },
        "end": {
          "line": 114,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4864,
      "end": 4865,
      "loc": {
        "start": {
          "line": 114,
          "column": 40
        },
        "end": {
          "line": 114,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angleTo",
      "start": 4865,
      "end": 4872,
      "loc": {
        "start": {
          "line": 114,
          "column": 41
        },
        "end": {
          "line": 114,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4872,
      "end": 4873,
      "loc": {
        "start": {
          "line": 114,
          "column": 48
        },
        "end": {
          "line": 114,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startDir",
      "start": 4873,
      "end": 4881,
      "loc": {
        "start": {
          "line": 114,
          "column": 49
        },
        "end": {
          "line": 114,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4881,
      "end": 4882,
      "loc": {
        "start": {
          "line": 114,
          "column": 57
        },
        "end": {
          "line": 114,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4882,
      "end": 4883,
      "loc": {
        "start": {
          "line": 114,
          "column": 58
        },
        "end": {
          "line": 114,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 4888,
      "end": 4891,
      "loc": {
        "start": {
          "line": 115,
          "column": 4
        },
        "end": {
          "line": 115,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angleMidToEnd",
      "start": 4892,
      "end": 4905,
      "loc": {
        "start": {
          "line": 115,
          "column": 8
        },
        "end": {
          "line": 115,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4906,
      "end": 4907,
      "loc": {
        "start": {
          "line": 115,
          "column": 22
        },
        "end": {
          "line": 115,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertexToMiddle",
      "start": 4908,
      "end": 4922,
      "loc": {
        "start": {
          "line": 115,
          "column": 24
        },
        "end": {
          "line": 115,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4922,
      "end": 4923,
      "loc": {
        "start": {
          "line": 115,
          "column": 38
        },
        "end": {
          "line": 115,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angleTo",
      "start": 4923,
      "end": 4930,
      "loc": {
        "start": {
          "line": 115,
          "column": 39
        },
        "end": {
          "line": 115,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4930,
      "end": 4931,
      "loc": {
        "start": {
          "line": 115,
          "column": 46
        },
        "end": {
          "line": 115,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endDir",
      "start": 4931,
      "end": 4937,
      "loc": {
        "start": {
          "line": 115,
          "column": 47
        },
        "end": {
          "line": 115,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4937,
      "end": 4938,
      "loc": {
        "start": {
          "line": 115,
          "column": 53
        },
        "end": {
          "line": 115,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4938,
      "end": 4939,
      "loc": {
        "start": {
          "line": 115,
          "column": 54
        },
        "end": {
          "line": 115,
          "column": 55
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " project middlepos onto one of the directions if it is out of filletAngle",
      "start": 4945,
      "end": 5020,
      "loc": {
        "start": {
          "line": 117,
          "column": 4
        },
        "end": {
          "line": 117,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 5025,
      "end": 5028,
      "loc": {
        "start": {
          "line": 118,
          "column": 4
        },
        "end": {
          "line": 118,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "maxAngle",
      "start": 5029,
      "end": 5037,
      "loc": {
        "start": {
          "line": 118,
          "column": 8
        },
        "end": {
          "line": 118,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5038,
      "end": 5039,
      "loc": {
        "start": {
          "line": 118,
          "column": 17
        },
        "end": {
          "line": 118,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 5040,
      "end": 5044,
      "loc": {
        "start": {
          "line": 118,
          "column": 19
        },
        "end": {
          "line": 118,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5044,
      "end": 5045,
      "loc": {
        "start": {
          "line": 118,
          "column": 23
        },
        "end": {
          "line": 118,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "max",
      "start": 5045,
      "end": 5048,
      "loc": {
        "start": {
          "line": 118,
          "column": 24
        },
        "end": {
          "line": 118,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5048,
      "end": 5049,
      "loc": {
        "start": {
          "line": 118,
          "column": 27
        },
        "end": {
          "line": 118,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angleMidToStart",
      "start": 5049,
      "end": 5064,
      "loc": {
        "start": {
          "line": 118,
          "column": 28
        },
        "end": {
          "line": 118,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5064,
      "end": 5065,
      "loc": {
        "start": {
          "line": 118,
          "column": 43
        },
        "end": {
          "line": 118,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angleMidToEnd",
      "start": 5066,
      "end": 5079,
      "loc": {
        "start": {
          "line": 118,
          "column": 45
        },
        "end": {
          "line": 118,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5079,
      "end": 5080,
      "loc": {
        "start": {
          "line": 118,
          "column": 58
        },
        "end": {
          "line": 118,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "alpha",
      "start": 5081,
      "end": 5086,
      "loc": {
        "start": {
          "line": 118,
          "column": 60
        },
        "end": {
          "line": 118,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5086,
      "end": 5087,
      "loc": {
        "start": {
          "line": 118,
          "column": 65
        },
        "end": {
          "line": 118,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5087,
      "end": 5088,
      "loc": {
        "start": {
          "line": 118,
          "column": 66
        },
        "end": {
          "line": 118,
          "column": 67
        }
      }
    },
    {
      "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": 5093,
      "end": 5095,
      "loc": {
        "start": {
          "line": 119,
          "column": 4
        },
        "end": {
          "line": 119,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5096,
      "end": 5097,
      "loc": {
        "start": {
          "line": 119,
          "column": 7
        },
        "end": {
          "line": 119,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "maxAngle",
      "start": 5097,
      "end": 5105,
      "loc": {
        "start": {
          "line": 119,
          "column": 8
        },
        "end": {
          "line": 119,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 5106,
      "end": 5109,
      "loc": {
        "start": {
          "line": 119,
          "column": 17
        },
        "end": {
          "line": 119,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "alpha",
      "start": 5110,
      "end": 5115,
      "loc": {
        "start": {
          "line": 119,
          "column": 21
        },
        "end": {
          "line": 119,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5115,
      "end": 5116,
      "loc": {
        "start": {
          "line": 119,
          "column": 26
        },
        "end": {
          "line": 119,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5117,
      "end": 5118,
      "loc": {
        "start": {
          "line": 119,
          "column": 28
        },
        "end": {
          "line": 119,
          "column": 29
        }
      }
    },
    {
      "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": 5127,
      "end": 5129,
      "loc": {
        "start": {
          "line": 120,
          "column": 8
        },
        "end": {
          "line": 120,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5130,
      "end": 5131,
      "loc": {
        "start": {
          "line": 120,
          "column": 11
        },
        "end": {
          "line": 120,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angleMidToStart",
      "start": 5131,
      "end": 5146,
      "loc": {
        "start": {
          "line": 120,
          "column": 12
        },
        "end": {
          "line": 120,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 5147,
      "end": 5150,
      "loc": {
        "start": {
          "line": 120,
          "column": 28
        },
        "end": {
          "line": 120,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "maxAngle",
      "start": 5151,
      "end": 5159,
      "loc": {
        "start": {
          "line": 120,
          "column": 32
        },
        "end": {
          "line": 120,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5159,
      "end": 5160,
      "loc": {
        "start": {
          "line": 120,
          "column": 40
        },
        "end": {
          "line": 120,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5161,
      "end": 5162,
      "loc": {
        "start": {
          "line": 120,
          "column": 42
        },
        "end": {
          "line": 120,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "len",
      "start": 5175,
      "end": 5178,
      "loc": {
        "start": {
          "line": 121,
          "column": 12
        },
        "end": {
          "line": 121,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5179,
      "end": 5180,
      "loc": {
        "start": {
          "line": 121,
          "column": 16
        },
        "end": {
          "line": 121,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertexToMiddle",
      "start": 5181,
      "end": 5195,
      "loc": {
        "start": {
          "line": 121,
          "column": 18
        },
        "end": {
          "line": 121,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5195,
      "end": 5196,
      "loc": {
        "start": {
          "line": 121,
          "column": 32
        },
        "end": {
          "line": 121,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dot",
      "start": 5196,
      "end": 5199,
      "loc": {
        "start": {
          "line": 121,
          "column": 33
        },
        "end": {
          "line": 121,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5199,
      "end": 5200,
      "loc": {
        "start": {
          "line": 121,
          "column": 36
        },
        "end": {
          "line": 121,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endDir",
      "start": 5200,
      "end": 5206,
      "loc": {
        "start": {
          "line": 121,
          "column": 37
        },
        "end": {
          "line": 121,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5206,
      "end": 5207,
      "loc": {
        "start": {
          "line": 121,
          "column": 43
        },
        "end": {
          "line": 121,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5207,
      "end": 5208,
      "loc": {
        "start": {
          "line": 121,
          "column": 44
        },
        "end": {
          "line": 121,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5217,
      "end": 5218,
      "loc": {
        "start": {
          "line": 122,
          "column": 8
        },
        "end": {
          "line": 122,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 5227,
      "end": 5231,
      "loc": {
        "start": {
          "line": 123,
          "column": 8
        },
        "end": {
          "line": 123,
          "column": 12
        }
      }
    },
    {
      "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": 5232,
      "end": 5234,
      "loc": {
        "start": {
          "line": 123,
          "column": 13
        },
        "end": {
          "line": 123,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5235,
      "end": 5236,
      "loc": {
        "start": {
          "line": 123,
          "column": 16
        },
        "end": {
          "line": 123,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angleMidToEnd",
      "start": 5236,
      "end": 5249,
      "loc": {
        "start": {
          "line": 123,
          "column": 17
        },
        "end": {
          "line": 123,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 5250,
      "end": 5253,
      "loc": {
        "start": {
          "line": 123,
          "column": 31
        },
        "end": {
          "line": 123,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "maxAngle",
      "start": 5254,
      "end": 5262,
      "loc": {
        "start": {
          "line": 123,
          "column": 35
        },
        "end": {
          "line": 123,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5262,
      "end": 5263,
      "loc": {
        "start": {
          "line": 123,
          "column": 43
        },
        "end": {
          "line": 123,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5264,
      "end": 5265,
      "loc": {
        "start": {
          "line": 123,
          "column": 45
        },
        "end": {
          "line": 123,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "len",
      "start": 5278,
      "end": 5281,
      "loc": {
        "start": {
          "line": 124,
          "column": 12
        },
        "end": {
          "line": 124,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5282,
      "end": 5283,
      "loc": {
        "start": {
          "line": 124,
          "column": 16
        },
        "end": {
          "line": 124,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertexToMiddle",
      "start": 5284,
      "end": 5298,
      "loc": {
        "start": {
          "line": 124,
          "column": 18
        },
        "end": {
          "line": 124,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5298,
      "end": 5299,
      "loc": {
        "start": {
          "line": 124,
          "column": 32
        },
        "end": {
          "line": 124,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dot",
      "start": 5299,
      "end": 5302,
      "loc": {
        "start": {
          "line": 124,
          "column": 33
        },
        "end": {
          "line": 124,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5302,
      "end": 5303,
      "loc": {
        "start": {
          "line": 124,
          "column": 36
        },
        "end": {
          "line": 124,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startDir",
      "start": 5303,
      "end": 5311,
      "loc": {
        "start": {
          "line": 124,
          "column": 37
        },
        "end": {
          "line": 124,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5311,
      "end": 5312,
      "loc": {
        "start": {
          "line": 124,
          "column": 45
        },
        "end": {
          "line": 124,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5312,
      "end": 5313,
      "loc": {
        "start": {
          "line": 124,
          "column": 46
        },
        "end": {
          "line": 124,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5322,
      "end": 5323,
      "loc": {
        "start": {
          "line": 125,
          "column": 8
        },
        "end": {
          "line": 125,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5328,
      "end": 5329,
      "loc": {
        "start": {
          "line": 126,
          "column": 4
        },
        "end": {
          "line": 126,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 5335,
      "end": 5337,
      "loc": {
        "start": {
          "line": 128,
          "column": 4
        },
        "end": {
          "line": 128,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5338,
      "end": 5339,
      "loc": {
        "start": {
          "line": 128,
          "column": 7
        },
        "end": {
          "line": 128,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "len",
      "start": 5339,
      "end": 5342,
      "loc": {
        "start": {
          "line": 128,
          "column": 8
        },
        "end": {
          "line": 128,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5342,
      "end": 5343,
      "loc": {
        "start": {
          "line": 128,
          "column": 11
        },
        "end": {
          "line": 128,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5344,
      "end": 5345,
      "loc": {
        "start": {
          "line": 128,
          "column": 13
        },
        "end": {
          "line": 128,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 5354,
      "end": 5360,
      "loc": {
        "start": {
          "line": 129,
          "column": 8
        },
        "end": {
          "line": 129,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5361,
      "end": 5362,
      "loc": {
        "start": {
          "line": 129,
          "column": 15
        },
        "end": {
          "line": 129,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertexPos",
      "start": 5363,
      "end": 5372,
      "loc": {
        "start": {
          "line": 129,
          "column": 17
        },
        "end": {
          "line": 129,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5372,
      "end": 5373,
      "loc": {
        "start": {
          "line": 129,
          "column": 26
        },
        "end": {
          "line": 129,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 5373,
      "end": 5378,
      "loc": {
        "start": {
          "line": 129,
          "column": 27
        },
        "end": {
          "line": 129,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5378,
      "end": 5379,
      "loc": {
        "start": {
          "line": 129,
          "column": 32
        },
        "end": {
          "line": 129,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5379,
      "end": 5380,
      "loc": {
        "start": {
          "line": 129,
          "column": 33
        },
        "end": {
          "line": 129,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5380,
      "end": 5381,
      "loc": {
        "start": {
          "line": 129,
          "column": 34
        },
        "end": {
          "line": 129,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 5381,
      "end": 5384,
      "loc": {
        "start": {
          "line": 129,
          "column": 35
        },
        "end": {
          "line": 129,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5384,
      "end": 5385,
      "loc": {
        "start": {
          "line": 129,
          "column": 38
        },
        "end": {
          "line": 129,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "centerDir",
      "start": 5385,
      "end": 5394,
      "loc": {
        "start": {
          "line": 129,
          "column": 39
        },
        "end": {
          "line": 129,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5394,
      "end": 5395,
      "loc": {
        "start": {
          "line": 129,
          "column": 48
        },
        "end": {
          "line": 129,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 5395,
      "end": 5400,
      "loc": {
        "start": {
          "line": 129,
          "column": 49
        },
        "end": {
          "line": 129,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5400,
      "end": 5401,
      "loc": {
        "start": {
          "line": 129,
          "column": 54
        },
        "end": {
          "line": 129,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5401,
      "end": 5402,
      "loc": {
        "start": {
          "line": 129,
          "column": 55
        },
        "end": {
          "line": 129,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5402,
      "end": 5403,
      "loc": {
        "start": {
          "line": 129,
          "column": 56
        },
        "end": {
          "line": 129,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "multiplyScalar",
      "start": 5403,
      "end": 5417,
      "loc": {
        "start": {
          "line": 129,
          "column": 57
        },
        "end": {
          "line": 129,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5417,
      "end": 5418,
      "loc": {
        "start": {
          "line": 129,
          "column": 71
        },
        "end": {
          "line": 129,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "len",
      "start": 5418,
      "end": 5421,
      "loc": {
        "start": {
          "line": 129,
          "column": 72
        },
        "end": {
          "line": 129,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 5421,
      "end": 5422,
      "loc": {
        "start": {
          "line": 129,
          "column": 75
        },
        "end": {
          "line": 129,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 5422,
      "end": 5426,
      "loc": {
        "start": {
          "line": 129,
          "column": 76
        },
        "end": {
          "line": 129,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5426,
      "end": 5427,
      "loc": {
        "start": {
          "line": 129,
          "column": 80
        },
        "end": {
          "line": 129,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cos",
      "start": 5427,
      "end": 5430,
      "loc": {
        "start": {
          "line": 129,
          "column": 81
        },
        "end": {
          "line": 129,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5430,
      "end": 5431,
      "loc": {
        "start": {
          "line": 129,
          "column": 84
        },
        "end": {
          "line": 129,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "alpha",
      "start": 5431,
      "end": 5436,
      "loc": {
        "start": {
          "line": 129,
          "column": 85
        },
        "end": {
          "line": 129,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 5436,
      "end": 5437,
      "loc": {
        "start": {
          "line": 129,
          "column": 90
        },
        "end": {
          "line": 129,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 5437,
      "end": 5438,
      "loc": {
        "start": {
          "line": 129,
          "column": 91
        },
        "end": {
          "line": 129,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5438,
      "end": 5439,
      "loc": {
        "start": {
          "line": 129,
          "column": 92
        },
        "end": {
          "line": 129,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5439,
      "end": 5440,
      "loc": {
        "start": {
          "line": 129,
          "column": 93
        },
        "end": {
          "line": 129,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5440,
      "end": 5441,
      "loc": {
        "start": {
          "line": 129,
          "column": 94
        },
        "end": {
          "line": 129,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5441,
      "end": 5442,
      "loc": {
        "start": {
          "line": 129,
          "column": 95
        },
        "end": {
          "line": 129,
          "column": 96
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " fillet angle < 180 => cos(alpha/2) != 0",
      "start": 5443,
      "end": 5485,
      "loc": {
        "start": {
          "line": 129,
          "column": 97
        },
        "end": {
          "line": 129,
          "column": 139
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 5494,
      "end": 5500,
      "loc": {
        "start": {
          "line": 130,
          "column": 8
        },
        "end": {
          "line": 130,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5501,
      "end": 5502,
      "loc": {
        "start": {
          "line": 130,
          "column": 15
        },
        "end": {
          "line": 130,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 5515,
      "end": 5520,
      "loc": {
        "start": {
          "line": 131,
          "column": 12
        },
        "end": {
          "line": 131,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5520,
      "end": 5521,
      "loc": {
        "start": {
          "line": 131,
          "column": 17
        },
        "end": {
          "line": 131,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertexPos",
      "start": 5522,
      "end": 5531,
      "loc": {
        "start": {
          "line": 131,
          "column": 19
        },
        "end": {
          "line": 131,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5531,
      "end": 5532,
      "loc": {
        "start": {
          "line": 131,
          "column": 28
        },
        "end": {
          "line": 131,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 5532,
      "end": 5537,
      "loc": {
        "start": {
          "line": 131,
          "column": 29
        },
        "end": {
          "line": 131,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5537,
      "end": 5538,
      "loc": {
        "start": {
          "line": 131,
          "column": 34
        },
        "end": {
          "line": 131,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5538,
      "end": 5539,
      "loc": {
        "start": {
          "line": 131,
          "column": 35
        },
        "end": {
          "line": 131,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5539,
      "end": 5540,
      "loc": {
        "start": {
          "line": 131,
          "column": 36
        },
        "end": {
          "line": 131,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 5540,
      "end": 5543,
      "loc": {
        "start": {
          "line": 131,
          "column": 37
        },
        "end": {
          "line": 131,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5543,
      "end": 5544,
      "loc": {
        "start": {
          "line": 131,
          "column": 40
        },
        "end": {
          "line": 131,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startDir",
      "start": 5544,
      "end": 5552,
      "loc": {
        "start": {
          "line": 131,
          "column": 41
        },
        "end": {
          "line": 131,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5552,
      "end": 5553,
      "loc": {
        "start": {
          "line": 131,
          "column": 49
        },
        "end": {
          "line": 131,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 5553,
      "end": 5558,
      "loc": {
        "start": {
          "line": 131,
          "column": 50
        },
        "end": {
          "line": 131,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5558,
      "end": 5559,
      "loc": {
        "start": {
          "line": 131,
          "column": 55
        },
        "end": {
          "line": 131,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5559,
      "end": 5560,
      "loc": {
        "start": {
          "line": 131,
          "column": 56
        },
        "end": {
          "line": 131,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5560,
      "end": 5561,
      "loc": {
        "start": {
          "line": 131,
          "column": 57
        },
        "end": {
          "line": 131,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "multiplyScalar",
      "start": 5561,
      "end": 5575,
      "loc": {
        "start": {
          "line": 131,
          "column": 58
        },
        "end": {
          "line": 131,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5575,
      "end": 5576,
      "loc": {
        "start": {
          "line": 131,
          "column": 72
        },
        "end": {
          "line": 131,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "len",
      "start": 5576,
      "end": 5579,
      "loc": {
        "start": {
          "line": 131,
          "column": 73
        },
        "end": {
          "line": 131,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5579,
      "end": 5580,
      "loc": {
        "start": {
          "line": 131,
          "column": 76
        },
        "end": {
          "line": 131,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5580,
      "end": 5581,
      "loc": {
        "start": {
          "line": 131,
          "column": 77
        },
        "end": {
          "line": 131,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5581,
      "end": 5582,
      "loc": {
        "start": {
          "line": 131,
          "column": 78
        },
        "end": {
          "line": 131,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 5595,
      "end": 5598,
      "loc": {
        "start": {
          "line": 132,
          "column": 12
        },
        "end": {
          "line": 132,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5598,
      "end": 5599,
      "loc": {
        "start": {
          "line": 132,
          "column": 15
        },
        "end": {
          "line": 132,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertexPos",
      "start": 5600,
      "end": 5609,
      "loc": {
        "start": {
          "line": 132,
          "column": 17
        },
        "end": {
          "line": 132,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5609,
      "end": 5610,
      "loc": {
        "start": {
          "line": 132,
          "column": 26
        },
        "end": {
          "line": 132,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 5610,
      "end": 5615,
      "loc": {
        "start": {
          "line": 132,
          "column": 27
        },
        "end": {
          "line": 132,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5615,
      "end": 5616,
      "loc": {
        "start": {
          "line": 132,
          "column": 32
        },
        "end": {
          "line": 132,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5616,
      "end": 5617,
      "loc": {
        "start": {
          "line": 132,
          "column": 33
        },
        "end": {
          "line": 132,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5617,
      "end": 5618,
      "loc": {
        "start": {
          "line": 132,
          "column": 34
        },
        "end": {
          "line": 132,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 5618,
      "end": 5621,
      "loc": {
        "start": {
          "line": 132,
          "column": 35
        },
        "end": {
          "line": 132,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5621,
      "end": 5622,
      "loc": {
        "start": {
          "line": 132,
          "column": 38
        },
        "end": {
          "line": 132,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endDir",
      "start": 5622,
      "end": 5628,
      "loc": {
        "start": {
          "line": 132,
          "column": 39
        },
        "end": {
          "line": 132,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5628,
      "end": 5629,
      "loc": {
        "start": {
          "line": 132,
          "column": 45
        },
        "end": {
          "line": 132,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 5629,
      "end": 5634,
      "loc": {
        "start": {
          "line": 132,
          "column": 46
        },
        "end": {
          "line": 132,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5634,
      "end": 5635,
      "loc": {
        "start": {
          "line": 132,
          "column": 51
        },
        "end": {
          "line": 132,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5635,
      "end": 5636,
      "loc": {
        "start": {
          "line": 132,
          "column": 52
        },
        "end": {
          "line": 132,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5636,
      "end": 5637,
      "loc": {
        "start": {
          "line": 132,
          "column": 53
        },
        "end": {
          "line": 132,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "multiplyScalar",
      "start": 5637,
      "end": 5651,
      "loc": {
        "start": {
          "line": 132,
          "column": 54
        },
        "end": {
          "line": 132,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5651,
      "end": 5652,
      "loc": {
        "start": {
          "line": 132,
          "column": 68
        },
        "end": {
          "line": 132,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "len",
      "start": 5652,
      "end": 5655,
      "loc": {
        "start": {
          "line": 132,
          "column": 69
        },
        "end": {
          "line": 132,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5655,
      "end": 5656,
      "loc": {
        "start": {
          "line": 132,
          "column": 72
        },
        "end": {
          "line": 132,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5656,
      "end": 5657,
      "loc": {
        "start": {
          "line": 132,
          "column": 73
        },
        "end": {
          "line": 132,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5657,
      "end": 5658,
      "loc": {
        "start": {
          "line": 132,
          "column": 74
        },
        "end": {
          "line": 132,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 5671,
      "end": 5677,
      "loc": {
        "start": {
          "line": 133,
          "column": 12
        },
        "end": {
          "line": 133,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5677,
      "end": 5678,
      "loc": {
        "start": {
          "line": 133,
          "column": 18
        },
        "end": {
          "line": 133,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 5679,
      "end": 5685,
      "loc": {
        "start": {
          "line": 133,
          "column": 20
        },
        "end": {
          "line": 133,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5685,
      "end": 5686,
      "loc": {
        "start": {
          "line": 133,
          "column": 26
        },
        "end": {
          "line": 133,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clockwise",
      "start": 5699,
      "end": 5708,
      "loc": {
        "start": {
          "line": 134,
          "column": 12
        },
        "end": {
          "line": 134,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5708,
      "end": 5709,
      "loc": {
        "start": {
          "line": 134,
          "column": 21
        },
        "end": {
          "line": 134,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 5710,
      "end": 5714,
      "loc": {
        "start": {
          "line": 134,
          "column": 23
        },
        "end": {
          "line": 134,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5723,
      "end": 5724,
      "loc": {
        "start": {
          "line": 135,
          "column": 8
        },
        "end": {
          "line": 135,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5724,
      "end": 5725,
      "loc": {
        "start": {
          "line": 135,
          "column": 9
        },
        "end": {
          "line": 135,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5730,
      "end": 5731,
      "loc": {
        "start": {
          "line": 136,
          "column": 4
        },
        "end": {
          "line": 136,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 5738,
      "end": 5741,
      "loc": {
        "start": {
          "line": 139,
          "column": 4
        },
        "end": {
          "line": 139,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "middleNew",
      "start": 5742,
      "end": 5751,
      "loc": {
        "start": {
          "line": 139,
          "column": 8
        },
        "end": {
          "line": 139,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5752,
      "end": 5753,
      "loc": {
        "start": {
          "line": 139,
          "column": 18
        },
        "end": {
          "line": 139,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "middlePos",
      "start": 5754,
      "end": 5763,
      "loc": {
        "start": {
          "line": 139,
          "column": 20
        },
        "end": {
          "line": 139,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5763,
      "end": 5764,
      "loc": {
        "start": {
          "line": 139,
          "column": 29
        },
        "end": {
          "line": 139,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 5764,
      "end": 5769,
      "loc": {
        "start": {
          "line": 139,
          "column": 30
        },
        "end": {
          "line": 139,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5769,
      "end": 5770,
      "loc": {
        "start": {
          "line": 139,
          "column": 35
        },
        "end": {
          "line": 139,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5770,
      "end": 5771,
      "loc": {
        "start": {
          "line": 139,
          "column": 36
        },
        "end": {
          "line": 139,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5771,
      "end": 5772,
      "loc": {
        "start": {
          "line": 139,
          "column": 37
        },
        "end": {
          "line": 139,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 5772,
      "end": 5775,
      "loc": {
        "start": {
          "line": 139,
          "column": 38
        },
        "end": {
          "line": 139,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5775,
      "end": 5776,
      "loc": {
        "start": {
          "line": 139,
          "column": 41
        },
        "end": {
          "line": 139,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertexPos",
      "start": 5776,
      "end": 5785,
      "loc": {
        "start": {
          "line": 139,
          "column": 42
        },
        "end": {
          "line": 139,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5785,
      "end": 5786,
      "loc": {
        "start": {
          "line": 139,
          "column": 51
        },
        "end": {
          "line": 139,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5786,
      "end": 5787,
      "loc": {
        "start": {
          "line": 139,
          "column": 52
        },
        "end": {
          "line": 139,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 5793,
      "end": 5796,
      "loc": {
        "start": {
          "line": 141,
          "column": 4
        },
        "end": {
          "line": 141,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sinA2Sq",
      "start": 5797,
      "end": 5804,
      "loc": {
        "start": {
          "line": 141,
          "column": 8
        },
        "end": {
          "line": 141,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5805,
      "end": 5806,
      "loc": {
        "start": {
          "line": 141,
          "column": 16
        },
        "end": {
          "line": 141,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 5807,
      "end": 5811,
      "loc": {
        "start": {
          "line": 141,
          "column": 18
        },
        "end": {
          "line": 141,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5811,
      "end": 5812,
      "loc": {
        "start": {
          "line": 141,
          "column": 22
        },
        "end": {
          "line": 141,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pow",
      "start": 5812,
      "end": 5815,
      "loc": {
        "start": {
          "line": 141,
          "column": 23
        },
        "end": {
          "line": 141,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5815,
      "end": 5816,
      "loc": {
        "start": {
          "line": 141,
          "column": 26
        },
        "end": {
          "line": 141,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 5816,
      "end": 5820,
      "loc": {
        "start": {
          "line": 141,
          "column": 27
        },
        "end": {
          "line": 141,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5820,
      "end": 5821,
      "loc": {
        "start": {
          "line": 141,
          "column": 31
        },
        "end": {
          "line": 141,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sin",
      "start": 5821,
      "end": 5824,
      "loc": {
        "start": {
          "line": 141,
          "column": 32
        },
        "end": {
          "line": 141,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5824,
      "end": 5825,
      "loc": {
        "start": {
          "line": 141,
          "column": 35
        },
        "end": {
          "line": 141,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "alpha",
      "start": 5825,
      "end": 5830,
      "loc": {
        "start": {
          "line": 141,
          "column": 36
        },
        "end": {
          "line": 141,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 5831,
      "end": 5832,
      "loc": {
        "start": {
          "line": 141,
          "column": 42
        },
        "end": {
          "line": 141,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 5833,
      "end": 5834,
      "loc": {
        "start": {
          "line": 141,
          "column": 44
        },
        "end": {
          "line": 141,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5834,
      "end": 5835,
      "loc": {
        "start": {
          "line": 141,
          "column": 45
        },
        "end": {
          "line": 141,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5835,
      "end": 5836,
      "loc": {
        "start": {
          "line": 141,
          "column": 46
        },
        "end": {
          "line": 141,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 5837,
      "end": 5838,
      "loc": {
        "start": {
          "line": 141,
          "column": 48
        },
        "end": {
          "line": 141,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5838,
      "end": 5839,
      "loc": {
        "start": {
          "line": 141,
          "column": 49
        },
        "end": {
          "line": 141,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5839,
      "end": 5840,
      "loc": {
        "start": {
          "line": 141,
          "column": 50
        },
        "end": {
          "line": 141,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 5845,
      "end": 5848,
      "loc": {
        "start": {
          "line": 142,
          "column": 4
        },
        "end": {
          "line": 142,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cosA2Sq",
      "start": 5849,
      "end": 5856,
      "loc": {
        "start": {
          "line": 142,
          "column": 8
        },
        "end": {
          "line": 142,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5857,
      "end": 5858,
      "loc": {
        "start": {
          "line": 142,
          "column": 16
        },
        "end": {
          "line": 142,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 5859,
      "end": 5860,
      "loc": {
        "start": {
          "line": 142,
          "column": 18
        },
        "end": {
          "line": 142,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 5861,
      "end": 5862,
      "loc": {
        "start": {
          "line": 142,
          "column": 20
        },
        "end": {
          "line": 142,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sinA2Sq",
      "start": 5863,
      "end": 5870,
      "loc": {
        "start": {
          "line": 142,
          "column": 22
        },
        "end": {
          "line": 142,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5870,
      "end": 5871,
      "loc": {
        "start": {
          "line": 142,
          "column": 29
        },
        "end": {
          "line": 142,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 5877,
      "end": 5880,
      "loc": {
        "start": {
          "line": 144,
          "column": 4
        },
        "end": {
          "line": 144,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "A0",
      "start": 5881,
      "end": 5883,
      "loc": {
        "start": {
          "line": 144,
          "column": 8
        },
        "end": {
          "line": 144,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5884,
      "end": 5885,
      "loc": {
        "start": {
          "line": 144,
          "column": 11
        },
        "end": {
          "line": 144,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "middleNew",
      "start": 5886,
      "end": 5895,
      "loc": {
        "start": {
          "line": 144,
          "column": 13
        },
        "end": {
          "line": 144,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5895,
      "end": 5896,
      "loc": {
        "start": {
          "line": 144,
          "column": 22
        },
        "end": {
          "line": 144,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lengthSq",
      "start": 5896,
      "end": 5904,
      "loc": {
        "start": {
          "line": 144,
          "column": 23
        },
        "end": {
          "line": 144,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5904,
      "end": 5905,
      "loc": {
        "start": {
          "line": 144,
          "column": 31
        },
        "end": {
          "line": 144,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5905,
      "end": 5906,
      "loc": {
        "start": {
          "line": 144,
          "column": 32
        },
        "end": {
          "line": 144,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5906,
      "end": 5907,
      "loc": {
        "start": {
          "line": 144,
          "column": 33
        },
        "end": {
          "line": 144,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 5912,
      "end": 5915,
      "loc": {
        "start": {
          "line": 145,
          "column": 4
        },
        "end": {
          "line": 145,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "A1",
      "start": 5916,
      "end": 5918,
      "loc": {
        "start": {
          "line": 145,
          "column": 8
        },
        "end": {
          "line": 145,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5919,
      "end": 5920,
      "loc": {
        "start": {
          "line": 145,
          "column": 11
        },
        "end": {
          "line": 145,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 5921,
      "end": 5922,
      "loc": {
        "start": {
          "line": 145,
          "column": 13
        },
        "end": {
          "line": 145,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 5923,
      "end": 5924,
      "loc": {
        "start": {
          "line": 145,
          "column": 15
        },
        "end": {
          "line": 145,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 5925,
      "end": 5926,
      "loc": {
        "start": {
          "line": 145,
          "column": 17
        },
        "end": {
          "line": 145,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "middleNew",
      "start": 5927,
      "end": 5936,
      "loc": {
        "start": {
          "line": 145,
          "column": 19
        },
        "end": {
          "line": 145,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5936,
      "end": 5937,
      "loc": {
        "start": {
          "line": 145,
          "column": 28
        },
        "end": {
          "line": 145,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 5937,
      "end": 5938,
      "loc": {
        "start": {
          "line": 145,
          "column": 29
        },
        "end": {
          "line": 145,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5938,
      "end": 5939,
      "loc": {
        "start": {
          "line": 145,
          "column": 30
        },
        "end": {
          "line": 145,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 5944,
      "end": 5947,
      "loc": {
        "start": {
          "line": 146,
          "column": 4
        },
        "end": {
          "line": 146,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "A2",
      "start": 5948,
      "end": 5950,
      "loc": {
        "start": {
          "line": 146,
          "column": 8
        },
        "end": {
          "line": 146,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5951,
      "end": 5952,
      "loc": {
        "start": {
          "line": 146,
          "column": 11
        },
        "end": {
          "line": 146,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 5953,
      "end": 5954,
      "loc": {
        "start": {
          "line": 146,
          "column": 13
        },
        "end": {
          "line": 146,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 5955,
      "end": 5956,
      "loc": {
        "start": {
          "line": 146,
          "column": 15
        },
        "end": {
          "line": 146,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 5957,
      "end": 5958,
      "loc": {
        "start": {
          "line": 146,
          "column": 17
        },
        "end": {
          "line": 146,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "middleNew",
      "start": 5959,
      "end": 5968,
      "loc": {
        "start": {
          "line": 146,
          "column": 19
        },
        "end": {
          "line": 146,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5968,
      "end": 5969,
      "loc": {
        "start": {
          "line": 146,
          "column": 28
        },
        "end": {
          "line": 146,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 5969,
      "end": 5970,
      "loc": {
        "start": {
          "line": 146,
          "column": 29
        },
        "end": {
          "line": 146,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5970,
      "end": 5971,
      "loc": {
        "start": {
          "line": 146,
          "column": 30
        },
        "end": {
          "line": 146,
          "column": 31
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "if (centerDir.x === 0) {",
      "start": 5977,
      "end": 6003,
      "loc": {
        "start": {
          "line": 148,
          "column": 4
        },
        "end": {
          "line": 148,
          "column": 30
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "    var sign = centerDir.dot(new THREE.Vector3(0,1,0));",
      "start": 6008,
      "end": 6065,
      "loc": {
        "start": {
          "line": 149,
          "column": 4
        },
        "end": {
          "line": 149,
          "column": 61
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "    var discr = Math.pow(A2, 2) - 4 * cosA2Sq * A0;",
      "start": 6070,
      "end": 6123,
      "loc": {
        "start": {
          "line": 150,
          "column": 4
        },
        "end": {
          "line": 150,
          "column": 57
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "    var Oy = (-A2 + sign * Math.sqrt(discr)) / (2 * cosA2Sq);",
      "start": 6128,
      "end": 6191,
      "loc": {
        "start": {
          "line": 151,
          "column": 4
        },
        "end": {
          "line": 151,
          "column": 67
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "",
      "start": 6196,
      "end": 6198,
      "loc": {
        "start": {
          "line": 152,
          "column": 4
        },
        "end": {
          "line": 152,
          "column": 6
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "    center.x = 0;",
      "start": 6203,
      "end": 6222,
      "loc": {
        "start": {
          "line": 153,
          "column": 4
        },
        "end": {
          "line": 153,
          "column": 23
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "    center.y = Oy;",
      "start": 6227,
      "end": 6247,
      "loc": {
        "start": {
          "line": 154,
          "column": 4
        },
        "end": {
          "line": 154,
          "column": 24
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "} else",
      "start": 6252,
      "end": 6260,
      "loc": {
        "start": {
          "line": 155,
          "column": 4
        },
        "end": {
          "line": 155,
          "column": 12
        }
      }
    },
    {
      "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": 6265,
      "end": 6267,
      "loc": {
        "start": {
          "line": 156,
          "column": 4
        },
        "end": {
          "line": 156,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6268,
      "end": 6269,
      "loc": {
        "start": {
          "line": 156,
          "column": 7
        },
        "end": {
          "line": 156,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "centerDir",
      "start": 6269,
      "end": 6278,
      "loc": {
        "start": {
          "line": 156,
          "column": 8
        },
        "end": {
          "line": 156,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6278,
      "end": 6279,
      "loc": {
        "start": {
          "line": 156,
          "column": 17
        },
        "end": {
          "line": 156,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 6279,
      "end": 6280,
      "loc": {
        "start": {
          "line": 156,
          "column": 18
        },
        "end": {
          "line": 156,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 6281,
      "end": 6284,
      "loc": {
        "start": {
          "line": 156,
          "column": 20
        },
        "end": {
          "line": 156,
          "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": 6285,
      "end": 6286,
      "loc": {
        "start": {
          "line": 156,
          "column": 24
        },
        "end": {
          "line": 156,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6286,
      "end": 6287,
      "loc": {
        "start": {
          "line": 156,
          "column": 25
        },
        "end": {
          "line": 156,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6288,
      "end": 6289,
      "loc": {
        "start": {
          "line": 156,
          "column": 27
        },
        "end": {
          "line": 156,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 6298,
      "end": 6301,
      "loc": {
        "start": {
          "line": 157,
          "column": 8
        },
        "end": {
          "line": 157,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sign",
      "start": 6302,
      "end": 6306,
      "loc": {
        "start": {
          "line": 157,
          "column": 12
        },
        "end": {
          "line": 157,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6307,
      "end": 6308,
      "loc": {
        "start": {
          "line": 157,
          "column": 17
        },
        "end": {
          "line": 157,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "centerDir",
      "start": 6309,
      "end": 6318,
      "loc": {
        "start": {
          "line": 157,
          "column": 19
        },
        "end": {
          "line": 157,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6318,
      "end": 6319,
      "loc": {
        "start": {
          "line": 157,
          "column": 28
        },
        "end": {
          "line": 157,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dot",
      "start": 6319,
      "end": 6322,
      "loc": {
        "start": {
          "line": 157,
          "column": 29
        },
        "end": {
          "line": 157,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6322,
      "end": 6323,
      "loc": {
        "start": {
          "line": 157,
          "column": 32
        },
        "end": {
          "line": 157,
          "column": 33
        }
      }
    },
    {
      "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": 6323,
      "end": 6326,
      "loc": {
        "start": {
          "line": 157,
          "column": 33
        },
        "end": {
          "line": 157,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 6327,
      "end": 6332,
      "loc": {
        "start": {
          "line": 157,
          "column": 37
        },
        "end": {
          "line": 157,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6332,
      "end": 6333,
      "loc": {
        "start": {
          "line": 157,
          "column": 42
        },
        "end": {
          "line": 157,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Vector3",
      "start": 6333,
      "end": 6340,
      "loc": {
        "start": {
          "line": 157,
          "column": 43
        },
        "end": {
          "line": 157,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6340,
      "end": 6341,
      "loc": {
        "start": {
          "line": 157,
          "column": 50
        },
        "end": {
          "line": 157,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 6341,
      "end": 6342,
      "loc": {
        "start": {
          "line": 157,
          "column": 51
        },
        "end": {
          "line": 157,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6342,
      "end": 6343,
      "loc": {
        "start": {
          "line": 157,
          "column": 52
        },
        "end": {
          "line": 157,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 6343,
      "end": 6344,
      "loc": {
        "start": {
          "line": 157,
          "column": 53
        },
        "end": {
          "line": 157,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6344,
      "end": 6345,
      "loc": {
        "start": {
          "line": 157,
          "column": 54
        },
        "end": {
          "line": 157,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 6345,
      "end": 6346,
      "loc": {
        "start": {
          "line": 157,
          "column": 55
        },
        "end": {
          "line": 157,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6346,
      "end": 6347,
      "loc": {
        "start": {
          "line": 157,
          "column": 56
        },
        "end": {
          "line": 157,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6347,
      "end": 6348,
      "loc": {
        "start": {
          "line": 157,
          "column": 57
        },
        "end": {
          "line": 157,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6348,
      "end": 6349,
      "loc": {
        "start": {
          "line": 157,
          "column": 58
        },
        "end": {
          "line": 157,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 6358,
      "end": 6361,
      "loc": {
        "start": {
          "line": 158,
          "column": 8
        },
        "end": {
          "line": 158,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "discr",
      "start": 6362,
      "end": 6367,
      "loc": {
        "start": {
          "line": 158,
          "column": 12
        },
        "end": {
          "line": 158,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6368,
      "end": 6369,
      "loc": {
        "start": {
          "line": 158,
          "column": 18
        },
        "end": {
          "line": 158,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 6370,
      "end": 6374,
      "loc": {
        "start": {
          "line": 158,
          "column": 20
        },
        "end": {
          "line": 158,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6374,
      "end": 6375,
      "loc": {
        "start": {
          "line": 158,
          "column": 24
        },
        "end": {
          "line": 158,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pow",
      "start": 6375,
      "end": 6378,
      "loc": {
        "start": {
          "line": 158,
          "column": 25
        },
        "end": {
          "line": 158,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6378,
      "end": 6379,
      "loc": {
        "start": {
          "line": 158,
          "column": 28
        },
        "end": {
          "line": 158,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "A1",
      "start": 6379,
      "end": 6381,
      "loc": {
        "start": {
          "line": 158,
          "column": 29
        },
        "end": {
          "line": 158,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6381,
      "end": 6382,
      "loc": {
        "start": {
          "line": 158,
          "column": 31
        },
        "end": {
          "line": 158,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 6383,
      "end": 6384,
      "loc": {
        "start": {
          "line": 158,
          "column": 33
        },
        "end": {
          "line": 158,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6384,
      "end": 6385,
      "loc": {
        "start": {
          "line": 158,
          "column": 34
        },
        "end": {
          "line": 158,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 6386,
      "end": 6387,
      "loc": {
        "start": {
          "line": 158,
          "column": 36
        },
        "end": {
          "line": 158,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 4,
      "start": 6388,
      "end": 6389,
      "loc": {
        "start": {
          "line": 158,
          "column": 38
        },
        "end": {
          "line": 158,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 6390,
      "end": 6391,
      "loc": {
        "start": {
          "line": 158,
          "column": 40
        },
        "end": {
          "line": 158,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cosA2Sq",
      "start": 6392,
      "end": 6399,
      "loc": {
        "start": {
          "line": 158,
          "column": 42
        },
        "end": {
          "line": 158,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 6400,
      "end": 6401,
      "loc": {
        "start": {
          "line": 158,
          "column": 50
        },
        "end": {
          "line": 158,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "A0",
      "start": 6402,
      "end": 6404,
      "loc": {
        "start": {
          "line": 158,
          "column": 52
        },
        "end": {
          "line": 158,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6404,
      "end": 6405,
      "loc": {
        "start": {
          "line": 158,
          "column": 54
        },
        "end": {
          "line": 158,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 6414,
      "end": 6417,
      "loc": {
        "start": {
          "line": 159,
          "column": 8
        },
        "end": {
          "line": 159,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Ox",
      "start": 6418,
      "end": 6420,
      "loc": {
        "start": {
          "line": 159,
          "column": 12
        },
        "end": {
          "line": 159,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6421,
      "end": 6422,
      "loc": {
        "start": {
          "line": 159,
          "column": 15
        },
        "end": {
          "line": 159,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6423,
      "end": 6424,
      "loc": {
        "start": {
          "line": 159,
          "column": 17
        },
        "end": {
          "line": 159,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 6424,
      "end": 6425,
      "loc": {
        "start": {
          "line": 159,
          "column": 18
        },
        "end": {
          "line": 159,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "A1",
      "start": 6425,
      "end": 6427,
      "loc": {
        "start": {
          "line": 159,
          "column": 19
        },
        "end": {
          "line": 159,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 6428,
      "end": 6429,
      "loc": {
        "start": {
          "line": 159,
          "column": 22
        },
        "end": {
          "line": 159,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sign",
      "start": 6430,
      "end": 6434,
      "loc": {
        "start": {
          "line": 159,
          "column": 24
        },
        "end": {
          "line": 159,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 6435,
      "end": 6436,
      "loc": {
        "start": {
          "line": 159,
          "column": 29
        },
        "end": {
          "line": 159,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 6437,
      "end": 6441,
      "loc": {
        "start": {
          "line": 159,
          "column": 31
        },
        "end": {
          "line": 159,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6441,
      "end": 6442,
      "loc": {
        "start": {
          "line": 159,
          "column": 35
        },
        "end": {
          "line": 159,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sqrt",
      "start": 6442,
      "end": 6446,
      "loc": {
        "start": {
          "line": 159,
          "column": 36
        },
        "end": {
          "line": 159,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6446,
      "end": 6447,
      "loc": {
        "start": {
          "line": 159,
          "column": 40
        },
        "end": {
          "line": 159,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "discr",
      "start": 6447,
      "end": 6452,
      "loc": {
        "start": {
          "line": 159,
          "column": 41
        },
        "end": {
          "line": 159,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6452,
      "end": 6453,
      "loc": {
        "start": {
          "line": 159,
          "column": 46
        },
        "end": {
          "line": 159,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6453,
      "end": 6454,
      "loc": {
        "start": {
          "line": 159,
          "column": 47
        },
        "end": {
          "line": 159,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 6455,
      "end": 6456,
      "loc": {
        "start": {
          "line": 159,
          "column": 49
        },
        "end": {
          "line": 159,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6457,
      "end": 6458,
      "loc": {
        "start": {
          "line": 159,
          "column": 51
        },
        "end": {
          "line": 159,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 6458,
      "end": 6459,
      "loc": {
        "start": {
          "line": 159,
          "column": 52
        },
        "end": {
          "line": 159,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 6460,
      "end": 6461,
      "loc": {
        "start": {
          "line": 159,
          "column": 54
        },
        "end": {
          "line": 159,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cosA2Sq",
      "start": 6462,
      "end": 6469,
      "loc": {
        "start": {
          "line": 159,
          "column": 56
        },
        "end": {
          "line": 159,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6469,
      "end": 6470,
      "loc": {
        "start": {
          "line": 159,
          "column": 63
        },
        "end": {
          "line": 159,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6470,
      "end": 6471,
      "loc": {
        "start": {
          "line": 159,
          "column": 64
        },
        "end": {
          "line": 159,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 6481,
      "end": 6487,
      "loc": {
        "start": {
          "line": 161,
          "column": 8
        },
        "end": {
          "line": 161,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6487,
      "end": 6488,
      "loc": {
        "start": {
          "line": 161,
          "column": 14
        },
        "end": {
          "line": 161,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 6488,
      "end": 6489,
      "loc": {
        "start": {
          "line": 161,
          "column": 15
        },
        "end": {
          "line": 161,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6490,
      "end": 6491,
      "loc": {
        "start": {
          "line": 161,
          "column": 17
        },
        "end": {
          "line": 161,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Ox",
      "start": 6492,
      "end": 6494,
      "loc": {
        "start": {
          "line": 161,
          "column": 19
        },
        "end": {
          "line": 161,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6494,
      "end": 6495,
      "loc": {
        "start": {
          "line": 161,
          "column": 21
        },
        "end": {
          "line": 161,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 6504,
      "end": 6510,
      "loc": {
        "start": {
          "line": 162,
          "column": 8
        },
        "end": {
          "line": 162,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6510,
      "end": 6511,
      "loc": {
        "start": {
          "line": 162,
          "column": 14
        },
        "end": {
          "line": 162,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 6511,
      "end": 6512,
      "loc": {
        "start": {
          "line": 162,
          "column": 15
        },
        "end": {
          "line": 162,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6513,
      "end": 6514,
      "loc": {
        "start": {
          "line": 162,
          "column": 17
        },
        "end": {
          "line": 162,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 6515,
      "end": 6516,
      "loc": {
        "start": {
          "line": 162,
          "column": 19
        },
        "end": {
          "line": 162,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6516,
      "end": 6517,
      "loc": {
        "start": {
          "line": 162,
          "column": 20
        },
        "end": {
          "line": 162,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6522,
      "end": 6523,
      "loc": {
        "start": {
          "line": 163,
          "column": 4
        },
        "end": {
          "line": 163,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 6524,
      "end": 6528,
      "loc": {
        "start": {
          "line": 163,
          "column": 6
        },
        "end": {
          "line": 163,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6529,
      "end": 6530,
      "loc": {
        "start": {
          "line": 163,
          "column": 11
        },
        "end": {
          "line": 163,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 6539,
      "end": 6542,
      "loc": {
        "start": {
          "line": 164,
          "column": 8
        },
        "end": {
          "line": 164,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sign",
      "start": 6543,
      "end": 6547,
      "loc": {
        "start": {
          "line": 164,
          "column": 12
        },
        "end": {
          "line": 164,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6548,
      "end": 6549,
      "loc": {
        "start": {
          "line": 164,
          "column": 17
        },
        "end": {
          "line": 164,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "centerDir",
      "start": 6550,
      "end": 6559,
      "loc": {
        "start": {
          "line": 164,
          "column": 19
        },
        "end": {
          "line": 164,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6559,
      "end": 6560,
      "loc": {
        "start": {
          "line": 164,
          "column": 28
        },
        "end": {
          "line": 164,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dot",
      "start": 6560,
      "end": 6563,
      "loc": {
        "start": {
          "line": 164,
          "column": 29
        },
        "end": {
          "line": 164,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6563,
      "end": 6564,
      "loc": {
        "start": {
          "line": 164,
          "column": 32
        },
        "end": {
          "line": 164,
          "column": 33
        }
      }
    },
    {
      "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": 6564,
      "end": 6567,
      "loc": {
        "start": {
          "line": 164,
          "column": 33
        },
        "end": {
          "line": 164,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 6568,
      "end": 6573,
      "loc": {
        "start": {
          "line": 164,
          "column": 37
        },
        "end": {
          "line": 164,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6573,
      "end": 6574,
      "loc": {
        "start": {
          "line": 164,
          "column": 42
        },
        "end": {
          "line": 164,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Vector3",
      "start": 6574,
      "end": 6581,
      "loc": {
        "start": {
          "line": 164,
          "column": 43
        },
        "end": {
          "line": 164,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6581,
      "end": 6582,
      "loc": {
        "start": {
          "line": 164,
          "column": 50
        },
        "end": {
          "line": 164,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 6582,
      "end": 6583,
      "loc": {
        "start": {
          "line": 164,
          "column": 51
        },
        "end": {
          "line": 164,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6583,
      "end": 6584,
      "loc": {
        "start": {
          "line": 164,
          "column": 52
        },
        "end": {
          "line": 164,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 6584,
      "end": 6585,
      "loc": {
        "start": {
          "line": 164,
          "column": 53
        },
        "end": {
          "line": 164,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6585,
      "end": 6586,
      "loc": {
        "start": {
          "line": 164,
          "column": 54
        },
        "end": {
          "line": 164,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 6586,
      "end": 6587,
      "loc": {
        "start": {
          "line": 164,
          "column": 55
        },
        "end": {
          "line": 164,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6587,
      "end": 6588,
      "loc": {
        "start": {
          "line": 164,
          "column": 56
        },
        "end": {
          "line": 164,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6588,
      "end": 6589,
      "loc": {
        "start": {
          "line": 164,
          "column": 57
        },
        "end": {
          "line": 164,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6589,
      "end": 6590,
      "loc": {
        "start": {
          "line": 164,
          "column": 58
        },
        "end": {
          "line": 164,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 6599,
      "end": 6602,
      "loc": {
        "start": {
          "line": 165,
          "column": 8
        },
        "end": {
          "line": 165,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "proportion",
      "start": 6603,
      "end": 6613,
      "loc": {
        "start": {
          "line": 165,
          "column": 12
        },
        "end": {
          "line": 165,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6614,
      "end": 6615,
      "loc": {
        "start": {
          "line": 165,
          "column": 23
        },
        "end": {
          "line": 165,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "centerDir",
      "start": 6616,
      "end": 6625,
      "loc": {
        "start": {
          "line": 165,
          "column": 25
        },
        "end": {
          "line": 165,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6625,
      "end": 6626,
      "loc": {
        "start": {
          "line": 165,
          "column": 34
        },
        "end": {
          "line": 165,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 6626,
      "end": 6627,
      "loc": {
        "start": {
          "line": 165,
          "column": 35
        },
        "end": {
          "line": 165,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 6628,
      "end": 6629,
      "loc": {
        "start": {
          "line": 165,
          "column": 37
        },
        "end": {
          "line": 165,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "centerDir",
      "start": 6630,
      "end": 6639,
      "loc": {
        "start": {
          "line": 165,
          "column": 39
        },
        "end": {
          "line": 165,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6639,
      "end": 6640,
      "loc": {
        "start": {
          "line": 165,
          "column": 48
        },
        "end": {
          "line": 165,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 6640,
      "end": 6641,
      "loc": {
        "start": {
          "line": 165,
          "column": 49
        },
        "end": {
          "line": 165,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6641,
      "end": 6642,
      "loc": {
        "start": {
          "line": 165,
          "column": 50
        },
        "end": {
          "line": 165,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 6651,
      "end": 6654,
      "loc": {
        "start": {
          "line": 166,
          "column": 8
        },
        "end": {
          "line": 166,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "A",
      "start": 6655,
      "end": 6656,
      "loc": {
        "start": {
          "line": 166,
          "column": 12
        },
        "end": {
          "line": 166,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6657,
      "end": 6658,
      "loc": {
        "start": {
          "line": 166,
          "column": 14
        },
        "end": {
          "line": 166,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6659,
      "end": 6660,
      "loc": {
        "start": {
          "line": 166,
          "column": 16
        },
        "end": {
          "line": 166,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "proportion",
      "start": 6660,
      "end": 6670,
      "loc": {
        "start": {
          "line": 166,
          "column": 17
        },
        "end": {
          "line": 166,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 6671,
      "end": 6672,
      "loc": {
        "start": {
          "line": 166,
          "column": 28
        },
        "end": {
          "line": 166,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "proportion",
      "start": 6673,
      "end": 6683,
      "loc": {
        "start": {
          "line": 166,
          "column": 30
        },
        "end": {
          "line": 166,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 6684,
      "end": 6685,
      "loc": {
        "start": {
          "line": 166,
          "column": 41
        },
        "end": {
          "line": 166,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 6686,
      "end": 6687,
      "loc": {
        "start": {
          "line": 166,
          "column": 43
        },
        "end": {
          "line": 166,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6687,
      "end": 6688,
      "loc": {
        "start": {
          "line": 166,
          "column": 44
        },
        "end": {
          "line": 166,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 6689,
      "end": 6690,
      "loc": {
        "start": {
          "line": 166,
          "column": 46
        },
        "end": {
          "line": 166,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cosA2Sq",
      "start": 6691,
      "end": 6698,
      "loc": {
        "start": {
          "line": 166,
          "column": 48
        },
        "end": {
          "line": 166,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6698,
      "end": 6699,
      "loc": {
        "start": {
          "line": 166,
          "column": 55
        },
        "end": {
          "line": 166,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 6708,
      "end": 6711,
      "loc": {
        "start": {
          "line": 167,
          "column": 8
        },
        "end": {
          "line": 167,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "B",
      "start": 6712,
      "end": 6713,
      "loc": {
        "start": {
          "line": 167,
          "column": 12
        },
        "end": {
          "line": 167,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6714,
      "end": 6715,
      "loc": {
        "start": {
          "line": 167,
          "column": 14
        },
        "end": {
          "line": 167,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "A1",
      "start": 6716,
      "end": 6718,
      "loc": {
        "start": {
          "line": 167,
          "column": 16
        },
        "end": {
          "line": 167,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 6719,
      "end": 6720,
      "loc": {
        "start": {
          "line": 167,
          "column": 19
        },
        "end": {
          "line": 167,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "proportion",
      "start": 6721,
      "end": 6731,
      "loc": {
        "start": {
          "line": 167,
          "column": 21
        },
        "end": {
          "line": 167,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 6732,
      "end": 6733,
      "loc": {
        "start": {
          "line": 167,
          "column": 32
        },
        "end": {
          "line": 167,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "A2",
      "start": 6734,
      "end": 6736,
      "loc": {
        "start": {
          "line": 167,
          "column": 34
        },
        "end": {
          "line": 167,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6736,
      "end": 6737,
      "loc": {
        "start": {
          "line": 167,
          "column": 36
        },
        "end": {
          "line": 167,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 6746,
      "end": 6749,
      "loc": {
        "start": {
          "line": 168,
          "column": 8
        },
        "end": {
          "line": 168,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "C",
      "start": 6750,
      "end": 6751,
      "loc": {
        "start": {
          "line": 168,
          "column": 12
        },
        "end": {
          "line": 168,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6752,
      "end": 6753,
      "loc": {
        "start": {
          "line": 168,
          "column": 14
        },
        "end": {
          "line": 168,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "A0",
      "start": 6754,
      "end": 6756,
      "loc": {
        "start": {
          "line": 168,
          "column": 16
        },
        "end": {
          "line": 168,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6756,
      "end": 6757,
      "loc": {
        "start": {
          "line": 168,
          "column": 18
        },
        "end": {
          "line": 168,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 6767,
      "end": 6770,
      "loc": {
        "start": {
          "line": 170,
          "column": 8
        },
        "end": {
          "line": 170,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "discr",
      "start": 6771,
      "end": 6776,
      "loc": {
        "start": {
          "line": 170,
          "column": 12
        },
        "end": {
          "line": 170,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6777,
      "end": 6778,
      "loc": {
        "start": {
          "line": 170,
          "column": 18
        },
        "end": {
          "line": 170,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 6779,
      "end": 6783,
      "loc": {
        "start": {
          "line": 170,
          "column": 20
        },
        "end": {
          "line": 170,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6783,
      "end": 6784,
      "loc": {
        "start": {
          "line": 170,
          "column": 24
        },
        "end": {
          "line": 170,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pow",
      "start": 6784,
      "end": 6787,
      "loc": {
        "start": {
          "line": 170,
          "column": 25
        },
        "end": {
          "line": 170,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6787,
      "end": 6788,
      "loc": {
        "start": {
          "line": 170,
          "column": 28
        },
        "end": {
          "line": 170,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "B",
      "start": 6788,
      "end": 6789,
      "loc": {
        "start": {
          "line": 170,
          "column": 29
        },
        "end": {
          "line": 170,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6789,
      "end": 6790,
      "loc": {
        "start": {
          "line": 170,
          "column": 30
        },
        "end": {
          "line": 170,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 6791,
      "end": 6792,
      "loc": {
        "start": {
          "line": 170,
          "column": 32
        },
        "end": {
          "line": 170,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6792,
      "end": 6793,
      "loc": {
        "start": {
          "line": 170,
          "column": 33
        },
        "end": {
          "line": 170,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 6794,
      "end": 6795,
      "loc": {
        "start": {
          "line": 170,
          "column": 35
        },
        "end": {
          "line": 170,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 4,
      "start": 6796,
      "end": 6797,
      "loc": {
        "start": {
          "line": 170,
          "column": 37
        },
        "end": {
          "line": 170,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 6798,
      "end": 6799,
      "loc": {
        "start": {
          "line": 170,
          "column": 39
        },
        "end": {
          "line": 170,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "A",
      "start": 6800,
      "end": 6801,
      "loc": {
        "start": {
          "line": 170,
          "column": 41
        },
        "end": {
          "line": 170,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 6802,
      "end": 6803,
      "loc": {
        "start": {
          "line": 170,
          "column": 43
        },
        "end": {
          "line": 170,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "C",
      "start": 6804,
      "end": 6805,
      "loc": {
        "start": {
          "line": 170,
          "column": 45
        },
        "end": {
          "line": 170,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6805,
      "end": 6806,
      "loc": {
        "start": {
          "line": 170,
          "column": 46
        },
        "end": {
          "line": 170,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 6815,
      "end": 6818,
      "loc": {
        "start": {
          "line": 171,
          "column": 8
        },
        "end": {
          "line": 171,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Oy",
      "start": 6819,
      "end": 6821,
      "loc": {
        "start": {
          "line": 171,
          "column": 12
        },
        "end": {
          "line": 171,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6822,
      "end": 6823,
      "loc": {
        "start": {
          "line": 171,
          "column": 15
        },
        "end": {
          "line": 171,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6824,
      "end": 6825,
      "loc": {
        "start": {
          "line": 171,
          "column": 17
        },
        "end": {
          "line": 171,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 6825,
      "end": 6826,
      "loc": {
        "start": {
          "line": 171,
          "column": 18
        },
        "end": {
          "line": 171,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "B",
      "start": 6826,
      "end": 6827,
      "loc": {
        "start": {
          "line": 171,
          "column": 19
        },
        "end": {
          "line": 171,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 6828,
      "end": 6829,
      "loc": {
        "start": {
          "line": 171,
          "column": 21
        },
        "end": {
          "line": 171,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sign",
      "start": 6830,
      "end": 6834,
      "loc": {
        "start": {
          "line": 171,
          "column": 23
        },
        "end": {
          "line": 171,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 6835,
      "end": 6836,
      "loc": {
        "start": {
          "line": 171,
          "column": 28
        },
        "end": {
          "line": 171,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 6837,
      "end": 6841,
      "loc": {
        "start": {
          "line": 171,
          "column": 30
        },
        "end": {
          "line": 171,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6841,
      "end": 6842,
      "loc": {
        "start": {
          "line": 171,
          "column": 34
        },
        "end": {
          "line": 171,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sqrt",
      "start": 6842,
      "end": 6846,
      "loc": {
        "start": {
          "line": 171,
          "column": 35
        },
        "end": {
          "line": 171,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6846,
      "end": 6847,
      "loc": {
        "start": {
          "line": 171,
          "column": 39
        },
        "end": {
          "line": 171,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "discr",
      "start": 6847,
      "end": 6852,
      "loc": {
        "start": {
          "line": 171,
          "column": 40
        },
        "end": {
          "line": 171,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6852,
      "end": 6853,
      "loc": {
        "start": {
          "line": 171,
          "column": 45
        },
        "end": {
          "line": 171,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6853,
      "end": 6854,
      "loc": {
        "start": {
          "line": 171,
          "column": 46
        },
        "end": {
          "line": 171,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 6855,
      "end": 6856,
      "loc": {
        "start": {
          "line": 171,
          "column": 48
        },
        "end": {
          "line": 171,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6857,
      "end": 6858,
      "loc": {
        "start": {
          "line": 171,
          "column": 50
        },
        "end": {
          "line": 171,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 6858,
      "end": 6859,
      "loc": {
        "start": {
          "line": 171,
          "column": 51
        },
        "end": {
          "line": 171,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 6860,
      "end": 6861,
      "loc": {
        "start": {
          "line": 171,
          "column": 53
        },
        "end": {
          "line": 171,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "A",
      "start": 6862,
      "end": 6863,
      "loc": {
        "start": {
          "line": 171,
          "column": 55
        },
        "end": {
          "line": 171,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6863,
      "end": 6864,
      "loc": {
        "start": {
          "line": 171,
          "column": 56
        },
        "end": {
          "line": 171,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6864,
      "end": 6865,
      "loc": {
        "start": {
          "line": 171,
          "column": 57
        },
        "end": {
          "line": 171,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 6875,
      "end": 6881,
      "loc": {
        "start": {
          "line": 173,
          "column": 8
        },
        "end": {
          "line": 173,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6881,
      "end": 6882,
      "loc": {
        "start": {
          "line": 173,
          "column": 14
        },
        "end": {
          "line": 173,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 6882,
      "end": 6883,
      "loc": {
        "start": {
          "line": 173,
          "column": 15
        },
        "end": {
          "line": 173,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6884,
      "end": 6885,
      "loc": {
        "start": {
          "line": 173,
          "column": 17
        },
        "end": {
          "line": 173,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Oy",
      "start": 6886,
      "end": 6888,
      "loc": {
        "start": {
          "line": 173,
          "column": 19
        },
        "end": {
          "line": 173,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 6889,
      "end": 6890,
      "loc": {
        "start": {
          "line": 173,
          "column": 22
        },
        "end": {
          "line": 173,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "proportion",
      "start": 6891,
      "end": 6901,
      "loc": {
        "start": {
          "line": 173,
          "column": 24
        },
        "end": {
          "line": 173,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6901,
      "end": 6902,
      "loc": {
        "start": {
          "line": 173,
          "column": 34
        },
        "end": {
          "line": 173,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 6911,
      "end": 6917,
      "loc": {
        "start": {
          "line": 174,
          "column": 8
        },
        "end": {
          "line": 174,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6917,
      "end": 6918,
      "loc": {
        "start": {
          "line": 174,
          "column": 14
        },
        "end": {
          "line": 174,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 6918,
      "end": 6919,
      "loc": {
        "start": {
          "line": 174,
          "column": 15
        },
        "end": {
          "line": 174,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6920,
      "end": 6921,
      "loc": {
        "start": {
          "line": 174,
          "column": 17
        },
        "end": {
          "line": 174,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Oy",
      "start": 6922,
      "end": 6924,
      "loc": {
        "start": {
          "line": 174,
          "column": 19
        },
        "end": {
          "line": 174,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6924,
      "end": 6925,
      "loc": {
        "start": {
          "line": 174,
          "column": 21
        },
        "end": {
          "line": 174,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6930,
      "end": 6931,
      "loc": {
        "start": {
          "line": 175,
          "column": 4
        },
        "end": {
          "line": 175,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 6937,
      "end": 6940,
      "loc": {
        "start": {
          "line": 177,
          "column": 4
        },
        "end": {
          "line": 177,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "len",
      "start": 6941,
      "end": 6944,
      "loc": {
        "start": {
          "line": 177,
          "column": 8
        },
        "end": {
          "line": 177,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6945,
      "end": 6946,
      "loc": {
        "start": {
          "line": 177,
          "column": 12
        },
        "end": {
          "line": 177,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 6947,
      "end": 6953,
      "loc": {
        "start": {
          "line": 177,
          "column": 14
        },
        "end": {
          "line": 177,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6953,
      "end": 6954,
      "loc": {
        "start": {
          "line": 177,
          "column": 20
        },
        "end": {
          "line": 177,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 6954,
      "end": 6960,
      "loc": {
        "start": {
          "line": 177,
          "column": 21
        },
        "end": {
          "line": 177,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6960,
      "end": 6961,
      "loc": {
        "start": {
          "line": 177,
          "column": 27
        },
        "end": {
          "line": 177,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6961,
      "end": 6962,
      "loc": {
        "start": {
          "line": 177,
          "column": 28
        },
        "end": {
          "line": 177,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 6963,
      "end": 6964,
      "loc": {
        "start": {
          "line": 177,
          "column": 30
        },
        "end": {
          "line": 177,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 6965,
      "end": 6969,
      "loc": {
        "start": {
          "line": 177,
          "column": 32
        },
        "end": {
          "line": 177,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6969,
      "end": 6970,
      "loc": {
        "start": {
          "line": 177,
          "column": 36
        },
        "end": {
          "line": 177,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cos",
      "start": 6970,
      "end": 6973,
      "loc": {
        "start": {
          "line": 177,
          "column": 37
        },
        "end": {
          "line": 177,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6973,
      "end": 6974,
      "loc": {
        "start": {
          "line": 177,
          "column": 40
        },
        "end": {
          "line": 177,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "alpha",
      "start": 6974,
      "end": 6979,
      "loc": {
        "start": {
          "line": 177,
          "column": 41
        },
        "end": {
          "line": 177,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 6979,
      "end": 6980,
      "loc": {
        "start": {
          "line": 177,
          "column": 46
        },
        "end": {
          "line": 177,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 6980,
      "end": 6981,
      "loc": {
        "start": {
          "line": 177,
          "column": 47
        },
        "end": {
          "line": 177,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6981,
      "end": 6982,
      "loc": {
        "start": {
          "line": 177,
          "column": 48
        },
        "end": {
          "line": 177,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6982,
      "end": 6983,
      "loc": {
        "start": {
          "line": 177,
          "column": 49
        },
        "end": {
          "line": 177,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 6988,
      "end": 6994,
      "loc": {
        "start": {
          "line": 178,
          "column": 4
        },
        "end": {
          "line": 178,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6994,
      "end": 6995,
      "loc": {
        "start": {
          "line": 178,
          "column": 10
        },
        "end": {
          "line": 178,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 6995,
      "end": 6998,
      "loc": {
        "start": {
          "line": 178,
          "column": 11
        },
        "end": {
          "line": 178,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6998,
      "end": 6999,
      "loc": {
        "start": {
          "line": 178,
          "column": 14
        },
        "end": {
          "line": 178,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertexPos",
      "start": 6999,
      "end": 7008,
      "loc": {
        "start": {
          "line": 178,
          "column": 15
        },
        "end": {
          "line": 178,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7008,
      "end": 7009,
      "loc": {
        "start": {
          "line": 178,
          "column": 24
        },
        "end": {
          "line": 178,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7009,
      "end": 7010,
      "loc": {
        "start": {
          "line": 178,
          "column": 25
        },
        "end": {
          "line": 178,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 7016,
      "end": 7022,
      "loc": {
        "start": {
          "line": 180,
          "column": 4
        },
        "end": {
          "line": 180,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7023,
      "end": 7024,
      "loc": {
        "start": {
          "line": 180,
          "column": 11
        },
        "end": {
          "line": 180,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 7033,
      "end": 7038,
      "loc": {
        "start": {
          "line": 181,
          "column": 8
        },
        "end": {
          "line": 181,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7038,
      "end": 7039,
      "loc": {
        "start": {
          "line": 181,
          "column": 13
        },
        "end": {
          "line": 181,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertexPos",
      "start": 7040,
      "end": 7049,
      "loc": {
        "start": {
          "line": 181,
          "column": 15
        },
        "end": {
          "line": 181,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7049,
      "end": 7050,
      "loc": {
        "start": {
          "line": 181,
          "column": 24
        },
        "end": {
          "line": 181,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 7050,
      "end": 7055,
      "loc": {
        "start": {
          "line": 181,
          "column": 25
        },
        "end": {
          "line": 181,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7055,
      "end": 7056,
      "loc": {
        "start": {
          "line": 181,
          "column": 30
        },
        "end": {
          "line": 181,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7056,
      "end": 7057,
      "loc": {
        "start": {
          "line": 181,
          "column": 31
        },
        "end": {
          "line": 181,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7057,
      "end": 7058,
      "loc": {
        "start": {
          "line": 181,
          "column": 32
        },
        "end": {
          "line": 181,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 7058,
      "end": 7061,
      "loc": {
        "start": {
          "line": 181,
          "column": 33
        },
        "end": {
          "line": 181,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7061,
      "end": 7062,
      "loc": {
        "start": {
          "line": 181,
          "column": 36
        },
        "end": {
          "line": 181,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startDir",
      "start": 7062,
      "end": 7070,
      "loc": {
        "start": {
          "line": 181,
          "column": 37
        },
        "end": {
          "line": 181,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7070,
      "end": 7071,
      "loc": {
        "start": {
          "line": 181,
          "column": 45
        },
        "end": {
          "line": 181,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 7071,
      "end": 7076,
      "loc": {
        "start": {
          "line": 181,
          "column": 46
        },
        "end": {
          "line": 181,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7076,
      "end": 7077,
      "loc": {
        "start": {
          "line": 181,
          "column": 51
        },
        "end": {
          "line": 181,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7077,
      "end": 7078,
      "loc": {
        "start": {
          "line": 181,
          "column": 52
        },
        "end": {
          "line": 181,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7078,
      "end": 7079,
      "loc": {
        "start": {
          "line": 181,
          "column": 53
        },
        "end": {
          "line": 181,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "multiplyScalar",
      "start": 7079,
      "end": 7093,
      "loc": {
        "start": {
          "line": 181,
          "column": 54
        },
        "end": {
          "line": 181,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7093,
      "end": 7094,
      "loc": {
        "start": {
          "line": 181,
          "column": 68
        },
        "end": {
          "line": 181,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "len",
      "start": 7094,
      "end": 7097,
      "loc": {
        "start": {
          "line": 181,
          "column": 69
        },
        "end": {
          "line": 181,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7097,
      "end": 7098,
      "loc": {
        "start": {
          "line": 181,
          "column": 72
        },
        "end": {
          "line": 181,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7098,
      "end": 7099,
      "loc": {
        "start": {
          "line": 181,
          "column": 73
        },
        "end": {
          "line": 181,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7099,
      "end": 7100,
      "loc": {
        "start": {
          "line": 181,
          "column": 74
        },
        "end": {
          "line": 181,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 7109,
      "end": 7112,
      "loc": {
        "start": {
          "line": 182,
          "column": 8
        },
        "end": {
          "line": 182,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7112,
      "end": 7113,
      "loc": {
        "start": {
          "line": 182,
          "column": 11
        },
        "end": {
          "line": 182,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertexPos",
      "start": 7114,
      "end": 7123,
      "loc": {
        "start": {
          "line": 182,
          "column": 13
        },
        "end": {
          "line": 182,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7123,
      "end": 7124,
      "loc": {
        "start": {
          "line": 182,
          "column": 22
        },
        "end": {
          "line": 182,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 7124,
      "end": 7129,
      "loc": {
        "start": {
          "line": 182,
          "column": 23
        },
        "end": {
          "line": 182,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7129,
      "end": 7130,
      "loc": {
        "start": {
          "line": 182,
          "column": 28
        },
        "end": {
          "line": 182,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7130,
      "end": 7131,
      "loc": {
        "start": {
          "line": 182,
          "column": 29
        },
        "end": {
          "line": 182,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7131,
      "end": 7132,
      "loc": {
        "start": {
          "line": 182,
          "column": 30
        },
        "end": {
          "line": 182,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 7132,
      "end": 7135,
      "loc": {
        "start": {
          "line": 182,
          "column": 31
        },
        "end": {
          "line": 182,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7135,
      "end": 7136,
      "loc": {
        "start": {
          "line": 182,
          "column": 34
        },
        "end": {
          "line": 182,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endDir",
      "start": 7136,
      "end": 7142,
      "loc": {
        "start": {
          "line": 182,
          "column": 35
        },
        "end": {
          "line": 182,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7142,
      "end": 7143,
      "loc": {
        "start": {
          "line": 182,
          "column": 41
        },
        "end": {
          "line": 182,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 7143,
      "end": 7148,
      "loc": {
        "start": {
          "line": 182,
          "column": 42
        },
        "end": {
          "line": 182,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7148,
      "end": 7149,
      "loc": {
        "start": {
          "line": 182,
          "column": 47
        },
        "end": {
          "line": 182,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7149,
      "end": 7150,
      "loc": {
        "start": {
          "line": 182,
          "column": 48
        },
        "end": {
          "line": 182,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7150,
      "end": 7151,
      "loc": {
        "start": {
          "line": 182,
          "column": 49
        },
        "end": {
          "line": 182,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "multiplyScalar",
      "start": 7151,
      "end": 7165,
      "loc": {
        "start": {
          "line": 182,
          "column": 50
        },
        "end": {
          "line": 182,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7165,
      "end": 7166,
      "loc": {
        "start": {
          "line": 182,
          "column": 64
        },
        "end": {
          "line": 182,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "len",
      "start": 7166,
      "end": 7169,
      "loc": {
        "start": {
          "line": 182,
          "column": 65
        },
        "end": {
          "line": 182,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7169,
      "end": 7170,
      "loc": {
        "start": {
          "line": 182,
          "column": 68
        },
        "end": {
          "line": 182,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7170,
      "end": 7171,
      "loc": {
        "start": {
          "line": 182,
          "column": 69
        },
        "end": {
          "line": 182,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7171,
      "end": 7172,
      "loc": {
        "start": {
          "line": 182,
          "column": 70
        },
        "end": {
          "line": 182,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 7181,
      "end": 7187,
      "loc": {
        "start": {
          "line": 183,
          "column": 8
        },
        "end": {
          "line": 183,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7187,
      "end": 7188,
      "loc": {
        "start": {
          "line": 183,
          "column": 14
        },
        "end": {
          "line": 183,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 7189,
      "end": 7195,
      "loc": {
        "start": {
          "line": 183,
          "column": 16
        },
        "end": {
          "line": 183,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7195,
      "end": 7196,
      "loc": {
        "start": {
          "line": 183,
          "column": 22
        },
        "end": {
          "line": 183,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clockwise",
      "start": 7205,
      "end": 7214,
      "loc": {
        "start": {
          "line": 184,
          "column": 8
        },
        "end": {
          "line": 184,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7214,
      "end": 7215,
      "loc": {
        "start": {
          "line": 184,
          "column": 17
        },
        "end": {
          "line": 184,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 7216,
      "end": 7220,
      "loc": {
        "start": {
          "line": 184,
          "column": 19
        },
        "end": {
          "line": 184,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7225,
      "end": 7226,
      "loc": {
        "start": {
          "line": 185,
          "column": 4
        },
        "end": {
          "line": 185,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7227,
      "end": 7228,
      "loc": {
        "start": {
          "line": 186,
          "column": 0
        },
        "end": {
          "line": 186,
          "column": 1
        }
      }
    },
    {
      "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": 7230,
      "end": 7236,
      "loc": {
        "start": {
          "line": 188,
          "column": 0
        },
        "end": {
          "line": 188,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 7237,
      "end": 7245,
      "loc": {
        "start": {
          "line": 188,
          "column": 7
        },
        "end": {
          "line": 188,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "drawLineBy_Angle_M",
      "start": 7246,
      "end": 7264,
      "loc": {
        "start": {
          "line": 188,
          "column": 16
        },
        "end": {
          "line": 188,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7264,
      "end": 7265,
      "loc": {
        "start": {
          "line": 188,
          "column": 34
        },
        "end": {
          "line": 188,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertexPos",
      "start": 7265,
      "end": 7274,
      "loc": {
        "start": {
          "line": 188,
          "column": 35
        },
        "end": {
          "line": 188,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7274,
      "end": 7275,
      "loc": {
        "start": {
          "line": 188,
          "column": 44
        },
        "end": {
          "line": 188,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startDir",
      "start": 7276,
      "end": 7284,
      "loc": {
        "start": {
          "line": 188,
          "column": 46
        },
        "end": {
          "line": 188,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7284,
      "end": 7285,
      "loc": {
        "start": {
          "line": 188,
          "column": 54
        },
        "end": {
          "line": 188,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endDir",
      "start": 7286,
      "end": 7292,
      "loc": {
        "start": {
          "line": 188,
          "column": 56
        },
        "end": {
          "line": 188,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7292,
      "end": 7293,
      "loc": {
        "start": {
          "line": 188,
          "column": 62
        },
        "end": {
          "line": 188,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "middlePos",
      "start": 7294,
      "end": 7303,
      "loc": {
        "start": {
          "line": 188,
          "column": 64
        },
        "end": {
          "line": 188,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7303,
      "end": 7304,
      "loc": {
        "start": {
          "line": 188,
          "column": 73
        },
        "end": {
          "line": 188,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7305,
      "end": 7306,
      "loc": {
        "start": {
          "line": 188,
          "column": 75
        },
        "end": {
          "line": 188,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 7311,
      "end": 7314,
      "loc": {
        "start": {
          "line": 189,
          "column": 4
        },
        "end": {
          "line": 189,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "centerDir",
      "start": 7315,
      "end": 7324,
      "loc": {
        "start": {
          "line": 189,
          "column": 8
        },
        "end": {
          "line": 189,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7325,
      "end": 7326,
      "loc": {
        "start": {
          "line": 189,
          "column": 18
        },
        "end": {
          "line": 189,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startDir",
      "start": 7327,
      "end": 7335,
      "loc": {
        "start": {
          "line": 189,
          "column": 20
        },
        "end": {
          "line": 189,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7335,
      "end": 7336,
      "loc": {
        "start": {
          "line": 189,
          "column": 28
        },
        "end": {
          "line": 189,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 7336,
      "end": 7341,
      "loc": {
        "start": {
          "line": 189,
          "column": 29
        },
        "end": {
          "line": 189,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7341,
      "end": 7342,
      "loc": {
        "start": {
          "line": 189,
          "column": 34
        },
        "end": {
          "line": 189,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7342,
      "end": 7343,
      "loc": {
        "start": {
          "line": 189,
          "column": 35
        },
        "end": {
          "line": 189,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7343,
      "end": 7344,
      "loc": {
        "start": {
          "line": 189,
          "column": 36
        },
        "end": {
          "line": 189,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 7344,
      "end": 7347,
      "loc": {
        "start": {
          "line": 189,
          "column": 37
        },
        "end": {
          "line": 189,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7347,
      "end": 7348,
      "loc": {
        "start": {
          "line": 189,
          "column": 40
        },
        "end": {
          "line": 189,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endDir",
      "start": 7348,
      "end": 7354,
      "loc": {
        "start": {
          "line": 189,
          "column": 41
        },
        "end": {
          "line": 189,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7354,
      "end": 7355,
      "loc": {
        "start": {
          "line": 189,
          "column": 47
        },
        "end": {
          "line": 189,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7355,
      "end": 7356,
      "loc": {
        "start": {
          "line": 189,
          "column": 48
        },
        "end": {
          "line": 189,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "multiplyScalar",
      "start": 7356,
      "end": 7370,
      "loc": {
        "start": {
          "line": 189,
          "column": 49
        },
        "end": {
          "line": 189,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7370,
      "end": 7371,
      "loc": {
        "start": {
          "line": 189,
          "column": 63
        },
        "end": {
          "line": 189,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0.5,
      "start": 7371,
      "end": 7374,
      "loc": {
        "start": {
          "line": 189,
          "column": 64
        },
        "end": {
          "line": 189,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7374,
      "end": 7375,
      "loc": {
        "start": {
          "line": 189,
          "column": 67
        },
        "end": {
          "line": 189,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7375,
      "end": 7376,
      "loc": {
        "start": {
          "line": 189,
          "column": 68
        },
        "end": {
          "line": 189,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "normalize",
      "start": 7376,
      "end": 7385,
      "loc": {
        "start": {
          "line": 189,
          "column": 69
        },
        "end": {
          "line": 189,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7385,
      "end": 7386,
      "loc": {
        "start": {
          "line": 189,
          "column": 78
        },
        "end": {
          "line": 189,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7386,
      "end": 7387,
      "loc": {
        "start": {
          "line": 189,
          "column": 79
        },
        "end": {
          "line": 189,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7387,
      "end": 7388,
      "loc": {
        "start": {
          "line": 189,
          "column": 80
        },
        "end": {
          "line": 189,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 7393,
      "end": 7396,
      "loc": {
        "start": {
          "line": 190,
          "column": 4
        },
        "end": {
          "line": 190,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertexToMiddle",
      "start": 7397,
      "end": 7411,
      "loc": {
        "start": {
          "line": 190,
          "column": 8
        },
        "end": {
          "line": 190,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7412,
      "end": 7413,
      "loc": {
        "start": {
          "line": 190,
          "column": 23
        },
        "end": {
          "line": 190,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "middlePos",
      "start": 7414,
      "end": 7423,
      "loc": {
        "start": {
          "line": 190,
          "column": 25
        },
        "end": {
          "line": 190,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7423,
      "end": 7424,
      "loc": {
        "start": {
          "line": 190,
          "column": 34
        },
        "end": {
          "line": 190,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 7424,
      "end": 7429,
      "loc": {
        "start": {
          "line": 190,
          "column": 35
        },
        "end": {
          "line": 190,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7429,
      "end": 7430,
      "loc": {
        "start": {
          "line": 190,
          "column": 40
        },
        "end": {
          "line": 190,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7430,
      "end": 7431,
      "loc": {
        "start": {
          "line": 190,
          "column": 41
        },
        "end": {
          "line": 190,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7431,
      "end": 7432,
      "loc": {
        "start": {
          "line": 190,
          "column": 42
        },
        "end": {
          "line": 190,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 7432,
      "end": 7435,
      "loc": {
        "start": {
          "line": 190,
          "column": 43
        },
        "end": {
          "line": 190,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7435,
      "end": 7436,
      "loc": {
        "start": {
          "line": 190,
          "column": 46
        },
        "end": {
          "line": 190,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertexPos",
      "start": 7436,
      "end": 7445,
      "loc": {
        "start": {
          "line": 190,
          "column": 47
        },
        "end": {
          "line": 190,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7445,
      "end": 7446,
      "loc": {
        "start": {
          "line": 190,
          "column": 56
        },
        "end": {
          "line": 190,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7446,
      "end": 7447,
      "loc": {
        "start": {
          "line": 190,
          "column": 57
        },
        "end": {
          "line": 190,
          "column": 58
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " if radius is too small or middlepos and its projection to centerDir is out of filletAngle",
      "start": 7453,
      "end": 7545,
      "loc": {
        "start": {
          "line": 192,
          "column": 4
        },
        "end": {
          "line": 192,
          "column": 96
        }
      }
    },
    {
      "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": 7550,
      "end": 7552,
      "loc": {
        "start": {
          "line": 193,
          "column": 4
        },
        "end": {
          "line": 193,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7553,
      "end": 7554,
      "loc": {
        "start": {
          "line": 193,
          "column": 7
        },
        "end": {
          "line": 193,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertexToMiddle",
      "start": 7554,
      "end": 7568,
      "loc": {
        "start": {
          "line": 193,
          "column": 8
        },
        "end": {
          "line": 193,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7568,
      "end": 7569,
      "loc": {
        "start": {
          "line": 193,
          "column": 22
        },
        "end": {
          "line": 193,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 7569,
      "end": 7575,
      "loc": {
        "start": {
          "line": 193,
          "column": 23
        },
        "end": {
          "line": 193,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7575,
      "end": 7576,
      "loc": {
        "start": {
          "line": 193,
          "column": 29
        },
        "end": {
          "line": 193,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7576,
      "end": 7577,
      "loc": {
        "start": {
          "line": 193,
          "column": 30
        },
        "end": {
          "line": 193,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 7578,
      "end": 7579,
      "loc": {
        "start": {
          "line": 193,
          "column": 32
        },
        "end": {
          "line": 193,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0.01,
      "start": 7580,
      "end": 7584,
      "loc": {
        "start": {
          "line": 193,
          "column": 34
        },
        "end": {
          "line": 193,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 7585,
      "end": 7587,
      "loc": {
        "start": {
          "line": 193,
          "column": 39
        },
        "end": {
          "line": 193,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertexToMiddle",
      "start": 7588,
      "end": 7602,
      "loc": {
        "start": {
          "line": 193,
          "column": 42
        },
        "end": {
          "line": 193,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7602,
      "end": 7603,
      "loc": {
        "start": {
          "line": 193,
          "column": 56
        },
        "end": {
          "line": 193,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dot",
      "start": 7603,
      "end": 7606,
      "loc": {
        "start": {
          "line": 193,
          "column": 57
        },
        "end": {
          "line": 193,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7606,
      "end": 7607,
      "loc": {
        "start": {
          "line": 193,
          "column": 60
        },
        "end": {
          "line": 193,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "centerDir",
      "start": 7607,
      "end": 7616,
      "loc": {
        "start": {
          "line": 193,
          "column": 61
        },
        "end": {
          "line": 193,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7616,
      "end": 7617,
      "loc": {
        "start": {
          "line": 193,
          "column": 70
        },
        "end": {
          "line": 193,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 7618,
      "end": 7619,
      "loc": {
        "start": {
          "line": 193,
          "column": 72
        },
        "end": {
          "line": 193,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 7620,
      "end": 7621,
      "loc": {
        "start": {
          "line": 193,
          "column": 74
        },
        "end": {
          "line": 193,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7621,
      "end": 7622,
      "loc": {
        "start": {
          "line": 193,
          "column": 75
        },
        "end": {
          "line": 193,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 7631,
      "end": 7637,
      "loc": {
        "start": {
          "line": 194,
          "column": 8
        },
        "end": {
          "line": 194,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 7638,
      "end": 7642,
      "loc": {
        "start": {
          "line": 194,
          "column": 15
        },
        "end": {
          "line": 194,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7642,
      "end": 7643,
      "loc": {
        "start": {
          "line": 194,
          "column": 19
        },
        "end": {
          "line": 194,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 7649,
      "end": 7652,
      "loc": {
        "start": {
          "line": 196,
          "column": 4
        },
        "end": {
          "line": 196,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "alpha",
      "start": 7653,
      "end": 7658,
      "loc": {
        "start": {
          "line": 196,
          "column": 8
        },
        "end": {
          "line": 196,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7659,
      "end": 7660,
      "loc": {
        "start": {
          "line": 196,
          "column": 14
        },
        "end": {
          "line": 196,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endDir",
      "start": 7661,
      "end": 7667,
      "loc": {
        "start": {
          "line": 196,
          "column": 16
        },
        "end": {
          "line": 196,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7667,
      "end": 7668,
      "loc": {
        "start": {
          "line": 196,
          "column": 22
        },
        "end": {
          "line": 196,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angleTo",
      "start": 7668,
      "end": 7675,
      "loc": {
        "start": {
          "line": 196,
          "column": 23
        },
        "end": {
          "line": 196,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7675,
      "end": 7676,
      "loc": {
        "start": {
          "line": 196,
          "column": 30
        },
        "end": {
          "line": 196,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startDir",
      "start": 7676,
      "end": 7684,
      "loc": {
        "start": {
          "line": 196,
          "column": 31
        },
        "end": {
          "line": 196,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7684,
      "end": 7685,
      "loc": {
        "start": {
          "line": 196,
          "column": 39
        },
        "end": {
          "line": 196,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7685,
      "end": 7686,
      "loc": {
        "start": {
          "line": 196,
          "column": 40
        },
        "end": {
          "line": 196,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 7691,
      "end": 7694,
      "loc": {
        "start": {
          "line": 197,
          "column": 4
        },
        "end": {
          "line": 197,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "len",
      "start": 7695,
      "end": 7698,
      "loc": {
        "start": {
          "line": 197,
          "column": 8
        },
        "end": {
          "line": 197,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7699,
      "end": 7700,
      "loc": {
        "start": {
          "line": 197,
          "column": 12
        },
        "end": {
          "line": 197,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertexToMiddle",
      "start": 7701,
      "end": 7715,
      "loc": {
        "start": {
          "line": 197,
          "column": 14
        },
        "end": {
          "line": 197,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7715,
      "end": 7716,
      "loc": {
        "start": {
          "line": 197,
          "column": 28
        },
        "end": {
          "line": 197,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dot",
      "start": 7716,
      "end": 7719,
      "loc": {
        "start": {
          "line": 197,
          "column": 29
        },
        "end": {
          "line": 197,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7719,
      "end": 7720,
      "loc": {
        "start": {
          "line": 197,
          "column": 32
        },
        "end": {
          "line": 197,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "centerDir",
      "start": 7720,
      "end": 7729,
      "loc": {
        "start": {
          "line": 197,
          "column": 33
        },
        "end": {
          "line": 197,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7729,
      "end": 7730,
      "loc": {
        "start": {
          "line": 197,
          "column": 42
        },
        "end": {
          "line": 197,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 7731,
      "end": 7732,
      "loc": {
        "start": {
          "line": 197,
          "column": 44
        },
        "end": {
          "line": 197,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 7733,
      "end": 7737,
      "loc": {
        "start": {
          "line": 197,
          "column": 46
        },
        "end": {
          "line": 197,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7737,
      "end": 7738,
      "loc": {
        "start": {
          "line": 197,
          "column": 50
        },
        "end": {
          "line": 197,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cos",
      "start": 7738,
      "end": 7741,
      "loc": {
        "start": {
          "line": 197,
          "column": 51
        },
        "end": {
          "line": 197,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7741,
      "end": 7742,
      "loc": {
        "start": {
          "line": 197,
          "column": 54
        },
        "end": {
          "line": 197,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "alpha",
      "start": 7742,
      "end": 7747,
      "loc": {
        "start": {
          "line": 197,
          "column": 55
        },
        "end": {
          "line": 197,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 7747,
      "end": 7748,
      "loc": {
        "start": {
          "line": 197,
          "column": 60
        },
        "end": {
          "line": 197,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 7748,
      "end": 7749,
      "loc": {
        "start": {
          "line": 197,
          "column": 61
        },
        "end": {
          "line": 197,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7749,
      "end": 7750,
      "loc": {
        "start": {
          "line": 197,
          "column": 62
        },
        "end": {
          "line": 197,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7750,
      "end": 7751,
      "loc": {
        "start": {
          "line": 197,
          "column": 63
        },
        "end": {
          "line": 197,
          "column": 64
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " we have appropriate fillet angle so cos != 0",
      "start": 7752,
      "end": 7799,
      "loc": {
        "start": {
          "line": 197,
          "column": 65
        },
        "end": {
          "line": 197,
          "column": 112
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 7804,
      "end": 7810,
      "loc": {
        "start": {
          "line": 198,
          "column": 4
        },
        "end": {
          "line": 198,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7811,
      "end": 7812,
      "loc": {
        "start": {
          "line": 198,
          "column": 11
        },
        "end": {
          "line": 198,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 7821,
      "end": 7826,
      "loc": {
        "start": {
          "line": 199,
          "column": 8
        },
        "end": {
          "line": 199,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7826,
      "end": 7827,
      "loc": {
        "start": {
          "line": 199,
          "column": 13
        },
        "end": {
          "line": 199,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertexPos",
      "start": 7828,
      "end": 7837,
      "loc": {
        "start": {
          "line": 199,
          "column": 15
        },
        "end": {
          "line": 199,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7837,
      "end": 7838,
      "loc": {
        "start": {
          "line": 199,
          "column": 24
        },
        "end": {
          "line": 199,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 7838,
      "end": 7843,
      "loc": {
        "start": {
          "line": 199,
          "column": 25
        },
        "end": {
          "line": 199,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7843,
      "end": 7844,
      "loc": {
        "start": {
          "line": 199,
          "column": 30
        },
        "end": {
          "line": 199,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7844,
      "end": 7845,
      "loc": {
        "start": {
          "line": 199,
          "column": 31
        },
        "end": {
          "line": 199,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7845,
      "end": 7846,
      "loc": {
        "start": {
          "line": 199,
          "column": 32
        },
        "end": {
          "line": 199,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 7846,
      "end": 7849,
      "loc": {
        "start": {
          "line": 199,
          "column": 33
        },
        "end": {
          "line": 199,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7849,
      "end": 7850,
      "loc": {
        "start": {
          "line": 199,
          "column": 36
        },
        "end": {
          "line": 199,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startDir",
      "start": 7850,
      "end": 7858,
      "loc": {
        "start": {
          "line": 199,
          "column": 37
        },
        "end": {
          "line": 199,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7858,
      "end": 7859,
      "loc": {
        "start": {
          "line": 199,
          "column": 45
        },
        "end": {
          "line": 199,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 7859,
      "end": 7864,
      "loc": {
        "start": {
          "line": 199,
          "column": 46
        },
        "end": {
          "line": 199,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7864,
      "end": 7865,
      "loc": {
        "start": {
          "line": 199,
          "column": 51
        },
        "end": {
          "line": 199,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7865,
      "end": 7866,
      "loc": {
        "start": {
          "line": 199,
          "column": 52
        },
        "end": {
          "line": 199,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7866,
      "end": 7867,
      "loc": {
        "start": {
          "line": 199,
          "column": 53
        },
        "end": {
          "line": 199,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "multiplyScalar",
      "start": 7867,
      "end": 7881,
      "loc": {
        "start": {
          "line": 199,
          "column": 54
        },
        "end": {
          "line": 199,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7881,
      "end": 7882,
      "loc": {
        "start": {
          "line": 199,
          "column": 68
        },
        "end": {
          "line": 199,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "len",
      "start": 7882,
      "end": 7885,
      "loc": {
        "start": {
          "line": 199,
          "column": 69
        },
        "end": {
          "line": 199,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7885,
      "end": 7886,
      "loc": {
        "start": {
          "line": 199,
          "column": 72
        },
        "end": {
          "line": 199,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7886,
      "end": 7887,
      "loc": {
        "start": {
          "line": 199,
          "column": 73
        },
        "end": {
          "line": 199,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7887,
      "end": 7888,
      "loc": {
        "start": {
          "line": 199,
          "column": 74
        },
        "end": {
          "line": 199,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 7897,
      "end": 7900,
      "loc": {
        "start": {
          "line": 200,
          "column": 8
        },
        "end": {
          "line": 200,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7900,
      "end": 7901,
      "loc": {
        "start": {
          "line": 200,
          "column": 11
        },
        "end": {
          "line": 200,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertexPos",
      "start": 7902,
      "end": 7911,
      "loc": {
        "start": {
          "line": 200,
          "column": 13
        },
        "end": {
          "line": 200,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7911,
      "end": 7912,
      "loc": {
        "start": {
          "line": 200,
          "column": 22
        },
        "end": {
          "line": 200,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 7912,
      "end": 7917,
      "loc": {
        "start": {
          "line": 200,
          "column": 23
        },
        "end": {
          "line": 200,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7917,
      "end": 7918,
      "loc": {
        "start": {
          "line": 200,
          "column": 28
        },
        "end": {
          "line": 200,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7918,
      "end": 7919,
      "loc": {
        "start": {
          "line": 200,
          "column": 29
        },
        "end": {
          "line": 200,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7919,
      "end": 7920,
      "loc": {
        "start": {
          "line": 200,
          "column": 30
        },
        "end": {
          "line": 200,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 7920,
      "end": 7923,
      "loc": {
        "start": {
          "line": 200,
          "column": 31
        },
        "end": {
          "line": 200,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7923,
      "end": 7924,
      "loc": {
        "start": {
          "line": 200,
          "column": 34
        },
        "end": {
          "line": 200,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endDir",
      "start": 7924,
      "end": 7930,
      "loc": {
        "start": {
          "line": 200,
          "column": 35
        },
        "end": {
          "line": 200,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7930,
      "end": 7931,
      "loc": {
        "start": {
          "line": 200,
          "column": 41
        },
        "end": {
          "line": 200,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 7931,
      "end": 7936,
      "loc": {
        "start": {
          "line": 200,
          "column": 42
        },
        "end": {
          "line": 200,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7936,
      "end": 7937,
      "loc": {
        "start": {
          "line": 200,
          "column": 47
        },
        "end": {
          "line": 200,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7937,
      "end": 7938,
      "loc": {
        "start": {
          "line": 200,
          "column": 48
        },
        "end": {
          "line": 200,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7938,
      "end": 7939,
      "loc": {
        "start": {
          "line": 200,
          "column": 49
        },
        "end": {
          "line": 200,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "multiplyScalar",
      "start": 7939,
      "end": 7953,
      "loc": {
        "start": {
          "line": 200,
          "column": 50
        },
        "end": {
          "line": 200,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7953,
      "end": 7954,
      "loc": {
        "start": {
          "line": 200,
          "column": 64
        },
        "end": {
          "line": 200,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "len",
      "start": 7954,
      "end": 7957,
      "loc": {
        "start": {
          "line": 200,
          "column": 65
        },
        "end": {
          "line": 200,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7957,
      "end": 7958,
      "loc": {
        "start": {
          "line": 200,
          "column": 68
        },
        "end": {
          "line": 200,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7958,
      "end": 7959,
      "loc": {
        "start": {
          "line": 200,
          "column": 69
        },
        "end": {
          "line": 200,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7959,
      "end": 7960,
      "loc": {
        "start": {
          "line": 200,
          "column": 70
        },
        "end": {
          "line": 200,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7965,
      "end": 7966,
      "loc": {
        "start": {
          "line": 201,
          "column": 4
        },
        "end": {
          "line": 201,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7967,
      "end": 7968,
      "loc": {
        "start": {
          "line": 202,
          "column": 0
        },
        "end": {
          "line": 202,
          "column": 1
        }
      }
    },
    {
      "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": 7970,
      "end": 7976,
      "loc": {
        "start": {
          "line": 204,
          "column": 0
        },
        "end": {
          "line": 204,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 7977,
      "end": 7985,
      "loc": {
        "start": {
          "line": 204,
          "column": 7
        },
        "end": {
          "line": 204,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "drawCurveBy_S_Eh_Restrictions",
      "start": 7986,
      "end": 8015,
      "loc": {
        "start": {
          "line": 204,
          "column": 16
        },
        "end": {
          "line": 204,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8015,
      "end": 8016,
      "loc": {
        "start": {
          "line": 204,
          "column": 45
        },
        "end": {
          "line": 204,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 8016,
      "end": 8021,
      "loc": {
        "start": {
          "line": 204,
          "column": 46
        },
        "end": {
          "line": 204,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8021,
      "end": 8022,
      "loc": {
        "start": {
          "line": 204,
          "column": 51
        },
        "end": {
          "line": 204,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endHint",
      "start": 8023,
      "end": 8030,
      "loc": {
        "start": {
          "line": 204,
          "column": 53
        },
        "end": {
          "line": 204,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8030,
      "end": 8031,
      "loc": {
        "start": {
          "line": 204,
          "column": 60
        },
        "end": {
          "line": 204,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "restrictions",
      "start": 8032,
      "end": 8044,
      "loc": {
        "start": {
          "line": 204,
          "column": 62
        },
        "end": {
          "line": 204,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8044,
      "end": 8045,
      "loc": {
        "start": {
          "line": 204,
          "column": 74
        },
        "end": {
          "line": 204,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8046,
      "end": 8047,
      "loc": {
        "start": {
          "line": 204,
          "column": 76
        },
        "end": {
          "line": 204,
          "column": 77
        }
      }
    },
    {
      "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": 8052,
      "end": 8055,
      "loc": {
        "start": {
          "line": 205,
          "column": 4
        },
        "end": {
          "line": 205,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 8056,
      "end": 8059,
      "loc": {
        "start": {
          "line": 205,
          "column": 8
        },
        "end": {
          "line": 205,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8060,
      "end": 8061,
      "loc": {
        "start": {
          "line": 205,
          "column": 12
        },
        "end": {
          "line": 205,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endHint",
      "start": 8062,
      "end": 8069,
      "loc": {
        "start": {
          "line": 205,
          "column": 14
        },
        "end": {
          "line": 205,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8069,
      "end": 8070,
      "loc": {
        "start": {
          "line": 205,
          "column": 21
        },
        "end": {
          "line": 205,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 8070,
      "end": 8075,
      "loc": {
        "start": {
          "line": 205,
          "column": 22
        },
        "end": {
          "line": 205,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8075,
      "end": 8076,
      "loc": {
        "start": {
          "line": 205,
          "column": 27
        },
        "end": {
          "line": 205,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8076,
      "end": 8077,
      "loc": {
        "start": {
          "line": 205,
          "column": 28
        },
        "end": {
          "line": 205,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8077,
      "end": 8078,
      "loc": {
        "start": {
          "line": 205,
          "column": 29
        },
        "end": {
          "line": 205,
          "column": 30
        }
      }
    },
    {
      "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": 8083,
      "end": 8086,
      "loc": {
        "start": {
          "line": 206,
          "column": 4
        },
        "end": {
          "line": 206,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8087,
      "end": 8088,
      "loc": {
        "start": {
          "line": 206,
          "column": 8
        },
        "end": {
          "line": 206,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "l",
      "start": 8088,
      "end": 8089,
      "loc": {
        "start": {
          "line": 206,
          "column": 9
        },
        "end": {
          "line": 206,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8089,
      "end": 8090,
      "loc": {
        "start": {
          "line": 206,
          "column": 10
        },
        "end": {
          "line": 206,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "a",
      "start": 8091,
      "end": 8092,
      "loc": {
        "start": {
          "line": 206,
          "column": 12
        },
        "end": {
          "line": 206,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8092,
      "end": 8093,
      "loc": {
        "start": {
          "line": 206,
          "column": 13
        },
        "end": {
          "line": 206,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 8094,
      "end": 8095,
      "loc": {
        "start": {
          "line": 206,
          "column": 15
        },
        "end": {
          "line": 206,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8095,
      "end": 8096,
      "loc": {
        "start": {
          "line": 206,
          "column": 16
        },
        "end": {
          "line": 206,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 8097,
      "end": 8098,
      "loc": {
        "start": {
          "line": 206,
          "column": 18
        },
        "end": {
          "line": 206,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8098,
      "end": 8099,
      "loc": {
        "start": {
          "line": 206,
          "column": 19
        },
        "end": {
          "line": 206,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "r",
      "start": 8100,
      "end": 8101,
      "loc": {
        "start": {
          "line": 206,
          "column": 21
        },
        "end": {
          "line": 206,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8101,
      "end": 8102,
      "loc": {
        "start": {
          "line": 206,
          "column": 22
        },
        "end": {
          "line": 206,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cw",
      "start": 8103,
      "end": 8105,
      "loc": {
        "start": {
          "line": 206,
          "column": 24
        },
        "end": {
          "line": 206,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8105,
      "end": 8106,
      "loc": {
        "start": {
          "line": 206,
          "column": 26
        },
        "end": {
          "line": 206,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8107,
      "end": 8108,
      "loc": {
        "start": {
          "line": 206,
          "column": 28
        },
        "end": {
          "line": 206,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "restrictions",
      "start": 8109,
      "end": 8121,
      "loc": {
        "start": {
          "line": 206,
          "column": 30
        },
        "end": {
          "line": 206,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8121,
      "end": 8122,
      "loc": {
        "start": {
          "line": 206,
          "column": 42
        },
        "end": {
          "line": 206,
          "column": 43
        }
      }
    },
    {
      "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": 8127,
      "end": 8129,
      "loc": {
        "start": {
          "line": 207,
          "column": 4
        },
        "end": {
          "line": 207,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8130,
      "end": 8131,
      "loc": {
        "start": {
          "line": 207,
          "column": 7
        },
        "end": {
          "line": 207,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "l",
      "start": 8131,
      "end": 8132,
      "loc": {
        "start": {
          "line": 207,
          "column": 8
        },
        "end": {
          "line": 207,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 8133,
      "end": 8136,
      "loc": {
        "start": {
          "line": 207,
          "column": 10
        },
        "end": {
          "line": 207,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 8137,
      "end": 8146,
      "loc": {
        "start": {
          "line": 207,
          "column": 14
        },
        "end": {
          "line": 207,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8146,
      "end": 8147,
      "loc": {
        "start": {
          "line": 207,
          "column": 23
        },
        "end": {
          "line": 207,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8148,
      "end": 8149,
      "loc": {
        "start": {
          "line": 207,
          "column": 25
        },
        "end": {
          "line": 207,
          "column": 26
        }
      }
    },
    {
      "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": 8158,
      "end": 8160,
      "loc": {
        "start": {
          "line": 208,
          "column": 8
        },
        "end": {
          "line": 208,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8161,
      "end": 8162,
      "loc": {
        "start": {
          "line": 208,
          "column": 11
        },
        "end": {
          "line": 208,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 8162,
      "end": 8163,
      "loc": {
        "start": {
          "line": 208,
          "column": 12
        },
        "end": {
          "line": 208,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 8164,
      "end": 8167,
      "loc": {
        "start": {
          "line": 208,
          "column": 14
        },
        "end": {
          "line": 208,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 8168,
      "end": 8177,
      "loc": {
        "start": {
          "line": 208,
          "column": 18
        },
        "end": {
          "line": 208,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 8178,
      "end": 8180,
      "loc": {
        "start": {
          "line": 208,
          "column": 28
        },
        "end": {
          "line": 208,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 8181,
      "end": 8182,
      "loc": {
        "start": {
          "line": 208,
          "column": 31
        },
        "end": {
          "line": 208,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 8183,
      "end": 8186,
      "loc": {
        "start": {
          "line": 208,
          "column": 33
        },
        "end": {
          "line": 208,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 8187,
      "end": 8196,
      "loc": {
        "start": {
          "line": 208,
          "column": 37
        },
        "end": {
          "line": 208,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8196,
      "end": 8197,
      "loc": {
        "start": {
          "line": 208,
          "column": 46
        },
        "end": {
          "line": 208,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 8210,
      "end": 8211,
      "loc": {
        "start": {
          "line": 209,
          "column": 12
        },
        "end": {
          "line": 209,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8212,
      "end": 8213,
      "loc": {
        "start": {
          "line": 209,
          "column": 14
        },
        "end": {
          "line": 209,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8214,
      "end": 8215,
      "loc": {
        "start": {
          "line": 209,
          "column": 16
        },
        "end": {
          "line": 209,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 8215,
      "end": 8219,
      "loc": {
        "start": {
          "line": 209,
          "column": 17
        },
        "end": {
          "line": 209,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8219,
      "end": 8220,
      "loc": {
        "start": {
          "line": 209,
          "column": 21
        },
        "end": {
          "line": 209,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sqrt",
      "start": 8220,
      "end": 8224,
      "loc": {
        "start": {
          "line": 209,
          "column": 22
        },
        "end": {
          "line": 209,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8224,
      "end": 8225,
      "loc": {
        "start": {
          "line": 209,
          "column": 26
        },
        "end": {
          "line": 209,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "l",
      "start": 8225,
      "end": 8226,
      "loc": {
        "start": {
          "line": 209,
          "column": 27
        },
        "end": {
          "line": 209,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 8227,
      "end": 8228,
      "loc": {
        "start": {
          "line": 209,
          "column": 29
        },
        "end": {
          "line": 209,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "l",
      "start": 8229,
      "end": 8230,
      "loc": {
        "start": {
          "line": 209,
          "column": 31
        },
        "end": {
          "line": 209,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 8231,
      "end": 8232,
      "loc": {
        "start": {
          "line": 209,
          "column": 33
        },
        "end": {
          "line": 209,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 8233,
      "end": 8234,
      "loc": {
        "start": {
          "line": 209,
          "column": 35
        },
        "end": {
          "line": 209,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 8235,
      "end": 8236,
      "loc": {
        "start": {
          "line": 209,
          "column": 37
        },
        "end": {
          "line": 209,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 8237,
      "end": 8238,
      "loc": {
        "start": {
          "line": 209,
          "column": 39
        },
        "end": {
          "line": 209,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8238,
      "end": 8239,
      "loc": {
        "start": {
          "line": 209,
          "column": 40
        },
        "end": {
          "line": 209,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 8240,
      "end": 8242,
      "loc": {
        "start": {
          "line": 209,
          "column": 42
        },
        "end": {
          "line": 209,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 8243,
      "end": 8244,
      "loc": {
        "start": {
          "line": 209,
          "column": 45
        },
        "end": {
          "line": 209,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8244,
      "end": 8245,
      "loc": {
        "start": {
          "line": 209,
          "column": 46
        },
        "end": {
          "line": 209,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 8246,
      "end": 8247,
      "loc": {
        "start": {
          "line": 209,
          "column": 48
        },
        "end": {
          "line": 209,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8248,
      "end": 8249,
      "loc": {
        "start": {
          "line": 209,
          "column": 50
        },
        "end": {
          "line": 209,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endHint",
      "start": 8249,
      "end": 8256,
      "loc": {
        "start": {
          "line": 209,
          "column": 51
        },
        "end": {
          "line": 209,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8256,
      "end": 8257,
      "loc": {
        "start": {
          "line": 209,
          "column": 58
        },
        "end": {
          "line": 209,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 8257,
      "end": 8258,
      "loc": {
        "start": {
          "line": 209,
          "column": 59
        },
        "end": {
          "line": 209,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 8259,
      "end": 8260,
      "loc": {
        "start": {
          "line": 209,
          "column": 61
        },
        "end": {
          "line": 209,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 8261,
      "end": 8266,
      "loc": {
        "start": {
          "line": 209,
          "column": 63
        },
        "end": {
          "line": 209,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8266,
      "end": 8267,
      "loc": {
        "start": {
          "line": 209,
          "column": 68
        },
        "end": {
          "line": 209,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 8267,
      "end": 8268,
      "loc": {
        "start": {
          "line": 209,
          "column": 69
        },
        "end": {
          "line": 209,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8269,
      "end": 8270,
      "loc": {
        "start": {
          "line": 209,
          "column": 71
        },
        "end": {
          "line": 209,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 8271,
      "end": 8272,
      "loc": {
        "start": {
          "line": 209,
          "column": 73
        },
        "end": {
          "line": 209,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 8272,
      "end": 8273,
      "loc": {
        "start": {
          "line": 209,
          "column": 74
        },
        "end": {
          "line": 209,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8274,
      "end": 8275,
      "loc": {
        "start": {
          "line": 209,
          "column": 76
        },
        "end": {
          "line": 209,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 8276,
      "end": 8277,
      "loc": {
        "start": {
          "line": 209,
          "column": 78
        },
        "end": {
          "line": 209,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8277,
      "end": 8278,
      "loc": {
        "start": {
          "line": 209,
          "column": 79
        },
        "end": {
          "line": 209,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8278,
      "end": 8279,
      "loc": {
        "start": {
          "line": 209,
          "column": 80
        },
        "end": {
          "line": 209,
          "column": 81
        }
      }
    },
    {
      "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": 8288,
      "end": 8290,
      "loc": {
        "start": {
          "line": 210,
          "column": 8
        },
        "end": {
          "line": 210,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8291,
      "end": 8292,
      "loc": {
        "start": {
          "line": 210,
          "column": 11
        },
        "end": {
          "line": 210,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 8292,
      "end": 8293,
      "loc": {
        "start": {
          "line": 210,
          "column": 12
        },
        "end": {
          "line": 210,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 8294,
      "end": 8297,
      "loc": {
        "start": {
          "line": 210,
          "column": 14
        },
        "end": {
          "line": 210,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 8298,
      "end": 8307,
      "loc": {
        "start": {
          "line": 210,
          "column": 18
        },
        "end": {
          "line": 210,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 8308,
      "end": 8310,
      "loc": {
        "start": {
          "line": 210,
          "column": 28
        },
        "end": {
          "line": 210,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 8311,
      "end": 8312,
      "loc": {
        "start": {
          "line": 210,
          "column": 31
        },
        "end": {
          "line": 210,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 8313,
      "end": 8316,
      "loc": {
        "start": {
          "line": 210,
          "column": 33
        },
        "end": {
          "line": 210,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 8317,
      "end": 8326,
      "loc": {
        "start": {
          "line": 210,
          "column": 37
        },
        "end": {
          "line": 210,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8326,
      "end": 8327,
      "loc": {
        "start": {
          "line": 210,
          "column": 46
        },
        "end": {
          "line": 210,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 8340,
      "end": 8341,
      "loc": {
        "start": {
          "line": 211,
          "column": 12
        },
        "end": {
          "line": 211,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8342,
      "end": 8343,
      "loc": {
        "start": {
          "line": 211,
          "column": 14
        },
        "end": {
          "line": 211,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8344,
      "end": 8345,
      "loc": {
        "start": {
          "line": 211,
          "column": 16
        },
        "end": {
          "line": 211,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 8345,
      "end": 8349,
      "loc": {
        "start": {
          "line": 211,
          "column": 17
        },
        "end": {
          "line": 211,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8349,
      "end": 8350,
      "loc": {
        "start": {
          "line": 211,
          "column": 21
        },
        "end": {
          "line": 211,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sqrt",
      "start": 8350,
      "end": 8354,
      "loc": {
        "start": {
          "line": 211,
          "column": 22
        },
        "end": {
          "line": 211,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8354,
      "end": 8355,
      "loc": {
        "start": {
          "line": 211,
          "column": 26
        },
        "end": {
          "line": 211,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "l",
      "start": 8355,
      "end": 8356,
      "loc": {
        "start": {
          "line": 211,
          "column": 27
        },
        "end": {
          "line": 211,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 8357,
      "end": 8358,
      "loc": {
        "start": {
          "line": 211,
          "column": 29
        },
        "end": {
          "line": 211,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "l",
      "start": 8359,
      "end": 8360,
      "loc": {
        "start": {
          "line": 211,
          "column": 31
        },
        "end": {
          "line": 211,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 8361,
      "end": 8362,
      "loc": {
        "start": {
          "line": 211,
          "column": 33
        },
        "end": {
          "line": 211,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 8363,
      "end": 8364,
      "loc": {
        "start": {
          "line": 211,
          "column": 35
        },
        "end": {
          "line": 211,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 8365,
      "end": 8366,
      "loc": {
        "start": {
          "line": 211,
          "column": 37
        },
        "end": {
          "line": 211,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 8367,
      "end": 8368,
      "loc": {
        "start": {
          "line": 211,
          "column": 39
        },
        "end": {
          "line": 211,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8368,
      "end": 8369,
      "loc": {
        "start": {
          "line": 211,
          "column": 40
        },
        "end": {
          "line": 211,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 8370,
      "end": 8372,
      "loc": {
        "start": {
          "line": 211,
          "column": 42
        },
        "end": {
          "line": 211,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 8373,
      "end": 8374,
      "loc": {
        "start": {
          "line": 211,
          "column": 45
        },
        "end": {
          "line": 211,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8374,
      "end": 8375,
      "loc": {
        "start": {
          "line": 211,
          "column": 46
        },
        "end": {
          "line": 211,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 8376,
      "end": 8377,
      "loc": {
        "start": {
          "line": 211,
          "column": 48
        },
        "end": {
          "line": 211,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8378,
      "end": 8379,
      "loc": {
        "start": {
          "line": 211,
          "column": 50
        },
        "end": {
          "line": 211,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endHint",
      "start": 8379,
      "end": 8386,
      "loc": {
        "start": {
          "line": 211,
          "column": 51
        },
        "end": {
          "line": 211,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8386,
      "end": 8387,
      "loc": {
        "start": {
          "line": 211,
          "column": 58
        },
        "end": {
          "line": 211,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 8387,
      "end": 8388,
      "loc": {
        "start": {
          "line": 211,
          "column": 59
        },
        "end": {
          "line": 211,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 8389,
      "end": 8390,
      "loc": {
        "start": {
          "line": 211,
          "column": 61
        },
        "end": {
          "line": 211,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 8391,
      "end": 8396,
      "loc": {
        "start": {
          "line": 211,
          "column": 63
        },
        "end": {
          "line": 211,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8396,
      "end": 8397,
      "loc": {
        "start": {
          "line": 211,
          "column": 68
        },
        "end": {
          "line": 211,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 8397,
      "end": 8398,
      "loc": {
        "start": {
          "line": 211,
          "column": 69
        },
        "end": {
          "line": 211,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8399,
      "end": 8400,
      "loc": {
        "start": {
          "line": 211,
          "column": 71
        },
        "end": {
          "line": 211,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 8401,
      "end": 8402,
      "loc": {
        "start": {
          "line": 211,
          "column": 73
        },
        "end": {
          "line": 211,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 8402,
      "end": 8403,
      "loc": {
        "start": {
          "line": 211,
          "column": 74
        },
        "end": {
          "line": 211,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8404,
      "end": 8405,
      "loc": {
        "start": {
          "line": 211,
          "column": 76
        },
        "end": {
          "line": 211,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 8406,
      "end": 8407,
      "loc": {
        "start": {
          "line": 211,
          "column": 78
        },
        "end": {
          "line": 211,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8407,
      "end": 8408,
      "loc": {
        "start": {
          "line": 211,
          "column": 79
        },
        "end": {
          "line": 211,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8408,
      "end": 8409,
      "loc": {
        "start": {
          "line": 211,
          "column": 80
        },
        "end": {
          "line": 211,
          "column": 81
        }
      }
    },
    {
      "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": 8418,
      "end": 8420,
      "loc": {
        "start": {
          "line": 212,
          "column": 8
        },
        "end": {
          "line": 212,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8421,
      "end": 8422,
      "loc": {
        "start": {
          "line": 212,
          "column": 11
        },
        "end": {
          "line": 212,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 8422,
      "end": 8423,
      "loc": {
        "start": {
          "line": 212,
          "column": 12
        },
        "end": {
          "line": 212,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 8424,
      "end": 8427,
      "loc": {
        "start": {
          "line": 212,
          "column": 14
        },
        "end": {
          "line": 212,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 8428,
      "end": 8437,
      "loc": {
        "start": {
          "line": 212,
          "column": 18
        },
        "end": {
          "line": 212,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 8438,
      "end": 8440,
      "loc": {
        "start": {
          "line": 212,
          "column": 28
        },
        "end": {
          "line": 212,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 8441,
      "end": 8442,
      "loc": {
        "start": {
          "line": 212,
          "column": 31
        },
        "end": {
          "line": 212,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 8443,
      "end": 8446,
      "loc": {
        "start": {
          "line": 212,
          "column": 33
        },
        "end": {
          "line": 212,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 8447,
      "end": 8456,
      "loc": {
        "start": {
          "line": 212,
          "column": 37
        },
        "end": {
          "line": 212,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8456,
      "end": 8457,
      "loc": {
        "start": {
          "line": 212,
          "column": 46
        },
        "end": {
          "line": 212,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 8470,
      "end": 8473,
      "loc": {
        "start": {
          "line": 213,
          "column": 12
        },
        "end": {
          "line": 213,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8473,
      "end": 8474,
      "loc": {
        "start": {
          "line": 213,
          "column": 15
        },
        "end": {
          "line": 213,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 8474,
      "end": 8477,
      "loc": {
        "start": {
          "line": 213,
          "column": 16
        },
        "end": {
          "line": 213,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8477,
      "end": 8478,
      "loc": {
        "start": {
          "line": 213,
          "column": 19
        },
        "end": {
          "line": 213,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 8478,
      "end": 8483,
      "loc": {
        "start": {
          "line": 213,
          "column": 20
        },
        "end": {
          "line": 213,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8483,
      "end": 8484,
      "loc": {
        "start": {
          "line": 213,
          "column": 25
        },
        "end": {
          "line": 213,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8484,
      "end": 8485,
      "loc": {
        "start": {
          "line": 213,
          "column": 26
        },
        "end": {
          "line": 213,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setLength",
      "start": 8485,
      "end": 8494,
      "loc": {
        "start": {
          "line": 213,
          "column": 27
        },
        "end": {
          "line": 213,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8494,
      "end": 8495,
      "loc": {
        "start": {
          "line": 213,
          "column": 36
        },
        "end": {
          "line": 213,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "l",
      "start": 8495,
      "end": 8496,
      "loc": {
        "start": {
          "line": 213,
          "column": 37
        },
        "end": {
          "line": 213,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8496,
      "end": 8497,
      "loc": {
        "start": {
          "line": 213,
          "column": 38
        },
        "end": {
          "line": 213,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8497,
      "end": 8498,
      "loc": {
        "start": {
          "line": 213,
          "column": 39
        },
        "end": {
          "line": 213,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 8498,
      "end": 8501,
      "loc": {
        "start": {
          "line": 213,
          "column": 40
        },
        "end": {
          "line": 213,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8501,
      "end": 8502,
      "loc": {
        "start": {
          "line": 213,
          "column": 43
        },
        "end": {
          "line": 213,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 8502,
      "end": 8507,
      "loc": {
        "start": {
          "line": 213,
          "column": 44
        },
        "end": {
          "line": 213,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8507,
      "end": 8508,
      "loc": {
        "start": {
          "line": 213,
          "column": 49
        },
        "end": {
          "line": 213,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8508,
      "end": 8509,
      "loc": {
        "start": {
          "line": 213,
          "column": 50
        },
        "end": {
          "line": 213,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8514,
      "end": 8515,
      "loc": {
        "start": {
          "line": 214,
          "column": 4
        },
        "end": {
          "line": 214,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 8520,
      "end": 8522,
      "loc": {
        "start": {
          "line": 215,
          "column": 4
        },
        "end": {
          "line": 215,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8523,
      "end": 8524,
      "loc": {
        "start": {
          "line": 215,
          "column": 7
        },
        "end": {
          "line": 215,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "a",
      "start": 8524,
      "end": 8525,
      "loc": {
        "start": {
          "line": 215,
          "column": 8
        },
        "end": {
          "line": 215,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 8526,
      "end": 8529,
      "loc": {
        "start": {
          "line": 215,
          "column": 10
        },
        "end": {
          "line": 215,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 8530,
      "end": 8539,
      "loc": {
        "start": {
          "line": 215,
          "column": 14
        },
        "end": {
          "line": 215,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8539,
      "end": 8540,
      "loc": {
        "start": {
          "line": 215,
          "column": 23
        },
        "end": {
          "line": 215,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8541,
      "end": 8542,
      "loc": {
        "start": {
          "line": 215,
          "column": 25
        },
        "end": {
          "line": 215,
          "column": 26
        }
      }
    },
    {
      "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": 8551,
      "end": 8553,
      "loc": {
        "start": {
          "line": 216,
          "column": 8
        },
        "end": {
          "line": 216,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8554,
      "end": 8555,
      "loc": {
        "start": {
          "line": 216,
          "column": 11
        },
        "end": {
          "line": 216,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 8555,
      "end": 8556,
      "loc": {
        "start": {
          "line": 216,
          "column": 12
        },
        "end": {
          "line": 216,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 8557,
      "end": 8560,
      "loc": {
        "start": {
          "line": 216,
          "column": 14
        },
        "end": {
          "line": 216,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 8561,
      "end": 8570,
      "loc": {
        "start": {
          "line": 216,
          "column": 18
        },
        "end": {
          "line": 216,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 8571,
      "end": 8573,
      "loc": {
        "start": {
          "line": 216,
          "column": 28
        },
        "end": {
          "line": 216,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 8574,
      "end": 8575,
      "loc": {
        "start": {
          "line": 216,
          "column": 31
        },
        "end": {
          "line": 216,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 8576,
      "end": 8579,
      "loc": {
        "start": {
          "line": 216,
          "column": 33
        },
        "end": {
          "line": 216,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 8580,
      "end": 8589,
      "loc": {
        "start": {
          "line": 216,
          "column": 37
        },
        "end": {
          "line": 216,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8589,
      "end": 8590,
      "loc": {
        "start": {
          "line": 216,
          "column": 46
        },
        "end": {
          "line": 216,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 8603,
      "end": 8604,
      "loc": {
        "start": {
          "line": 217,
          "column": 12
        },
        "end": {
          "line": 217,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8605,
      "end": 8606,
      "loc": {
        "start": {
          "line": 217,
          "column": 14
        },
        "end": {
          "line": 217,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 8607,
      "end": 8608,
      "loc": {
        "start": {
          "line": 217,
          "column": 16
        },
        "end": {
          "line": 217,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 8609,
      "end": 8610,
      "loc": {
        "start": {
          "line": 217,
          "column": 18
        },
        "end": {
          "line": 217,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 8611,
      "end": 8615,
      "loc": {
        "start": {
          "line": 217,
          "column": 20
        },
        "end": {
          "line": 217,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8615,
      "end": 8616,
      "loc": {
        "start": {
          "line": 217,
          "column": 24
        },
        "end": {
          "line": 217,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tan",
      "start": 8616,
      "end": 8619,
      "loc": {
        "start": {
          "line": 217,
          "column": 25
        },
        "end": {
          "line": 217,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8619,
      "end": 8620,
      "loc": {
        "start": {
          "line": 217,
          "column": 28
        },
        "end": {
          "line": 217,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "a",
      "start": 8620,
      "end": 8621,
      "loc": {
        "start": {
          "line": 217,
          "column": 29
        },
        "end": {
          "line": 217,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8621,
      "end": 8622,
      "loc": {
        "start": {
          "line": 217,
          "column": 30
        },
        "end": {
          "line": 217,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8622,
      "end": 8623,
      "loc": {
        "start": {
          "line": 217,
          "column": 31
        },
        "end": {
          "line": 217,
          "column": 32
        }
      }
    },
    {
      "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": 8632,
      "end": 8634,
      "loc": {
        "start": {
          "line": 218,
          "column": 8
        },
        "end": {
          "line": 218,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8635,
      "end": 8636,
      "loc": {
        "start": {
          "line": 218,
          "column": 11
        },
        "end": {
          "line": 218,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 8636,
      "end": 8637,
      "loc": {
        "start": {
          "line": 218,
          "column": 12
        },
        "end": {
          "line": 218,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 8638,
      "end": 8641,
      "loc": {
        "start": {
          "line": 218,
          "column": 14
        },
        "end": {
          "line": 218,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 8642,
      "end": 8651,
      "loc": {
        "start": {
          "line": 218,
          "column": 18
        },
        "end": {
          "line": 218,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 8652,
      "end": 8654,
      "loc": {
        "start": {
          "line": 218,
          "column": 28
        },
        "end": {
          "line": 218,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 8655,
      "end": 8656,
      "loc": {
        "start": {
          "line": 218,
          "column": 31
        },
        "end": {
          "line": 218,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 8657,
      "end": 8660,
      "loc": {
        "start": {
          "line": 218,
          "column": 33
        },
        "end": {
          "line": 218,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 8661,
      "end": 8670,
      "loc": {
        "start": {
          "line": 218,
          "column": 37
        },
        "end": {
          "line": 218,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8670,
      "end": 8671,
      "loc": {
        "start": {
          "line": 218,
          "column": 46
        },
        "end": {
          "line": 218,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 8684,
      "end": 8685,
      "loc": {
        "start": {
          "line": 219,
          "column": 12
        },
        "end": {
          "line": 219,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8686,
      "end": 8687,
      "loc": {
        "start": {
          "line": 219,
          "column": 14
        },
        "end": {
          "line": 219,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 8688,
      "end": 8689,
      "loc": {
        "start": {
          "line": 219,
          "column": 16
        },
        "end": {
          "line": 219,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 8690,
      "end": 8691,
      "loc": {
        "start": {
          "line": 219,
          "column": 18
        },
        "end": {
          "line": 219,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 8692,
      "end": 8696,
      "loc": {
        "start": {
          "line": 219,
          "column": 20
        },
        "end": {
          "line": 219,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8696,
      "end": 8697,
      "loc": {
        "start": {
          "line": 219,
          "column": 24
        },
        "end": {
          "line": 219,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tan",
      "start": 8697,
      "end": 8700,
      "loc": {
        "start": {
          "line": 219,
          "column": 25
        },
        "end": {
          "line": 219,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8700,
      "end": 8701,
      "loc": {
        "start": {
          "line": 219,
          "column": 28
        },
        "end": {
          "line": 219,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "a",
      "start": 8701,
      "end": 8702,
      "loc": {
        "start": {
          "line": 219,
          "column": 29
        },
        "end": {
          "line": 219,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8702,
      "end": 8703,
      "loc": {
        "start": {
          "line": 219,
          "column": 30
        },
        "end": {
          "line": 219,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8703,
      "end": 8704,
      "loc": {
        "start": {
          "line": 219,
          "column": 31
        },
        "end": {
          "line": 219,
          "column": 32
        }
      }
    },
    {
      "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": 8713,
      "end": 8715,
      "loc": {
        "start": {
          "line": 220,
          "column": 8
        },
        "end": {
          "line": 220,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8716,
      "end": 8717,
      "loc": {
        "start": {
          "line": 220,
          "column": 11
        },
        "end": {
          "line": 220,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 8717,
      "end": 8718,
      "loc": {
        "start": {
          "line": 220,
          "column": 12
        },
        "end": {
          "line": 220,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 8719,
      "end": 8722,
      "loc": {
        "start": {
          "line": 220,
          "column": 14
        },
        "end": {
          "line": 220,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 8723,
      "end": 8732,
      "loc": {
        "start": {
          "line": 220,
          "column": 18
        },
        "end": {
          "line": 220,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 8733,
      "end": 8735,
      "loc": {
        "start": {
          "line": 220,
          "column": 28
        },
        "end": {
          "line": 220,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 8736,
      "end": 8737,
      "loc": {
        "start": {
          "line": 220,
          "column": 31
        },
        "end": {
          "line": 220,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 8738,
      "end": 8741,
      "loc": {
        "start": {
          "line": 220,
          "column": 33
        },
        "end": {
          "line": 220,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 8742,
      "end": 8751,
      "loc": {
        "start": {
          "line": 220,
          "column": 37
        },
        "end": {
          "line": 220,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8751,
      "end": 8752,
      "loc": {
        "start": {
          "line": 220,
          "column": 46
        },
        "end": {
          "line": 220,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8753,
      "end": 8754,
      "loc": {
        "start": {
          "line": 220,
          "column": 48
        },
        "end": {
          "line": 220,
          "column": 49
        }
      }
    },
    {
      "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": 8767,
      "end": 8769,
      "loc": {
        "start": {
          "line": 221,
          "column": 12
        },
        "end": {
          "line": 221,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8770,
      "end": 8771,
      "loc": {
        "start": {
          "line": 221,
          "column": 15
        },
        "end": {
          "line": 221,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "l",
      "start": 8771,
      "end": 8772,
      "loc": {
        "start": {
          "line": 221,
          "column": 16
        },
        "end": {
          "line": 221,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 8773,
      "end": 8776,
      "loc": {
        "start": {
          "line": 221,
          "column": 18
        },
        "end": {
          "line": 221,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 8777,
      "end": 8786,
      "loc": {
        "start": {
          "line": 221,
          "column": 22
        },
        "end": {
          "line": 221,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8786,
      "end": 8787,
      "loc": {
        "start": {
          "line": 221,
          "column": 31
        },
        "end": {
          "line": 221,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "l",
      "start": 8804,
      "end": 8805,
      "loc": {
        "start": {
          "line": 222,
          "column": 16
        },
        "end": {
          "line": 222,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8806,
      "end": 8807,
      "loc": {
        "start": {
          "line": 222,
          "column": 18
        },
        "end": {
          "line": 222,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 8808,
      "end": 8813,
      "loc": {
        "start": {
          "line": 222,
          "column": 20
        },
        "end": {
          "line": 222,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8813,
      "end": 8814,
      "loc": {
        "start": {
          "line": 222,
          "column": 25
        },
        "end": {
          "line": 222,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "distanceTo",
      "start": 8814,
      "end": 8824,
      "loc": {
        "start": {
          "line": 222,
          "column": 26
        },
        "end": {
          "line": 222,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8824,
      "end": 8825,
      "loc": {
        "start": {
          "line": 222,
          "column": 36
        },
        "end": {
          "line": 222,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 8825,
      "end": 8828,
      "loc": {
        "start": {
          "line": 222,
          "column": 37
        },
        "end": {
          "line": 222,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8828,
      "end": 8829,
      "loc": {
        "start": {
          "line": 222,
          "column": 40
        },
        "end": {
          "line": 222,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8829,
      "end": 8830,
      "loc": {
        "start": {
          "line": 222,
          "column": 41
        },
        "end": {
          "line": 222,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 8843,
      "end": 8846,
      "loc": {
        "start": {
          "line": 223,
          "column": 12
        },
        "end": {
          "line": 223,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8846,
      "end": 8847,
      "loc": {
        "start": {
          "line": 223,
          "column": 15
        },
        "end": {
          "line": 223,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "set",
      "start": 8847,
      "end": 8850,
      "loc": {
        "start": {
          "line": 223,
          "column": 16
        },
        "end": {
          "line": 223,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8850,
      "end": 8851,
      "loc": {
        "start": {
          "line": 223,
          "column": 19
        },
        "end": {
          "line": 223,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "l",
      "start": 8851,
      "end": 8852,
      "loc": {
        "start": {
          "line": 223,
          "column": 20
        },
        "end": {
          "line": 223,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 8853,
      "end": 8854,
      "loc": {
        "start": {
          "line": 223,
          "column": 22
        },
        "end": {
          "line": 223,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 8855,
      "end": 8859,
      "loc": {
        "start": {
          "line": 223,
          "column": 24
        },
        "end": {
          "line": 223,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8859,
      "end": 8860,
      "loc": {
        "start": {
          "line": 223,
          "column": 28
        },
        "end": {
          "line": 223,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cos",
      "start": 8860,
      "end": 8863,
      "loc": {
        "start": {
          "line": 223,
          "column": 29
        },
        "end": {
          "line": 223,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8863,
      "end": 8864,
      "loc": {
        "start": {
          "line": 223,
          "column": 32
        },
        "end": {
          "line": 223,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "a",
      "start": 8864,
      "end": 8865,
      "loc": {
        "start": {
          "line": 223,
          "column": 33
        },
        "end": {
          "line": 223,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8865,
      "end": 8866,
      "loc": {
        "start": {
          "line": 223,
          "column": 34
        },
        "end": {
          "line": 223,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8866,
      "end": 8867,
      "loc": {
        "start": {
          "line": 223,
          "column": 35
        },
        "end": {
          "line": 223,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "l",
      "start": 8868,
      "end": 8869,
      "loc": {
        "start": {
          "line": 223,
          "column": 37
        },
        "end": {
          "line": 223,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 8870,
      "end": 8871,
      "loc": {
        "start": {
          "line": 223,
          "column": 39
        },
        "end": {
          "line": 223,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 8872,
      "end": 8876,
      "loc": {
        "start": {
          "line": 223,
          "column": 41
        },
        "end": {
          "line": 223,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8876,
      "end": 8877,
      "loc": {
        "start": {
          "line": 223,
          "column": 45
        },
        "end": {
          "line": 223,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sin",
      "start": 8877,
      "end": 8880,
      "loc": {
        "start": {
          "line": 223,
          "column": 46
        },
        "end": {
          "line": 223,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8880,
      "end": 8881,
      "loc": {
        "start": {
          "line": 223,
          "column": 49
        },
        "end": {
          "line": 223,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "a",
      "start": 8881,
      "end": 8882,
      "loc": {
        "start": {
          "line": 223,
          "column": 50
        },
        "end": {
          "line": 223,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8882,
      "end": 8883,
      "loc": {
        "start": {
          "line": 223,
          "column": 51
        },
        "end": {
          "line": 223,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8883,
      "end": 8884,
      "loc": {
        "start": {
          "line": 223,
          "column": 52
        },
        "end": {
          "line": 223,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 8885,
      "end": 8886,
      "loc": {
        "start": {
          "line": 223,
          "column": 54
        },
        "end": {
          "line": 223,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8886,
      "end": 8887,
      "loc": {
        "start": {
          "line": 223,
          "column": 55
        },
        "end": {
          "line": 223,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8887,
      "end": 8888,
      "loc": {
        "start": {
          "line": 223,
          "column": 56
        },
        "end": {
          "line": 223,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 8888,
      "end": 8891,
      "loc": {
        "start": {
          "line": 223,
          "column": 57
        },
        "end": {
          "line": 223,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8891,
      "end": 8892,
      "loc": {
        "start": {
          "line": 223,
          "column": 60
        },
        "end": {
          "line": 223,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 8892,
      "end": 8897,
      "loc": {
        "start": {
          "line": 223,
          "column": 61
        },
        "end": {
          "line": 223,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8897,
      "end": 8898,
      "loc": {
        "start": {
          "line": 223,
          "column": 66
        },
        "end": {
          "line": 223,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8898,
      "end": 8899,
      "loc": {
        "start": {
          "line": 223,
          "column": 67
        },
        "end": {
          "line": 223,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8908,
      "end": 8909,
      "loc": {
        "start": {
          "line": 224,
          "column": 8
        },
        "end": {
          "line": 224,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8914,
      "end": 8915,
      "loc": {
        "start": {
          "line": 225,
          "column": 4
        },
        "end": {
          "line": 225,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 8920,
      "end": 8922,
      "loc": {
        "start": {
          "line": 226,
          "column": 4
        },
        "end": {
          "line": 226,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8923,
      "end": 8924,
      "loc": {
        "start": {
          "line": 226,
          "column": 7
        },
        "end": {
          "line": 226,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 8924,
      "end": 8925,
      "loc": {
        "start": {
          "line": 226,
          "column": 8
        },
        "end": {
          "line": 226,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 8926,
      "end": 8929,
      "loc": {
        "start": {
          "line": 226,
          "column": 10
        },
        "end": {
          "line": 226,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 8930,
      "end": 8939,
      "loc": {
        "start": {
          "line": 226,
          "column": 14
        },
        "end": {
          "line": 226,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8939,
      "end": 8940,
      "loc": {
        "start": {
          "line": 226,
          "column": 23
        },
        "end": {
          "line": 226,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 8949,
      "end": 8952,
      "loc": {
        "start": {
          "line": 227,
          "column": 8
        },
        "end": {
          "line": 227,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8952,
      "end": 8953,
      "loc": {
        "start": {
          "line": 227,
          "column": 11
        },
        "end": {
          "line": 227,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 8953,
      "end": 8954,
      "loc": {
        "start": {
          "line": 227,
          "column": 12
        },
        "end": {
          "line": 227,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8955,
      "end": 8956,
      "loc": {
        "start": {
          "line": 227,
          "column": 14
        },
        "end": {
          "line": 227,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 8957,
      "end": 8962,
      "loc": {
        "start": {
          "line": 227,
          "column": 16
        },
        "end": {
          "line": 227,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8962,
      "end": 8963,
      "loc": {
        "start": {
          "line": 227,
          "column": 21
        },
        "end": {
          "line": 227,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 8963,
      "end": 8964,
      "loc": {
        "start": {
          "line": 227,
          "column": 22
        },
        "end": {
          "line": 227,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 8965,
      "end": 8966,
      "loc": {
        "start": {
          "line": 227,
          "column": 24
        },
        "end": {
          "line": 227,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 8967,
      "end": 8968,
      "loc": {
        "start": {
          "line": 227,
          "column": 26
        },
        "end": {
          "line": 227,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8968,
      "end": 8969,
      "loc": {
        "start": {
          "line": 227,
          "column": 27
        },
        "end": {
          "line": 227,
          "column": 28
        }
      }
    },
    {
      "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": 8974,
      "end": 8976,
      "loc": {
        "start": {
          "line": 228,
          "column": 4
        },
        "end": {
          "line": 228,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8977,
      "end": 8978,
      "loc": {
        "start": {
          "line": 228,
          "column": 7
        },
        "end": {
          "line": 228,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 8978,
      "end": 8979,
      "loc": {
        "start": {
          "line": 228,
          "column": 8
        },
        "end": {
          "line": 228,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 8980,
      "end": 8983,
      "loc": {
        "start": {
          "line": 228,
          "column": 10
        },
        "end": {
          "line": 228,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 8984,
      "end": 8993,
      "loc": {
        "start": {
          "line": 228,
          "column": 14
        },
        "end": {
          "line": 228,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8993,
      "end": 8994,
      "loc": {
        "start": {
          "line": 228,
          "column": 23
        },
        "end": {
          "line": 228,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 9003,
      "end": 9006,
      "loc": {
        "start": {
          "line": 229,
          "column": 8
        },
        "end": {
          "line": 229,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9006,
      "end": 9007,
      "loc": {
        "start": {
          "line": 229,
          "column": 11
        },
        "end": {
          "line": 229,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 9007,
      "end": 9008,
      "loc": {
        "start": {
          "line": 229,
          "column": 12
        },
        "end": {
          "line": 229,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9009,
      "end": 9010,
      "loc": {
        "start": {
          "line": 229,
          "column": 14
        },
        "end": {
          "line": 229,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 9011,
      "end": 9016,
      "loc": {
        "start": {
          "line": 229,
          "column": 16
        },
        "end": {
          "line": 229,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9016,
      "end": 9017,
      "loc": {
        "start": {
          "line": 229,
          "column": 21
        },
        "end": {
          "line": 229,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 9017,
      "end": 9018,
      "loc": {
        "start": {
          "line": 229,
          "column": 22
        },
        "end": {
          "line": 229,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 9019,
      "end": 9020,
      "loc": {
        "start": {
          "line": 229,
          "column": 24
        },
        "end": {
          "line": 229,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 9021,
      "end": 9022,
      "loc": {
        "start": {
          "line": 229,
          "column": 26
        },
        "end": {
          "line": 229,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9022,
      "end": 9023,
      "loc": {
        "start": {
          "line": 229,
          "column": 27
        },
        "end": {
          "line": 229,
          "column": 28
        }
      }
    },
    {
      "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": 9028,
      "end": 9030,
      "loc": {
        "start": {
          "line": 230,
          "column": 4
        },
        "end": {
          "line": 230,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9031,
      "end": 9032,
      "loc": {
        "start": {
          "line": 230,
          "column": 7
        },
        "end": {
          "line": 230,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "r",
      "start": 9032,
      "end": 9033,
      "loc": {
        "start": {
          "line": 230,
          "column": 8
        },
        "end": {
          "line": 230,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 9034,
      "end": 9037,
      "loc": {
        "start": {
          "line": 230,
          "column": 10
        },
        "end": {
          "line": 230,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 9038,
      "end": 9047,
      "loc": {
        "start": {
          "line": 230,
          "column": 14
        },
        "end": {
          "line": 230,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9047,
      "end": 9048,
      "loc": {
        "start": {
          "line": 230,
          "column": 23
        },
        "end": {
          "line": 230,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9049,
      "end": 9050,
      "loc": {
        "start": {
          "line": 230,
          "column": 25
        },
        "end": {
          "line": 230,
          "column": 26
        }
      }
    },
    {
      "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": 9059,
      "end": 9062,
      "loc": {
        "start": {
          "line": 231,
          "column": 8
        },
        "end": {
          "line": 231,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dir",
      "start": 9063,
      "end": 9066,
      "loc": {
        "start": {
          "line": 231,
          "column": 12
        },
        "end": {
          "line": 231,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9067,
      "end": 9068,
      "loc": {
        "start": {
          "line": 231,
          "column": 16
        },
        "end": {
          "line": 231,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 9069,
      "end": 9072,
      "loc": {
        "start": {
          "line": 231,
          "column": 18
        },
        "end": {
          "line": 231,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9072,
      "end": 9073,
      "loc": {
        "start": {
          "line": 231,
          "column": 21
        },
        "end": {
          "line": 231,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 9073,
      "end": 9078,
      "loc": {
        "start": {
          "line": 231,
          "column": 22
        },
        "end": {
          "line": 231,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9078,
      "end": 9079,
      "loc": {
        "start": {
          "line": 231,
          "column": 27
        },
        "end": {
          "line": 231,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9079,
      "end": 9080,
      "loc": {
        "start": {
          "line": 231,
          "column": 28
        },
        "end": {
          "line": 231,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9080,
      "end": 9081,
      "loc": {
        "start": {
          "line": 231,
          "column": 29
        },
        "end": {
          "line": 231,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 9081,
      "end": 9084,
      "loc": {
        "start": {
          "line": 231,
          "column": 30
        },
        "end": {
          "line": 231,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9084,
      "end": 9085,
      "loc": {
        "start": {
          "line": 231,
          "column": 33
        },
        "end": {
          "line": 231,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 9085,
      "end": 9090,
      "loc": {
        "start": {
          "line": 231,
          "column": 34
        },
        "end": {
          "line": 231,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9090,
      "end": 9091,
      "loc": {
        "start": {
          "line": 231,
          "column": 39
        },
        "end": {
          "line": 231,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9091,
      "end": 9092,
      "loc": {
        "start": {
          "line": 231,
          "column": 40
        },
        "end": {
          "line": 231,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dir",
      "start": 9101,
      "end": 9104,
      "loc": {
        "start": {
          "line": 232,
          "column": 8
        },
        "end": {
          "line": 232,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9104,
      "end": 9105,
      "loc": {
        "start": {
          "line": 232,
          "column": 11
        },
        "end": {
          "line": 232,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "set",
      "start": 9105,
      "end": 9108,
      "loc": {
        "start": {
          "line": 232,
          "column": 12
        },
        "end": {
          "line": 232,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9108,
      "end": 9109,
      "loc": {
        "start": {
          "line": 232,
          "column": 15
        },
        "end": {
          "line": 232,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dir",
      "start": 9109,
      "end": 9112,
      "loc": {
        "start": {
          "line": 232,
          "column": 16
        },
        "end": {
          "line": 232,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9112,
      "end": 9113,
      "loc": {
        "start": {
          "line": 232,
          "column": 19
        },
        "end": {
          "line": 232,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 9113,
      "end": 9114,
      "loc": {
        "start": {
          "line": 232,
          "column": 20
        },
        "end": {
          "line": 232,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9114,
      "end": 9115,
      "loc": {
        "start": {
          "line": 232,
          "column": 21
        },
        "end": {
          "line": 232,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 9116,
      "end": 9117,
      "loc": {
        "start": {
          "line": 232,
          "column": 23
        },
        "end": {
          "line": 232,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dir",
      "start": 9117,
      "end": 9120,
      "loc": {
        "start": {
          "line": 232,
          "column": 24
        },
        "end": {
          "line": 232,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9120,
      "end": 9121,
      "loc": {
        "start": {
          "line": 232,
          "column": 27
        },
        "end": {
          "line": 232,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 9121,
      "end": 9122,
      "loc": {
        "start": {
          "line": 232,
          "column": 28
        },
        "end": {
          "line": 232,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9122,
      "end": 9123,
      "loc": {
        "start": {
          "line": 232,
          "column": 29
        },
        "end": {
          "line": 232,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 9124,
      "end": 9125,
      "loc": {
        "start": {
          "line": 232,
          "column": 31
        },
        "end": {
          "line": 232,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9125,
      "end": 9126,
      "loc": {
        "start": {
          "line": 232,
          "column": 32
        },
        "end": {
          "line": 232,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9126,
      "end": 9127,
      "loc": {
        "start": {
          "line": 232,
          "column": 33
        },
        "end": {
          "line": 232,
          "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": 9136,
      "end": 9141,
      "loc": {
        "start": {
          "line": 233,
          "column": 8
        },
        "end": {
          "line": 233,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clockwise",
      "start": 9142,
      "end": 9151,
      "loc": {
        "start": {
          "line": 233,
          "column": 14
        },
        "end": {
          "line": 233,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9152,
      "end": 9153,
      "loc": {
        "start": {
          "line": 233,
          "column": 24
        },
        "end": {
          "line": 233,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Boolean",
      "start": 9154,
      "end": 9161,
      "loc": {
        "start": {
          "line": 233,
          "column": 26
        },
        "end": {
          "line": 233,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9161,
      "end": 9162,
      "loc": {
        "start": {
          "line": 233,
          "column": 33
        },
        "end": {
          "line": 233,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cw",
      "start": 9162,
      "end": 9164,
      "loc": {
        "start": {
          "line": 233,
          "column": 34
        },
        "end": {
          "line": 233,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9164,
      "end": 9165,
      "loc": {
        "start": {
          "line": 233,
          "column": 36
        },
        "end": {
          "line": 233,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9165,
      "end": 9166,
      "loc": {
        "start": {
          "line": 233,
          "column": 37
        },
        "end": {
          "line": 233,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 9175,
      "end": 9177,
      "loc": {
        "start": {
          "line": 234,
          "column": 8
        },
        "end": {
          "line": 234,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9178,
      "end": 9179,
      "loc": {
        "start": {
          "line": 234,
          "column": 11
        },
        "end": {
          "line": 234,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clockwise",
      "start": 9179,
      "end": 9188,
      "loc": {
        "start": {
          "line": 234,
          "column": 12
        },
        "end": {
          "line": 234,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9188,
      "end": 9189,
      "loc": {
        "start": {
          "line": 234,
          "column": 21
        },
        "end": {
          "line": 234,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dir",
      "start": 9190,
      "end": 9193,
      "loc": {
        "start": {
          "line": 234,
          "column": 23
        },
        "end": {
          "line": 234,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9193,
      "end": 9194,
      "loc": {
        "start": {
          "line": 234,
          "column": 26
        },
        "end": {
          "line": 234,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "negate",
      "start": 9194,
      "end": 9200,
      "loc": {
        "start": {
          "line": 234,
          "column": 27
        },
        "end": {
          "line": 234,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9200,
      "end": 9201,
      "loc": {
        "start": {
          "line": 234,
          "column": 33
        },
        "end": {
          "line": 234,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9201,
      "end": 9202,
      "loc": {
        "start": {
          "line": 234,
          "column": 34
        },
        "end": {
          "line": 234,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9202,
      "end": 9203,
      "loc": {
        "start": {
          "line": 234,
          "column": 35
        },
        "end": {
          "line": 234,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dir",
      "start": 9212,
      "end": 9215,
      "loc": {
        "start": {
          "line": 235,
          "column": 8
        },
        "end": {
          "line": 235,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9215,
      "end": 9216,
      "loc": {
        "start": {
          "line": 235,
          "column": 11
        },
        "end": {
          "line": 235,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setLength",
      "start": 9216,
      "end": 9225,
      "loc": {
        "start": {
          "line": 235,
          "column": 12
        },
        "end": {
          "line": 235,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9225,
      "end": 9226,
      "loc": {
        "start": {
          "line": 235,
          "column": 21
        },
        "end": {
          "line": 235,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "r",
      "start": 9226,
      "end": 9227,
      "loc": {
        "start": {
          "line": 235,
          "column": 22
        },
        "end": {
          "line": 235,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9227,
      "end": 9228,
      "loc": {
        "start": {
          "line": 235,
          "column": 23
        },
        "end": {
          "line": 235,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9228,
      "end": 9229,
      "loc": {
        "start": {
          "line": 235,
          "column": 24
        },
        "end": {
          "line": 235,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 9238,
      "end": 9243,
      "loc": {
        "start": {
          "line": 236,
          "column": 8
        },
        "end": {
          "line": 236,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 9244,
      "end": 9250,
      "loc": {
        "start": {
          "line": 236,
          "column": 14
        },
        "end": {
          "line": 236,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9251,
      "end": 9252,
      "loc": {
        "start": {
          "line": 236,
          "column": 21
        },
        "end": {
          "line": 236,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 9253,
      "end": 9258,
      "loc": {
        "start": {
          "line": 236,
          "column": 23
        },
        "end": {
          "line": 236,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9258,
      "end": 9259,
      "loc": {
        "start": {
          "line": 236,
          "column": 28
        },
        "end": {
          "line": 236,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 9259,
      "end": 9264,
      "loc": {
        "start": {
          "line": 236,
          "column": 29
        },
        "end": {
          "line": 236,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9264,
      "end": 9265,
      "loc": {
        "start": {
          "line": 236,
          "column": 34
        },
        "end": {
          "line": 236,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9265,
      "end": 9266,
      "loc": {
        "start": {
          "line": 236,
          "column": 35
        },
        "end": {
          "line": 236,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9266,
      "end": 9267,
      "loc": {
        "start": {
          "line": 236,
          "column": 36
        },
        "end": {
          "line": 236,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lerp",
      "start": 9267,
      "end": 9271,
      "loc": {
        "start": {
          "line": 236,
          "column": 37
        },
        "end": {
          "line": 236,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9271,
      "end": 9272,
      "loc": {
        "start": {
          "line": 236,
          "column": 41
        },
        "end": {
          "line": 236,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 9272,
      "end": 9275,
      "loc": {
        "start": {
          "line": 236,
          "column": 42
        },
        "end": {
          "line": 236,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9275,
      "end": 9276,
      "loc": {
        "start": {
          "line": 236,
          "column": 45
        },
        "end": {
          "line": 236,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0.5,
      "start": 9277,
      "end": 9280,
      "loc": {
        "start": {
          "line": 236,
          "column": 47
        },
        "end": {
          "line": 236,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9280,
      "end": 9281,
      "loc": {
        "start": {
          "line": 236,
          "column": 50
        },
        "end": {
          "line": 236,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9281,
      "end": 9282,
      "loc": {
        "start": {
          "line": 236,
          "column": 51
        },
        "end": {
          "line": 236,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 9282,
      "end": 9285,
      "loc": {
        "start": {
          "line": 236,
          "column": 52
        },
        "end": {
          "line": 236,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9285,
      "end": 9286,
      "loc": {
        "start": {
          "line": 236,
          "column": 55
        },
        "end": {
          "line": 236,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dir",
      "start": 9286,
      "end": 9289,
      "loc": {
        "start": {
          "line": 236,
          "column": 56
        },
        "end": {
          "line": 236,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9289,
      "end": 9290,
      "loc": {
        "start": {
          "line": 236,
          "column": 59
        },
        "end": {
          "line": 236,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9290,
      "end": 9291,
      "loc": {
        "start": {
          "line": 236,
          "column": 60
        },
        "end": {
          "line": 236,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 9300,
      "end": 9306,
      "loc": {
        "start": {
          "line": 237,
          "column": 8
        },
        "end": {
          "line": 237,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9307,
      "end": 9308,
      "loc": {
        "start": {
          "line": 237,
          "column": 15
        },
        "end": {
          "line": 237,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 9308,
      "end": 9313,
      "loc": {
        "start": {
          "line": 237,
          "column": 16
        },
        "end": {
          "line": 237,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9313,
      "end": 9314,
      "loc": {
        "start": {
          "line": 237,
          "column": 21
        },
        "end": {
          "line": 237,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 9315,
      "end": 9318,
      "loc": {
        "start": {
          "line": 237,
          "column": 23
        },
        "end": {
          "line": 237,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9318,
      "end": 9319,
      "loc": {
        "start": {
          "line": 237,
          "column": 26
        },
        "end": {
          "line": 237,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 9320,
      "end": 9326,
      "loc": {
        "start": {
          "line": 237,
          "column": 28
        },
        "end": {
          "line": 237,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9326,
      "end": 9327,
      "loc": {
        "start": {
          "line": 237,
          "column": 34
        },
        "end": {
          "line": 237,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clockwise",
      "start": 9328,
      "end": 9337,
      "loc": {
        "start": {
          "line": 237,
          "column": 36
        },
        "end": {
          "line": 237,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9337,
      "end": 9338,
      "loc": {
        "start": {
          "line": 237,
          "column": 45
        },
        "end": {
          "line": 237,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9338,
      "end": 9339,
      "loc": {
        "start": {
          "line": 237,
          "column": 46
        },
        "end": {
          "line": 237,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9344,
      "end": 9345,
      "loc": {
        "start": {
          "line": 238,
          "column": 4
        },
        "end": {
          "line": 238,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 9350,
      "end": 9356,
      "loc": {
        "start": {
          "line": 239,
          "column": 4
        },
        "end": {
          "line": 239,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9357,
      "end": 9358,
      "loc": {
        "start": {
          "line": 239,
          "column": 11
        },
        "end": {
          "line": 239,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 9358,
      "end": 9363,
      "loc": {
        "start": {
          "line": 239,
          "column": 12
        },
        "end": {
          "line": 239,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9363,
      "end": 9364,
      "loc": {
        "start": {
          "line": 239,
          "column": 17
        },
        "end": {
          "line": 239,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 9365,
      "end": 9368,
      "loc": {
        "start": {
          "line": 239,
          "column": 19
        },
        "end": {
          "line": 239,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9368,
      "end": 9369,
      "loc": {
        "start": {
          "line": 239,
          "column": 22
        },
        "end": {
          "line": 239,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9369,
      "end": 9370,
      "loc": {
        "start": {
          "line": 239,
          "column": 23
        },
        "end": {
          "line": 239,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9371,
      "end": 9372,
      "loc": {
        "start": {
          "line": 240,
          "column": 0
        },
        "end": {
          "line": 240,
          "column": 1
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "converting arc from \"three-points+flag\" to \"center+radius+angles\" representation",
      "start": 9374,
      "end": 9456,
      "loc": {
        "start": {
          "line": 242,
          "column": 0
        },
        "end": {
          "line": 242,
          "column": 82
        }
      }
    },
    {
      "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": 9457,
      "end": 9463,
      "loc": {
        "start": {
          "line": 243,
          "column": 0
        },
        "end": {
          "line": 243,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 9464,
      "end": 9472,
      "loc": {
        "start": {
          "line": 243,
          "column": 7
        },
        "end": {
          "line": 243,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getArcAngles",
      "start": 9473,
      "end": 9485,
      "loc": {
        "start": {
          "line": 243,
          "column": 16
        },
        "end": {
          "line": 243,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9485,
      "end": 9486,
      "loc": {
        "start": {
          "line": 243,
          "column": 28
        },
        "end": {
          "line": 243,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "params",
      "start": 9486,
      "end": 9492,
      "loc": {
        "start": {
          "line": 243,
          "column": 29
        },
        "end": {
          "line": 243,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9492,
      "end": 9493,
      "loc": {
        "start": {
          "line": 243,
          "column": 35
        },
        "end": {
          "line": 243,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9494,
      "end": 9495,
      "loc": {
        "start": {
          "line": 243,
          "column": 37
        },
        "end": {
          "line": 243,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 9500,
      "end": 9503,
      "loc": {
        "start": {
          "line": 244,
          "column": 4
        },
        "end": {
          "line": 244,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vecStart",
      "start": 9504,
      "end": 9512,
      "loc": {
        "start": {
          "line": 244,
          "column": 8
        },
        "end": {
          "line": 244,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9513,
      "end": 9514,
      "loc": {
        "start": {
          "line": 244,
          "column": 17
        },
        "end": {
          "line": 244,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "params",
      "start": 9515,
      "end": 9521,
      "loc": {
        "start": {
          "line": 244,
          "column": 19
        },
        "end": {
          "line": 244,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9521,
      "end": 9522,
      "loc": {
        "start": {
          "line": 244,
          "column": 25
        },
        "end": {
          "line": 244,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 9522,
      "end": 9527,
      "loc": {
        "start": {
          "line": 244,
          "column": 26
        },
        "end": {
          "line": 244,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9527,
      "end": 9528,
      "loc": {
        "start": {
          "line": 244,
          "column": 31
        },
        "end": {
          "line": 244,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 9528,
      "end": 9533,
      "loc": {
        "start": {
          "line": 244,
          "column": 32
        },
        "end": {
          "line": 244,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9533,
      "end": 9534,
      "loc": {
        "start": {
          "line": 244,
          "column": 37
        },
        "end": {
          "line": 244,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9534,
      "end": 9535,
      "loc": {
        "start": {
          "line": 244,
          "column": 38
        },
        "end": {
          "line": 244,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9535,
      "end": 9536,
      "loc": {
        "start": {
          "line": 244,
          "column": 39
        },
        "end": {
          "line": 244,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 9536,
      "end": 9539,
      "loc": {
        "start": {
          "line": 244,
          "column": 40
        },
        "end": {
          "line": 244,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9539,
      "end": 9540,
      "loc": {
        "start": {
          "line": 244,
          "column": 43
        },
        "end": {
          "line": 244,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "params",
      "start": 9540,
      "end": 9546,
      "loc": {
        "start": {
          "line": 244,
          "column": 44
        },
        "end": {
          "line": 244,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9546,
      "end": 9547,
      "loc": {
        "start": {
          "line": 244,
          "column": 50
        },
        "end": {
          "line": 244,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 9547,
      "end": 9553,
      "loc": {
        "start": {
          "line": 244,
          "column": 51
        },
        "end": {
          "line": 244,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9553,
      "end": 9554,
      "loc": {
        "start": {
          "line": 244,
          "column": 57
        },
        "end": {
          "line": 244,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9554,
      "end": 9555,
      "loc": {
        "start": {
          "line": 244,
          "column": 58
        },
        "end": {
          "line": 244,
          "column": 59
        }
      }
    },
    {
      "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": 9560,
      "end": 9563,
      "loc": {
        "start": {
          "line": 245,
          "column": 4
        },
        "end": {
          "line": 245,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vecEnd",
      "start": 9566,
      "end": 9572,
      "loc": {
        "start": {
          "line": 245,
          "column": 10
        },
        "end": {
          "line": 245,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9573,
      "end": 9574,
      "loc": {
        "start": {
          "line": 245,
          "column": 17
        },
        "end": {
          "line": 245,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "params",
      "start": 9577,
      "end": 9583,
      "loc": {
        "start": {
          "line": 245,
          "column": 21
        },
        "end": {
          "line": 245,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9583,
      "end": 9584,
      "loc": {
        "start": {
          "line": 245,
          "column": 27
        },
        "end": {
          "line": 245,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 9584,
      "end": 9587,
      "loc": {
        "start": {
          "line": 245,
          "column": 28
        },
        "end": {
          "line": 245,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9587,
      "end": 9588,
      "loc": {
        "start": {
          "line": 245,
          "column": 31
        },
        "end": {
          "line": 245,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 9588,
      "end": 9593,
      "loc": {
        "start": {
          "line": 245,
          "column": 32
        },
        "end": {
          "line": 245,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9593,
      "end": 9594,
      "loc": {
        "start": {
          "line": 245,
          "column": 37
        },
        "end": {
          "line": 245,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9594,
      "end": 9595,
      "loc": {
        "start": {
          "line": 245,
          "column": 38
        },
        "end": {
          "line": 245,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9595,
      "end": 9596,
      "loc": {
        "start": {
          "line": 245,
          "column": 39
        },
        "end": {
          "line": 245,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 9596,
      "end": 9599,
      "loc": {
        "start": {
          "line": 245,
          "column": 40
        },
        "end": {
          "line": 245,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9599,
      "end": 9600,
      "loc": {
        "start": {
          "line": 245,
          "column": 43
        },
        "end": {
          "line": 245,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "params",
      "start": 9600,
      "end": 9606,
      "loc": {
        "start": {
          "line": 245,
          "column": 44
        },
        "end": {
          "line": 245,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9606,
      "end": 9607,
      "loc": {
        "start": {
          "line": 245,
          "column": 50
        },
        "end": {
          "line": 245,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 9607,
      "end": 9613,
      "loc": {
        "start": {
          "line": 245,
          "column": 51
        },
        "end": {
          "line": 245,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9613,
      "end": 9614,
      "loc": {
        "start": {
          "line": 245,
          "column": 57
        },
        "end": {
          "line": 245,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9614,
      "end": 9615,
      "loc": {
        "start": {
          "line": 245,
          "column": 58
        },
        "end": {
          "line": 245,
          "column": 59
        }
      }
    },
    {
      "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": 9620,
      "end": 9623,
      "loc": {
        "start": {
          "line": 246,
          "column": 4
        },
        "end": {
          "line": 246,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startAngle",
      "start": 9624,
      "end": 9634,
      "loc": {
        "start": {
          "line": 246,
          "column": 8
        },
        "end": {
          "line": 246,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9635,
      "end": 9636,
      "loc": {
        "start": {
          "line": 246,
          "column": 19
        },
        "end": {
          "line": 246,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 9637,
      "end": 9641,
      "loc": {
        "start": {
          "line": 246,
          "column": 21
        },
        "end": {
          "line": 246,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9641,
      "end": 9642,
      "loc": {
        "start": {
          "line": 246,
          "column": 25
        },
        "end": {
          "line": 246,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "atan2",
      "start": 9642,
      "end": 9647,
      "loc": {
        "start": {
          "line": 246,
          "column": 26
        },
        "end": {
          "line": 246,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9647,
      "end": 9648,
      "loc": {
        "start": {
          "line": 246,
          "column": 31
        },
        "end": {
          "line": 246,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vecStart",
      "start": 9648,
      "end": 9656,
      "loc": {
        "start": {
          "line": 246,
          "column": 32
        },
        "end": {
          "line": 246,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9656,
      "end": 9657,
      "loc": {
        "start": {
          "line": 246,
          "column": 40
        },
        "end": {
          "line": 246,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 9657,
      "end": 9658,
      "loc": {
        "start": {
          "line": 246,
          "column": 41
        },
        "end": {
          "line": 246,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9658,
      "end": 9659,
      "loc": {
        "start": {
          "line": 246,
          "column": 42
        },
        "end": {
          "line": 246,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vecStart",
      "start": 9660,
      "end": 9668,
      "loc": {
        "start": {
          "line": 246,
          "column": 44
        },
        "end": {
          "line": 246,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9668,
      "end": 9669,
      "loc": {
        "start": {
          "line": 246,
          "column": 52
        },
        "end": {
          "line": 246,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 9669,
      "end": 9670,
      "loc": {
        "start": {
          "line": 246,
          "column": 53
        },
        "end": {
          "line": 246,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9670,
      "end": 9671,
      "loc": {
        "start": {
          "line": 246,
          "column": 54
        },
        "end": {
          "line": 246,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9671,
      "end": 9672,
      "loc": {
        "start": {
          "line": 246,
          "column": 55
        },
        "end": {
          "line": 246,
          "column": 56
        }
      }
    },
    {
      "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": 9677,
      "end": 9680,
      "loc": {
        "start": {
          "line": 247,
          "column": 4
        },
        "end": {
          "line": 247,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endAngle",
      "start": 9683,
      "end": 9691,
      "loc": {
        "start": {
          "line": 247,
          "column": 10
        },
        "end": {
          "line": 247,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9692,
      "end": 9693,
      "loc": {
        "start": {
          "line": 247,
          "column": 19
        },
        "end": {
          "line": 247,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 9694,
      "end": 9698,
      "loc": {
        "start": {
          "line": 247,
          "column": 21
        },
        "end": {
          "line": 247,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9698,
      "end": 9699,
      "loc": {
        "start": {
          "line": 247,
          "column": 25
        },
        "end": {
          "line": 247,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "atan2",
      "start": 9699,
      "end": 9704,
      "loc": {
        "start": {
          "line": 247,
          "column": 26
        },
        "end": {
          "line": 247,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9704,
      "end": 9705,
      "loc": {
        "start": {
          "line": 247,
          "column": 31
        },
        "end": {
          "line": 247,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vecEnd",
      "start": 9707,
      "end": 9713,
      "loc": {
        "start": {
          "line": 247,
          "column": 34
        },
        "end": {
          "line": 247,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9713,
      "end": 9714,
      "loc": {
        "start": {
          "line": 247,
          "column": 40
        },
        "end": {
          "line": 247,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 9714,
      "end": 9715,
      "loc": {
        "start": {
          "line": 247,
          "column": 41
        },
        "end": {
          "line": 247,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9715,
      "end": 9716,
      "loc": {
        "start": {
          "line": 247,
          "column": 42
        },
        "end": {
          "line": 247,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vecEnd",
      "start": 9719,
      "end": 9725,
      "loc": {
        "start": {
          "line": 247,
          "column": 46
        },
        "end": {
          "line": 247,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9725,
      "end": 9726,
      "loc": {
        "start": {
          "line": 247,
          "column": 52
        },
        "end": {
          "line": 247,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 9726,
      "end": 9727,
      "loc": {
        "start": {
          "line": 247,
          "column": 53
        },
        "end": {
          "line": 247,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9727,
      "end": 9728,
      "loc": {
        "start": {
          "line": 247,
          "column": 54
        },
        "end": {
          "line": 247,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9728,
      "end": 9729,
      "loc": {
        "start": {
          "line": 247,
          "column": 55
        },
        "end": {
          "line": 247,
          "column": 56
        }
      }
    },
    {
      "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": 9734,
      "end": 9737,
      "loc": {
        "start": {
          "line": 248,
          "column": 4
        },
        "end": {
          "line": 248,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 9738,
      "end": 9744,
      "loc": {
        "start": {
          "line": 248,
          "column": 8
        },
        "end": {
          "line": 248,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9745,
      "end": 9746,
      "loc": {
        "start": {
          "line": 248,
          "column": 15
        },
        "end": {
          "line": 248,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0.5,
      "start": 9747,
      "end": 9750,
      "loc": {
        "start": {
          "line": 248,
          "column": 17
        },
        "end": {
          "line": 248,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 9751,
      "end": 9752,
      "loc": {
        "start": {
          "line": 248,
          "column": 21
        },
        "end": {
          "line": 248,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9753,
      "end": 9754,
      "loc": {
        "start": {
          "line": 248,
          "column": 23
        },
        "end": {
          "line": 248,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vecStart",
      "start": 9754,
      "end": 9762,
      "loc": {
        "start": {
          "line": 248,
          "column": 24
        },
        "end": {
          "line": 248,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9762,
      "end": 9763,
      "loc": {
        "start": {
          "line": 248,
          "column": 32
        },
        "end": {
          "line": 248,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 9763,
      "end": 9769,
      "loc": {
        "start": {
          "line": 248,
          "column": 33
        },
        "end": {
          "line": 248,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9769,
      "end": 9770,
      "loc": {
        "start": {
          "line": 248,
          "column": 39
        },
        "end": {
          "line": 248,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9770,
      "end": 9771,
      "loc": {
        "start": {
          "line": 248,
          "column": 40
        },
        "end": {
          "line": 248,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 9772,
      "end": 9773,
      "loc": {
        "start": {
          "line": 248,
          "column": 42
        },
        "end": {
          "line": 248,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vecEnd",
      "start": 9774,
      "end": 9780,
      "loc": {
        "start": {
          "line": 248,
          "column": 44
        },
        "end": {
          "line": 248,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9780,
      "end": 9781,
      "loc": {
        "start": {
          "line": 248,
          "column": 50
        },
        "end": {
          "line": 248,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 9781,
      "end": 9787,
      "loc": {
        "start": {
          "line": 248,
          "column": 51
        },
        "end": {
          "line": 248,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9787,
      "end": 9788,
      "loc": {
        "start": {
          "line": 248,
          "column": 57
        },
        "end": {
          "line": 248,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9788,
      "end": 9789,
      "loc": {
        "start": {
          "line": 248,
          "column": 58
        },
        "end": {
          "line": 248,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9789,
      "end": 9790,
      "loc": {
        "start": {
          "line": 248,
          "column": 59
        },
        "end": {
          "line": 248,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9790,
      "end": 9791,
      "loc": {
        "start": {
          "line": 248,
          "column": 60
        },
        "end": {
          "line": 248,
          "column": 61
        }
      }
    },
    {
      "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": 9797,
      "end": 9799,
      "loc": {
        "start": {
          "line": 250,
          "column": 4
        },
        "end": {
          "line": 250,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9800,
      "end": 9801,
      "loc": {
        "start": {
          "line": 250,
          "column": 7
        },
        "end": {
          "line": 250,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "params",
      "start": 9801,
      "end": 9807,
      "loc": {
        "start": {
          "line": 250,
          "column": 8
        },
        "end": {
          "line": 250,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9807,
      "end": 9808,
      "loc": {
        "start": {
          "line": 250,
          "column": 14
        },
        "end": {
          "line": 250,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clockwise",
      "start": 9808,
      "end": 9817,
      "loc": {
        "start": {
          "line": 250,
          "column": 15
        },
        "end": {
          "line": 250,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9817,
      "end": 9818,
      "loc": {
        "start": {
          "line": 250,
          "column": 24
        },
        "end": {
          "line": 250,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9819,
      "end": 9820,
      "loc": {
        "start": {
          "line": 250,
          "column": 26
        },
        "end": {
          "line": 250,
          "column": 27
        }
      }
    },
    {
      "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": 9829,
      "end": 9831,
      "loc": {
        "start": {
          "line": 251,
          "column": 8
        },
        "end": {
          "line": 251,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9832,
      "end": 9833,
      "loc": {
        "start": {
          "line": 251,
          "column": 11
        },
        "end": {
          "line": 251,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startAngle",
      "start": 9833,
      "end": 9843,
      "loc": {
        "start": {
          "line": 251,
          "column": 12
        },
        "end": {
          "line": 251,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 9844,
      "end": 9845,
      "loc": {
        "start": {
          "line": 251,
          "column": 23
        },
        "end": {
          "line": 251,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endAngle",
      "start": 9846,
      "end": 9854,
      "loc": {
        "start": {
          "line": 251,
          "column": 25
        },
        "end": {
          "line": 251,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9854,
      "end": 9855,
      "loc": {
        "start": {
          "line": 251,
          "column": 33
        },
        "end": {
          "line": 251,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startAngle",
      "start": 9868,
      "end": 9878,
      "loc": {
        "start": {
          "line": 252,
          "column": 12
        },
        "end": {
          "line": 252,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 9879,
      "end": 9881,
      "loc": {
        "start": {
          "line": 252,
          "column": 23
        },
        "end": {
          "line": 252,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 9882,
      "end": 9883,
      "loc": {
        "start": {
          "line": 252,
          "column": 26
        },
        "end": {
          "line": 252,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 9884,
      "end": 9885,
      "loc": {
        "start": {
          "line": 252,
          "column": 28
        },
        "end": {
          "line": 252,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 9886,
      "end": 9890,
      "loc": {
        "start": {
          "line": 252,
          "column": 30
        },
        "end": {
          "line": 252,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9890,
      "end": 9891,
      "loc": {
        "start": {
          "line": 252,
          "column": 34
        },
        "end": {
          "line": 252,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "PI",
      "start": 9891,
      "end": 9893,
      "loc": {
        "start": {
          "line": 252,
          "column": 35
        },
        "end": {
          "line": 252,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9893,
      "end": 9894,
      "loc": {
        "start": {
          "line": 252,
          "column": 37
        },
        "end": {
          "line": 252,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9899,
      "end": 9900,
      "loc": {
        "start": {
          "line": 253,
          "column": 4
        },
        "end": {
          "line": 253,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 9901,
      "end": 9905,
      "loc": {
        "start": {
          "line": 253,
          "column": 6
        },
        "end": {
          "line": 253,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9906,
      "end": 9907,
      "loc": {
        "start": {
          "line": 253,
          "column": 11
        },
        "end": {
          "line": 253,
          "column": 12
        }
      }
    },
    {
      "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": 9916,
      "end": 9918,
      "loc": {
        "start": {
          "line": 254,
          "column": 8
        },
        "end": {
          "line": 254,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9919,
      "end": 9920,
      "loc": {
        "start": {
          "line": 254,
          "column": 11
        },
        "end": {
          "line": 254,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startAngle",
      "start": 9920,
      "end": 9930,
      "loc": {
        "start": {
          "line": 254,
          "column": 12
        },
        "end": {
          "line": 254,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": ">",
      "start": 9931,
      "end": 9932,
      "loc": {
        "start": {
          "line": 254,
          "column": 23
        },
        "end": {
          "line": 254,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endAngle",
      "start": 9933,
      "end": 9941,
      "loc": {
        "start": {
          "line": 254,
          "column": 25
        },
        "end": {
          "line": 254,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9941,
      "end": 9942,
      "loc": {
        "start": {
          "line": 254,
          "column": 33
        },
        "end": {
          "line": 254,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endAngle",
      "start": 9955,
      "end": 9963,
      "loc": {
        "start": {
          "line": 255,
          "column": 12
        },
        "end": {
          "line": 255,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 9964,
      "end": 9966,
      "loc": {
        "start": {
          "line": 255,
          "column": 21
        },
        "end": {
          "line": 255,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 9967,
      "end": 9968,
      "loc": {
        "start": {
          "line": 255,
          "column": 24
        },
        "end": {
          "line": 255,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 9969,
      "end": 9970,
      "loc": {
        "start": {
          "line": 255,
          "column": 26
        },
        "end": {
          "line": 255,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 9971,
      "end": 9975,
      "loc": {
        "start": {
          "line": 255,
          "column": 28
        },
        "end": {
          "line": 255,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9975,
      "end": 9976,
      "loc": {
        "start": {
          "line": 255,
          "column": 32
        },
        "end": {
          "line": 255,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "PI",
      "start": 9976,
      "end": 9978,
      "loc": {
        "start": {
          "line": 255,
          "column": 33
        },
        "end": {
          "line": 255,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9978,
      "end": 9979,
      "loc": {
        "start": {
          "line": 255,
          "column": 35
        },
        "end": {
          "line": 255,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9984,
      "end": 9985,
      "loc": {
        "start": {
          "line": 256,
          "column": 4
        },
        "end": {
          "line": 256,
          "column": 5
        }
      }
    },
    {
      "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": 9991,
      "end": 9996,
      "loc": {
        "start": {
          "line": 258,
          "column": 4
        },
        "end": {
          "line": 258,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "midAngle",
      "start": 9997,
      "end": 10005,
      "loc": {
        "start": {
          "line": 258,
          "column": 10
        },
        "end": {
          "line": 258,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10006,
      "end": 10007,
      "loc": {
        "start": {
          "line": 258,
          "column": 19
        },
        "end": {
          "line": 258,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10008,
      "end": 10009,
      "loc": {
        "start": {
          "line": 258,
          "column": 21
        },
        "end": {
          "line": 258,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startAngle",
      "start": 10009,
      "end": 10019,
      "loc": {
        "start": {
          "line": 258,
          "column": 22
        },
        "end": {
          "line": 258,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 10020,
      "end": 10021,
      "loc": {
        "start": {
          "line": 258,
          "column": 33
        },
        "end": {
          "line": 258,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endAngle",
      "start": 10022,
      "end": 10030,
      "loc": {
        "start": {
          "line": 258,
          "column": 35
        },
        "end": {
          "line": 258,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10030,
      "end": 10031,
      "loc": {
        "start": {
          "line": 258,
          "column": 43
        },
        "end": {
          "line": 258,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 10032,
      "end": 10033,
      "loc": {
        "start": {
          "line": 258,
          "column": 45
        },
        "end": {
          "line": 258,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 10034,
      "end": 10035,
      "loc": {
        "start": {
          "line": 258,
          "column": 47
        },
        "end": {
          "line": 258,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10035,
      "end": 10036,
      "loc": {
        "start": {
          "line": 258,
          "column": 48
        },
        "end": {
          "line": 258,
          "column": 49
        }
      }
    },
    {
      "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": 10041,
      "end": 10046,
      "loc": {
        "start": {
          "line": 259,
          "column": 4
        },
        "end": {
          "line": 259,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vecMid",
      "start": 10047,
      "end": 10053,
      "loc": {
        "start": {
          "line": 259,
          "column": 10
        },
        "end": {
          "line": 259,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10054,
      "end": 10055,
      "loc": {
        "start": {
          "line": 259,
          "column": 17
        },
        "end": {
          "line": 259,
          "column": 18
        }
      }
    },
    {
      "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": 10056,
      "end": 10059,
      "loc": {
        "start": {
          "line": 259,
          "column": 19
        },
        "end": {
          "line": 259,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 10060,
      "end": 10065,
      "loc": {
        "start": {
          "line": 259,
          "column": 23
        },
        "end": {
          "line": 259,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10065,
      "end": 10066,
      "loc": {
        "start": {
          "line": 259,
          "column": 28
        },
        "end": {
          "line": 259,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Vector3",
      "start": 10066,
      "end": 10073,
      "loc": {
        "start": {
          "line": 259,
          "column": 29
        },
        "end": {
          "line": 259,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10073,
      "end": 10074,
      "loc": {
        "start": {
          "line": 259,
          "column": 36
        },
        "end": {
          "line": 259,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 10074,
      "end": 10078,
      "loc": {
        "start": {
          "line": 259,
          "column": 37
        },
        "end": {
          "line": 259,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10078,
      "end": 10079,
      "loc": {
        "start": {
          "line": 259,
          "column": 41
        },
        "end": {
          "line": 259,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cos",
      "start": 10079,
      "end": 10082,
      "loc": {
        "start": {
          "line": 259,
          "column": 42
        },
        "end": {
          "line": 259,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10082,
      "end": 10083,
      "loc": {
        "start": {
          "line": 259,
          "column": 45
        },
        "end": {
          "line": 259,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "midAngle",
      "start": 10083,
      "end": 10091,
      "loc": {
        "start": {
          "line": 259,
          "column": 46
        },
        "end": {
          "line": 259,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10091,
      "end": 10092,
      "loc": {
        "start": {
          "line": 259,
          "column": 54
        },
        "end": {
          "line": 259,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10092,
      "end": 10093,
      "loc": {
        "start": {
          "line": 259,
          "column": 55
        },
        "end": {
          "line": 259,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 10094,
      "end": 10098,
      "loc": {
        "start": {
          "line": 259,
          "column": 57
        },
        "end": {
          "line": 259,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10098,
      "end": 10099,
      "loc": {
        "start": {
          "line": 259,
          "column": 61
        },
        "end": {
          "line": 259,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sin",
      "start": 10099,
      "end": 10102,
      "loc": {
        "start": {
          "line": 259,
          "column": 62
        },
        "end": {
          "line": 259,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10102,
      "end": 10103,
      "loc": {
        "start": {
          "line": 259,
          "column": 65
        },
        "end": {
          "line": 259,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "midAngle",
      "start": 10103,
      "end": 10111,
      "loc": {
        "start": {
          "line": 259,
          "column": 66
        },
        "end": {
          "line": 259,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10111,
      "end": 10112,
      "loc": {
        "start": {
          "line": 259,
          "column": 74
        },
        "end": {
          "line": 259,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10112,
      "end": 10113,
      "loc": {
        "start": {
          "line": 259,
          "column": 75
        },
        "end": {
          "line": 259,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 10114,
      "end": 10115,
      "loc": {
        "start": {
          "line": 259,
          "column": 77
        },
        "end": {
          "line": 259,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10115,
      "end": 10116,
      "loc": {
        "start": {
          "line": 259,
          "column": 78
        },
        "end": {
          "line": 259,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10116,
      "end": 10117,
      "loc": {
        "start": {
          "line": 259,
          "column": 79
        },
        "end": {
          "line": 259,
          "column": 80
        }
      }
    },
    {
      "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": 10122,
      "end": 10127,
      "loc": {
        "start": {
          "line": 260,
          "column": 4
        },
        "end": {
          "line": 260,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mid",
      "start": 10128,
      "end": 10131,
      "loc": {
        "start": {
          "line": 260,
          "column": 10
        },
        "end": {
          "line": 260,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10132,
      "end": 10133,
      "loc": {
        "start": {
          "line": 260,
          "column": 14
        },
        "end": {
          "line": 260,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "params",
      "start": 10134,
      "end": 10140,
      "loc": {
        "start": {
          "line": 260,
          "column": 16
        },
        "end": {
          "line": 260,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10140,
      "end": 10141,
      "loc": {
        "start": {
          "line": 260,
          "column": 22
        },
        "end": {
          "line": 260,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 10141,
      "end": 10147,
      "loc": {
        "start": {
          "line": 260,
          "column": 23
        },
        "end": {
          "line": 260,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10147,
      "end": 10148,
      "loc": {
        "start": {
          "line": 260,
          "column": 29
        },
        "end": {
          "line": 260,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 10148,
      "end": 10153,
      "loc": {
        "start": {
          "line": 260,
          "column": 30
        },
        "end": {
          "line": 260,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10153,
      "end": 10154,
      "loc": {
        "start": {
          "line": 260,
          "column": 35
        },
        "end": {
          "line": 260,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10154,
      "end": 10155,
      "loc": {
        "start": {
          "line": 260,
          "column": 36
        },
        "end": {
          "line": 260,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10155,
      "end": 10156,
      "loc": {
        "start": {
          "line": 260,
          "column": 37
        },
        "end": {
          "line": 260,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "addScaledVector",
      "start": 10156,
      "end": 10171,
      "loc": {
        "start": {
          "line": 260,
          "column": 38
        },
        "end": {
          "line": 260,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10171,
      "end": 10172,
      "loc": {
        "start": {
          "line": 260,
          "column": 53
        },
        "end": {
          "line": 260,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vecMid",
      "start": 10172,
      "end": 10178,
      "loc": {
        "start": {
          "line": 260,
          "column": 54
        },
        "end": {
          "line": 260,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10178,
      "end": 10179,
      "loc": {
        "start": {
          "line": 260,
          "column": 60
        },
        "end": {
          "line": 260,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 10180,
      "end": 10186,
      "loc": {
        "start": {
          "line": 260,
          "column": 62
        },
        "end": {
          "line": 260,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10186,
      "end": 10187,
      "loc": {
        "start": {
          "line": 260,
          "column": 68
        },
        "end": {
          "line": 260,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10187,
      "end": 10188,
      "loc": {
        "start": {
          "line": 260,
          "column": 69
        },
        "end": {
          "line": 260,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 10194,
      "end": 10200,
      "loc": {
        "start": {
          "line": 262,
          "column": 4
        },
        "end": {
          "line": 262,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10201,
      "end": 10202,
      "loc": {
        "start": {
          "line": 262,
          "column": 11
        },
        "end": {
          "line": 262,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 10211,
      "end": 10217,
      "loc": {
        "start": {
          "line": 263,
          "column": 8
        },
        "end": {
          "line": 263,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10217,
      "end": 10218,
      "loc": {
        "start": {
          "line": 263,
          "column": 14
        },
        "end": {
          "line": 263,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "params",
      "start": 10219,
      "end": 10225,
      "loc": {
        "start": {
          "line": 263,
          "column": 16
        },
        "end": {
          "line": 263,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10225,
      "end": 10226,
      "loc": {
        "start": {
          "line": 263,
          "column": 22
        },
        "end": {
          "line": 263,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 10226,
      "end": 10232,
      "loc": {
        "start": {
          "line": 263,
          "column": 23
        },
        "end": {
          "line": 263,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10232,
      "end": 10233,
      "loc": {
        "start": {
          "line": 263,
          "column": 29
        },
        "end": {
          "line": 263,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 10233,
      "end": 10238,
      "loc": {
        "start": {
          "line": 263,
          "column": 30
        },
        "end": {
          "line": 263,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10238,
      "end": 10239,
      "loc": {
        "start": {
          "line": 263,
          "column": 35
        },
        "end": {
          "line": 263,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10239,
      "end": 10240,
      "loc": {
        "start": {
          "line": 263,
          "column": 36
        },
        "end": {
          "line": 263,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10240,
      "end": 10241,
      "loc": {
        "start": {
          "line": 263,
          "column": 37
        },
        "end": {
          "line": 263,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mid",
      "start": 10250,
      "end": 10253,
      "loc": {
        "start": {
          "line": 264,
          "column": 8
        },
        "end": {
          "line": 264,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10253,
      "end": 10254,
      "loc": {
        "start": {
          "line": 264,
          "column": 11
        },
        "end": {
          "line": 264,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 10263,
      "end": 10269,
      "loc": {
        "start": {
          "line": 265,
          "column": 8
        },
        "end": {
          "line": 265,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10269,
      "end": 10270,
      "loc": {
        "start": {
          "line": 265,
          "column": 14
        },
        "end": {
          "line": 265,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 10279,
      "end": 10284,
      "loc": {
        "start": {
          "line": 266,
          "column": 8
        },
        "end": {
          "line": 266,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10284,
      "end": 10285,
      "loc": {
        "start": {
          "line": 266,
          "column": 13
        },
        "end": {
          "line": 266,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startAngle",
      "start": 10286,
      "end": 10296,
      "loc": {
        "start": {
          "line": 266,
          "column": 15
        },
        "end": {
          "line": 266,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10296,
      "end": 10297,
      "loc": {
        "start": {
          "line": 266,
          "column": 25
        },
        "end": {
          "line": 266,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 10306,
      "end": 10309,
      "loc": {
        "start": {
          "line": 267,
          "column": 8
        },
        "end": {
          "line": 267,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10309,
      "end": 10310,
      "loc": {
        "start": {
          "line": 267,
          "column": 11
        },
        "end": {
          "line": 267,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endAngle",
      "start": 10311,
      "end": 10319,
      "loc": {
        "start": {
          "line": 267,
          "column": 13
        },
        "end": {
          "line": 267,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10319,
      "end": 10320,
      "loc": {
        "start": {
          "line": 267,
          "column": 21
        },
        "end": {
          "line": 267,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bulge",
      "start": 10329,
      "end": 10334,
      "loc": {
        "start": {
          "line": 268,
          "column": 8
        },
        "end": {
          "line": 268,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10334,
      "end": 10335,
      "loc": {
        "start": {
          "line": 268,
          "column": 13
        },
        "end": {
          "line": 268,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 10336,
      "end": 10340,
      "loc": {
        "start": {
          "line": 268,
          "column": 15
        },
        "end": {
          "line": 268,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10340,
      "end": 10341,
      "loc": {
        "start": {
          "line": 268,
          "column": 19
        },
        "end": {
          "line": 268,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tan",
      "start": 10341,
      "end": 10344,
      "loc": {
        "start": {
          "line": 268,
          "column": 20
        },
        "end": {
          "line": 268,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10344,
      "end": 10345,
      "loc": {
        "start": {
          "line": 268,
          "column": 23
        },
        "end": {
          "line": 268,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10345,
      "end": 10346,
      "loc": {
        "start": {
          "line": 268,
          "column": 24
        },
        "end": {
          "line": 268,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endAngle",
      "start": 10346,
      "end": 10354,
      "loc": {
        "start": {
          "line": 268,
          "column": 25
        },
        "end": {
          "line": 268,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 10355,
      "end": 10356,
      "loc": {
        "start": {
          "line": 268,
          "column": 34
        },
        "end": {
          "line": 268,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startAngle",
      "start": 10357,
      "end": 10367,
      "loc": {
        "start": {
          "line": 268,
          "column": 36
        },
        "end": {
          "line": 268,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10367,
      "end": 10368,
      "loc": {
        "start": {
          "line": 268,
          "column": 46
        },
        "end": {
          "line": 268,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 10369,
      "end": 10370,
      "loc": {
        "start": {
          "line": 268,
          "column": 48
        },
        "end": {
          "line": 268,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 4,
      "start": 10371,
      "end": 10372,
      "loc": {
        "start": {
          "line": 268,
          "column": 50
        },
        "end": {
          "line": 268,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10372,
      "end": 10373,
      "loc": {
        "start": {
          "line": 268,
          "column": 51
        },
        "end": {
          "line": 268,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10373,
      "end": 10374,
      "loc": {
        "start": {
          "line": 268,
          "column": 52
        },
        "end": {
          "line": 268,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10379,
      "end": 10380,
      "loc": {
        "start": {
          "line": 269,
          "column": 4
        },
        "end": {
          "line": 269,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10380,
      "end": 10381,
      "loc": {
        "start": {
          "line": 269,
          "column": 5
        },
        "end": {
          "line": 269,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10382,
      "end": 10383,
      "loc": {
        "start": {
          "line": 270,
          "column": 0
        },
        "end": {
          "line": 270,
          "column": 1
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "returns intersection point of given two lines",
      "start": 10385,
      "end": 10432,
      "loc": {
        "start": {
          "line": 272,
          "column": 0
        },
        "end": {
          "line": 272,
          "column": 47
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "if angularTolerance is set, then null is returned when lines are parallel",
      "start": 10433,
      "end": 10508,
      "loc": {
        "start": {
          "line": 273,
          "column": 0
        },
        "end": {
          "line": 273,
          "column": 75
        }
      }
    },
    {
      "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": 10509,
      "end": 10515,
      "loc": {
        "start": {
          "line": 274,
          "column": 0
        },
        "end": {
          "line": 274,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 10516,
      "end": 10524,
      "loc": {
        "start": {
          "line": 274,
          "column": 7
        },
        "end": {
          "line": 274,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersectLines",
      "start": 10525,
      "end": 10539,
      "loc": {
        "start": {
          "line": 274,
          "column": 16
        },
        "end": {
          "line": 274,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10539,
      "end": 10540,
      "loc": {
        "start": {
          "line": 274,
          "column": 30
        },
        "end": {
          "line": 274,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pntA",
      "start": 10540,
      "end": 10544,
      "loc": {
        "start": {
          "line": 274,
          "column": 31
        },
        "end": {
          "line": 274,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10544,
      "end": 10545,
      "loc": {
        "start": {
          "line": 274,
          "column": 35
        },
        "end": {
          "line": 274,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dirA",
      "start": 10546,
      "end": 10550,
      "loc": {
        "start": {
          "line": 274,
          "column": 37
        },
        "end": {
          "line": 274,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10550,
      "end": 10551,
      "loc": {
        "start": {
          "line": 274,
          "column": 41
        },
        "end": {
          "line": 274,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pntB",
      "start": 10552,
      "end": 10556,
      "loc": {
        "start": {
          "line": 274,
          "column": 43
        },
        "end": {
          "line": 274,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10556,
      "end": 10557,
      "loc": {
        "start": {
          "line": 274,
          "column": 47
        },
        "end": {
          "line": 274,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dirB",
      "start": 10558,
      "end": 10562,
      "loc": {
        "start": {
          "line": 274,
          "column": 49
        },
        "end": {
          "line": 274,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10562,
      "end": 10563,
      "loc": {
        "start": {
          "line": 274,
          "column": 53
        },
        "end": {
          "line": 274,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angularTolerance",
      "start": 10564,
      "end": 10580,
      "loc": {
        "start": {
          "line": 274,
          "column": 55
        },
        "end": {
          "line": 274,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10580,
      "end": 10581,
      "loc": {
        "start": {
          "line": 274,
          "column": 71
        },
        "end": {
          "line": 274,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10582,
      "end": 10583,
      "loc": {
        "start": {
          "line": 274,
          "column": 73
        },
        "end": {
          "line": 274,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angularTolerance",
      "start": 10588,
      "end": 10604,
      "loc": {
        "start": {
          "line": 275,
          "column": 4
        },
        "end": {
          "line": 275,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10605,
      "end": 10606,
      "loc": {
        "start": {
          "line": 275,
          "column": 21
        },
        "end": {
          "line": 275,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angularTolerance",
      "start": 10607,
      "end": 10623,
      "loc": {
        "start": {
          "line": 275,
          "column": 23
        },
        "end": {
          "line": 275,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 10624,
      "end": 10626,
      "loc": {
        "start": {
          "line": 275,
          "column": 40
        },
        "end": {
          "line": 275,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1e-15,
      "start": 10627,
      "end": 10632,
      "loc": {
        "start": {
          "line": 275,
          "column": 43
        },
        "end": {
          "line": 275,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10632,
      "end": 10633,
      "loc": {
        "start": {
          "line": 275,
          "column": 48
        },
        "end": {
          "line": 275,
          "column": 49
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "mach.eps. by default",
      "start": 10634,
      "end": 10656,
      "loc": {
        "start": {
          "line": 275,
          "column": 50
        },
        "end": {
          "line": 275,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dirA",
      "start": 10661,
      "end": 10665,
      "loc": {
        "start": {
          "line": 276,
          "column": 4
        },
        "end": {
          "line": 276,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10666,
      "end": 10667,
      "loc": {
        "start": {
          "line": 276,
          "column": 9
        },
        "end": {
          "line": 276,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dirA",
      "start": 10668,
      "end": 10672,
      "loc": {
        "start": {
          "line": 276,
          "column": 11
        },
        "end": {
          "line": 276,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10672,
      "end": 10673,
      "loc": {
        "start": {
          "line": 276,
          "column": 15
        },
        "end": {
          "line": 276,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 10673,
      "end": 10678,
      "loc": {
        "start": {
          "line": 276,
          "column": 16
        },
        "end": {
          "line": 276,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10678,
      "end": 10679,
      "loc": {
        "start": {
          "line": 276,
          "column": 21
        },
        "end": {
          "line": 276,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10679,
      "end": 10680,
      "loc": {
        "start": {
          "line": 276,
          "column": 22
        },
        "end": {
          "line": 276,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10680,
      "end": 10681,
      "loc": {
        "start": {
          "line": 276,
          "column": 23
        },
        "end": {
          "line": 276,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "normalize",
      "start": 10681,
      "end": 10690,
      "loc": {
        "start": {
          "line": 276,
          "column": 24
        },
        "end": {
          "line": 276,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10690,
      "end": 10691,
      "loc": {
        "start": {
          "line": 276,
          "column": 33
        },
        "end": {
          "line": 276,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10691,
      "end": 10692,
      "loc": {
        "start": {
          "line": 276,
          "column": 34
        },
        "end": {
          "line": 276,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10692,
      "end": 10693,
      "loc": {
        "start": {
          "line": 276,
          "column": 35
        },
        "end": {
          "line": 276,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dirB",
      "start": 10698,
      "end": 10702,
      "loc": {
        "start": {
          "line": 277,
          "column": 4
        },
        "end": {
          "line": 277,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10703,
      "end": 10704,
      "loc": {
        "start": {
          "line": 277,
          "column": 9
        },
        "end": {
          "line": 277,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dirB",
      "start": 10705,
      "end": 10709,
      "loc": {
        "start": {
          "line": 277,
          "column": 11
        },
        "end": {
          "line": 277,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10709,
      "end": 10710,
      "loc": {
        "start": {
          "line": 277,
          "column": 15
        },
        "end": {
          "line": 277,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 10710,
      "end": 10715,
      "loc": {
        "start": {
          "line": 277,
          "column": 16
        },
        "end": {
          "line": 277,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10715,
      "end": 10716,
      "loc": {
        "start": {
          "line": 277,
          "column": 21
        },
        "end": {
          "line": 277,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10716,
      "end": 10717,
      "loc": {
        "start": {
          "line": 277,
          "column": 22
        },
        "end": {
          "line": 277,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10717,
      "end": 10718,
      "loc": {
        "start": {
          "line": 277,
          "column": 23
        },
        "end": {
          "line": 277,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "normalize",
      "start": 10718,
      "end": 10727,
      "loc": {
        "start": {
          "line": 277,
          "column": 24
        },
        "end": {
          "line": 277,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10727,
      "end": 10728,
      "loc": {
        "start": {
          "line": 277,
          "column": 33
        },
        "end": {
          "line": 277,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10728,
      "end": 10729,
      "loc": {
        "start": {
          "line": 277,
          "column": 34
        },
        "end": {
          "line": 277,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10729,
      "end": 10730,
      "loc": {
        "start": {
          "line": 277,
          "column": 35
        },
        "end": {
          "line": 277,
          "column": 36
        }
      }
    },
    {
      "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": 10735,
      "end": 10737,
      "loc": {
        "start": {
          "line": 278,
          "column": 4
        },
        "end": {
          "line": 278,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10738,
      "end": 10739,
      "loc": {
        "start": {
          "line": 278,
          "column": 7
        },
        "end": {
          "line": 278,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dirA",
      "start": 10739,
      "end": 10743,
      "loc": {
        "start": {
          "line": 278,
          "column": 8
        },
        "end": {
          "line": 278,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10743,
      "end": 10744,
      "loc": {
        "start": {
          "line": 278,
          "column": 12
        },
        "end": {
          "line": 278,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 10744,
      "end": 10750,
      "loc": {
        "start": {
          "line": 278,
          "column": 13
        },
        "end": {
          "line": 278,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10750,
      "end": 10751,
      "loc": {
        "start": {
          "line": 278,
          "column": 19
        },
        "end": {
          "line": 278,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10751,
      "end": 10752,
      "loc": {
        "start": {
          "line": 278,
          "column": 20
        },
        "end": {
          "line": 278,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 10753,
      "end": 10754,
      "loc": {
        "start": {
          "line": 278,
          "column": 22
        },
        "end": {
          "line": 278,
          "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.9,
      "start": 10755,
      "end": 10758,
      "loc": {
        "start": {
          "line": 278,
          "column": 24
        },
        "end": {
          "line": 278,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 10759,
      "end": 10761,
      "loc": {
        "start": {
          "line": 278,
          "column": 28
        },
        "end": {
          "line": 278,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dirB",
      "start": 10762,
      "end": 10766,
      "loc": {
        "start": {
          "line": 278,
          "column": 31
        },
        "end": {
          "line": 278,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10766,
      "end": 10767,
      "loc": {
        "start": {
          "line": 278,
          "column": 35
        },
        "end": {
          "line": 278,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 10767,
      "end": 10773,
      "loc": {
        "start": {
          "line": 278,
          "column": 36
        },
        "end": {
          "line": 278,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10773,
      "end": 10774,
      "loc": {
        "start": {
          "line": 278,
          "column": 42
        },
        "end": {
          "line": 278,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10774,
      "end": 10775,
      "loc": {
        "start": {
          "line": 278,
          "column": 43
        },
        "end": {
          "line": 278,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 10776,
      "end": 10777,
      "loc": {
        "start": {
          "line": 278,
          "column": 45
        },
        "end": {
          "line": 278,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0.9,
      "start": 10778,
      "end": 10781,
      "loc": {
        "start": {
          "line": 278,
          "column": 47
        },
        "end": {
          "line": 278,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10781,
      "end": 10782,
      "loc": {
        "start": {
          "line": 278,
          "column": 50
        },
        "end": {
          "line": 278,
          "column": 51
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "must be 1",
      "start": 10783,
      "end": 10794,
      "loc": {
        "start": {
          "line": 278,
          "column": 52
        },
        "end": {
          "line": 278,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 10803,
      "end": 10809,
      "loc": {
        "start": {
          "line": 279,
          "column": 8
        },
        "end": {
          "line": 279,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 10810,
      "end": 10814,
      "loc": {
        "start": {
          "line": 279,
          "column": 15
        },
        "end": {
          "line": 279,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10814,
      "end": 10815,
      "loc": {
        "start": {
          "line": 279,
          "column": 19
        },
        "end": {
          "line": 279,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 10820,
      "end": 10823,
      "loc": {
        "start": {
          "line": 280,
          "column": 4
        },
        "end": {
          "line": 280,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "PxQ",
      "start": 10824,
      "end": 10827,
      "loc": {
        "start": {
          "line": 280,
          "column": 8
        },
        "end": {
          "line": 280,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10828,
      "end": 10829,
      "loc": {
        "start": {
          "line": 280,
          "column": 12
        },
        "end": {
          "line": 280,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cross2d",
      "start": 10830,
      "end": 10837,
      "loc": {
        "start": {
          "line": 280,
          "column": 14
        },
        "end": {
          "line": 280,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10837,
      "end": 10838,
      "loc": {
        "start": {
          "line": 280,
          "column": 21
        },
        "end": {
          "line": 280,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dirA",
      "start": 10838,
      "end": 10842,
      "loc": {
        "start": {
          "line": 280,
          "column": 22
        },
        "end": {
          "line": 280,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10842,
      "end": 10843,
      "loc": {
        "start": {
          "line": 280,
          "column": 26
        },
        "end": {
          "line": 280,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dirB",
      "start": 10844,
      "end": 10848,
      "loc": {
        "start": {
          "line": 280,
          "column": 28
        },
        "end": {
          "line": 280,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10848,
      "end": 10849,
      "loc": {
        "start": {
          "line": 280,
          "column": 32
        },
        "end": {
          "line": 280,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10849,
      "end": 10850,
      "loc": {
        "start": {
          "line": 280,
          "column": 33
        },
        "end": {
          "line": 280,
          "column": 34
        }
      }
    },
    {
      "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": 10855,
      "end": 10857,
      "loc": {
        "start": {
          "line": 281,
          "column": 4
        },
        "end": {
          "line": 281,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10858,
      "end": 10859,
      "loc": {
        "start": {
          "line": 281,
          "column": 7
        },
        "end": {
          "line": 281,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 10859,
      "end": 10863,
      "loc": {
        "start": {
          "line": 281,
          "column": 8
        },
        "end": {
          "line": 281,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10863,
      "end": 10864,
      "loc": {
        "start": {
          "line": 281,
          "column": 12
        },
        "end": {
          "line": 281,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "abs",
      "start": 10864,
      "end": 10867,
      "loc": {
        "start": {
          "line": 281,
          "column": 13
        },
        "end": {
          "line": 281,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10867,
      "end": 10868,
      "loc": {
        "start": {
          "line": 281,
          "column": 16
        },
        "end": {
          "line": 281,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "PxQ",
      "start": 10868,
      "end": 10871,
      "loc": {
        "start": {
          "line": 281,
          "column": 17
        },
        "end": {
          "line": 281,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10871,
      "end": 10872,
      "loc": {
        "start": {
          "line": 281,
          "column": 20
        },
        "end": {
          "line": 281,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<=",
      "start": 10873,
      "end": 10875,
      "loc": {
        "start": {
          "line": 281,
          "column": 22
        },
        "end": {
          "line": 281,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angularTolerance",
      "start": 10876,
      "end": 10892,
      "loc": {
        "start": {
          "line": 281,
          "column": 25
        },
        "end": {
          "line": 281,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10892,
      "end": 10893,
      "loc": {
        "start": {
          "line": 281,
          "column": 41
        },
        "end": {
          "line": 281,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 10902,
      "end": 10908,
      "loc": {
        "start": {
          "line": 282,
          "column": 8
        },
        "end": {
          "line": 282,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 10909,
      "end": 10913,
      "loc": {
        "start": {
          "line": 282,
          "column": 15
        },
        "end": {
          "line": 282,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10913,
      "end": 10914,
      "loc": {
        "start": {
          "line": 282,
          "column": 19
        },
        "end": {
          "line": 282,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 10919,
      "end": 10922,
      "loc": {
        "start": {
          "line": 283,
          "column": 4
        },
        "end": {
          "line": 283,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BmAxQ",
      "start": 10923,
      "end": 10928,
      "loc": {
        "start": {
          "line": 283,
          "column": 8
        },
        "end": {
          "line": 283,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10929,
      "end": 10930,
      "loc": {
        "start": {
          "line": 283,
          "column": 14
        },
        "end": {
          "line": 283,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cross2d",
      "start": 10931,
      "end": 10938,
      "loc": {
        "start": {
          "line": 283,
          "column": 16
        },
        "end": {
          "line": 283,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10938,
      "end": 10939,
      "loc": {
        "start": {
          "line": 283,
          "column": 23
        },
        "end": {
          "line": 283,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pntB",
      "start": 10939,
      "end": 10943,
      "loc": {
        "start": {
          "line": 283,
          "column": 24
        },
        "end": {
          "line": 283,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10943,
      "end": 10944,
      "loc": {
        "start": {
          "line": 283,
          "column": 28
        },
        "end": {
          "line": 283,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 10944,
      "end": 10949,
      "loc": {
        "start": {
          "line": 283,
          "column": 29
        },
        "end": {
          "line": 283,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10949,
      "end": 10950,
      "loc": {
        "start": {
          "line": 283,
          "column": 34
        },
        "end": {
          "line": 283,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10950,
      "end": 10951,
      "loc": {
        "start": {
          "line": 283,
          "column": 35
        },
        "end": {
          "line": 283,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10951,
      "end": 10952,
      "loc": {
        "start": {
          "line": 283,
          "column": 36
        },
        "end": {
          "line": 283,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 10952,
      "end": 10955,
      "loc": {
        "start": {
          "line": 283,
          "column": 37
        },
        "end": {
          "line": 283,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10955,
      "end": 10956,
      "loc": {
        "start": {
          "line": 283,
          "column": 40
        },
        "end": {
          "line": 283,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pntA",
      "start": 10956,
      "end": 10960,
      "loc": {
        "start": {
          "line": 283,
          "column": 41
        },
        "end": {
          "line": 283,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10960,
      "end": 10961,
      "loc": {
        "start": {
          "line": 283,
          "column": 45
        },
        "end": {
          "line": 283,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10961,
      "end": 10962,
      "loc": {
        "start": {
          "line": 283,
          "column": 46
        },
        "end": {
          "line": 283,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dirB",
      "start": 10963,
      "end": 10967,
      "loc": {
        "start": {
          "line": 283,
          "column": 48
        },
        "end": {
          "line": 283,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10967,
      "end": 10968,
      "loc": {
        "start": {
          "line": 283,
          "column": 52
        },
        "end": {
          "line": 283,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10968,
      "end": 10969,
      "loc": {
        "start": {
          "line": 283,
          "column": 53
        },
        "end": {
          "line": 283,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 10974,
      "end": 10977,
      "loc": {
        "start": {
          "line": 284,
          "column": 4
        },
        "end": {
          "line": 284,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BmAxP",
      "start": 10978,
      "end": 10983,
      "loc": {
        "start": {
          "line": 284,
          "column": 8
        },
        "end": {
          "line": 284,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10984,
      "end": 10985,
      "loc": {
        "start": {
          "line": 284,
          "column": 14
        },
        "end": {
          "line": 284,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cross2d",
      "start": 10986,
      "end": 10993,
      "loc": {
        "start": {
          "line": 284,
          "column": 16
        },
        "end": {
          "line": 284,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10993,
      "end": 10994,
      "loc": {
        "start": {
          "line": 284,
          "column": 23
        },
        "end": {
          "line": 284,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pntB",
      "start": 10994,
      "end": 10998,
      "loc": {
        "start": {
          "line": 284,
          "column": 24
        },
        "end": {
          "line": 284,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10998,
      "end": 10999,
      "loc": {
        "start": {
          "line": 284,
          "column": 28
        },
        "end": {
          "line": 284,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 10999,
      "end": 11004,
      "loc": {
        "start": {
          "line": 284,
          "column": 29
        },
        "end": {
          "line": 284,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11004,
      "end": 11005,
      "loc": {
        "start": {
          "line": 284,
          "column": 34
        },
        "end": {
          "line": 284,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11005,
      "end": 11006,
      "loc": {
        "start": {
          "line": 284,
          "column": 35
        },
        "end": {
          "line": 284,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11006,
      "end": 11007,
      "loc": {
        "start": {
          "line": 284,
          "column": 36
        },
        "end": {
          "line": 284,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 11007,
      "end": 11010,
      "loc": {
        "start": {
          "line": 284,
          "column": 37
        },
        "end": {
          "line": 284,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11010,
      "end": 11011,
      "loc": {
        "start": {
          "line": 284,
          "column": 40
        },
        "end": {
          "line": 284,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pntA",
      "start": 11011,
      "end": 11015,
      "loc": {
        "start": {
          "line": 284,
          "column": 41
        },
        "end": {
          "line": 284,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11015,
      "end": 11016,
      "loc": {
        "start": {
          "line": 284,
          "column": 45
        },
        "end": {
          "line": 284,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11016,
      "end": 11017,
      "loc": {
        "start": {
          "line": 284,
          "column": 46
        },
        "end": {
          "line": 284,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dirA",
      "start": 11018,
      "end": 11022,
      "loc": {
        "start": {
          "line": 284,
          "column": 48
        },
        "end": {
          "line": 284,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11022,
      "end": 11023,
      "loc": {
        "start": {
          "line": 284,
          "column": 52
        },
        "end": {
          "line": 284,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11023,
      "end": 11024,
      "loc": {
        "start": {
          "line": 284,
          "column": 53
        },
        "end": {
          "line": 284,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 11029,
      "end": 11032,
      "loc": {
        "start": {
          "line": 285,
          "column": 4
        },
        "end": {
          "line": 285,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "paramA",
      "start": 11033,
      "end": 11039,
      "loc": {
        "start": {
          "line": 285,
          "column": 8
        },
        "end": {
          "line": 285,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11040,
      "end": 11041,
      "loc": {
        "start": {
          "line": 285,
          "column": 15
        },
        "end": {
          "line": 285,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BmAxQ",
      "start": 11042,
      "end": 11047,
      "loc": {
        "start": {
          "line": 285,
          "column": 17
        },
        "end": {
          "line": 285,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 11048,
      "end": 11049,
      "loc": {
        "start": {
          "line": 285,
          "column": 23
        },
        "end": {
          "line": 285,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "PxQ",
      "start": 11050,
      "end": 11053,
      "loc": {
        "start": {
          "line": 285,
          "column": 25
        },
        "end": {
          "line": 285,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11053,
      "end": 11054,
      "loc": {
        "start": {
          "line": 285,
          "column": 28
        },
        "end": {
          "line": 285,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 11059,
      "end": 11062,
      "loc": {
        "start": {
          "line": 286,
          "column": 4
        },
        "end": {
          "line": 286,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "paramB",
      "start": 11063,
      "end": 11069,
      "loc": {
        "start": {
          "line": 286,
          "column": 8
        },
        "end": {
          "line": 286,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11070,
      "end": 11071,
      "loc": {
        "start": {
          "line": 286,
          "column": 15
        },
        "end": {
          "line": 286,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BmAxP",
      "start": 11072,
      "end": 11077,
      "loc": {
        "start": {
          "line": 286,
          "column": 17
        },
        "end": {
          "line": 286,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 11078,
      "end": 11079,
      "loc": {
        "start": {
          "line": 286,
          "column": 23
        },
        "end": {
          "line": 286,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "PxQ",
      "start": 11080,
      "end": 11083,
      "loc": {
        "start": {
          "line": 286,
          "column": 25
        },
        "end": {
          "line": 286,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11083,
      "end": 11084,
      "loc": {
        "start": {
          "line": 286,
          "column": 28
        },
        "end": {
          "line": 286,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 11089,
      "end": 11092,
      "loc": {
        "start": {
          "line": 287,
          "column": 4
        },
        "end": {
          "line": 287,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersA",
      "start": 11093,
      "end": 11100,
      "loc": {
        "start": {
          "line": 287,
          "column": 8
        },
        "end": {
          "line": 287,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11101,
      "end": 11102,
      "loc": {
        "start": {
          "line": 287,
          "column": 16
        },
        "end": {
          "line": 287,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dirA",
      "start": 11103,
      "end": 11107,
      "loc": {
        "start": {
          "line": 287,
          "column": 18
        },
        "end": {
          "line": 287,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11107,
      "end": 11108,
      "loc": {
        "start": {
          "line": 287,
          "column": 22
        },
        "end": {
          "line": 287,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 11108,
      "end": 11113,
      "loc": {
        "start": {
          "line": 287,
          "column": 23
        },
        "end": {
          "line": 287,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11113,
      "end": 11114,
      "loc": {
        "start": {
          "line": 287,
          "column": 28
        },
        "end": {
          "line": 287,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11114,
      "end": 11115,
      "loc": {
        "start": {
          "line": 287,
          "column": 29
        },
        "end": {
          "line": 287,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11115,
      "end": 11116,
      "loc": {
        "start": {
          "line": 287,
          "column": 30
        },
        "end": {
          "line": 287,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "multiplyScalar",
      "start": 11116,
      "end": 11130,
      "loc": {
        "start": {
          "line": 287,
          "column": 31
        },
        "end": {
          "line": 287,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11130,
      "end": 11131,
      "loc": {
        "start": {
          "line": 287,
          "column": 45
        },
        "end": {
          "line": 287,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "paramA",
      "start": 11131,
      "end": 11137,
      "loc": {
        "start": {
          "line": 287,
          "column": 46
        },
        "end": {
          "line": 287,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11137,
      "end": 11138,
      "loc": {
        "start": {
          "line": 287,
          "column": 52
        },
        "end": {
          "line": 287,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11138,
      "end": 11139,
      "loc": {
        "start": {
          "line": 287,
          "column": 53
        },
        "end": {
          "line": 287,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 11139,
      "end": 11142,
      "loc": {
        "start": {
          "line": 287,
          "column": 54
        },
        "end": {
          "line": 287,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11142,
      "end": 11143,
      "loc": {
        "start": {
          "line": 287,
          "column": 57
        },
        "end": {
          "line": 287,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pntA",
      "start": 11143,
      "end": 11147,
      "loc": {
        "start": {
          "line": 287,
          "column": 58
        },
        "end": {
          "line": 287,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11147,
      "end": 11148,
      "loc": {
        "start": {
          "line": 287,
          "column": 62
        },
        "end": {
          "line": 287,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11148,
      "end": 11149,
      "loc": {
        "start": {
          "line": 287,
          "column": 63
        },
        "end": {
          "line": 287,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 11154,
      "end": 11157,
      "loc": {
        "start": {
          "line": 288,
          "column": 4
        },
        "end": {
          "line": 288,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersB",
      "start": 11158,
      "end": 11165,
      "loc": {
        "start": {
          "line": 288,
          "column": 8
        },
        "end": {
          "line": 288,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11166,
      "end": 11167,
      "loc": {
        "start": {
          "line": 288,
          "column": 16
        },
        "end": {
          "line": 288,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dirB",
      "start": 11168,
      "end": 11172,
      "loc": {
        "start": {
          "line": 288,
          "column": 18
        },
        "end": {
          "line": 288,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11172,
      "end": 11173,
      "loc": {
        "start": {
          "line": 288,
          "column": 22
        },
        "end": {
          "line": 288,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 11173,
      "end": 11178,
      "loc": {
        "start": {
          "line": 288,
          "column": 23
        },
        "end": {
          "line": 288,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11178,
      "end": 11179,
      "loc": {
        "start": {
          "line": 288,
          "column": 28
        },
        "end": {
          "line": 288,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11179,
      "end": 11180,
      "loc": {
        "start": {
          "line": 288,
          "column": 29
        },
        "end": {
          "line": 288,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11180,
      "end": 11181,
      "loc": {
        "start": {
          "line": 288,
          "column": 30
        },
        "end": {
          "line": 288,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "multiplyScalar",
      "start": 11181,
      "end": 11195,
      "loc": {
        "start": {
          "line": 288,
          "column": 31
        },
        "end": {
          "line": 288,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11195,
      "end": 11196,
      "loc": {
        "start": {
          "line": 288,
          "column": 45
        },
        "end": {
          "line": 288,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "paramB",
      "start": 11196,
      "end": 11202,
      "loc": {
        "start": {
          "line": 288,
          "column": 46
        },
        "end": {
          "line": 288,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11202,
      "end": 11203,
      "loc": {
        "start": {
          "line": 288,
          "column": 52
        },
        "end": {
          "line": 288,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11203,
      "end": 11204,
      "loc": {
        "start": {
          "line": 288,
          "column": 53
        },
        "end": {
          "line": 288,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 11204,
      "end": 11207,
      "loc": {
        "start": {
          "line": 288,
          "column": 54
        },
        "end": {
          "line": 288,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11207,
      "end": 11208,
      "loc": {
        "start": {
          "line": 288,
          "column": 57
        },
        "end": {
          "line": 288,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pntB",
      "start": 11208,
      "end": 11212,
      "loc": {
        "start": {
          "line": 288,
          "column": 58
        },
        "end": {
          "line": 288,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11212,
      "end": 11213,
      "loc": {
        "start": {
          "line": 288,
          "column": 62
        },
        "end": {
          "line": 288,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11213,
      "end": 11214,
      "loc": {
        "start": {
          "line": 288,
          "column": 63
        },
        "end": {
          "line": 288,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 11219,
      "end": 11222,
      "loc": {
        "start": {
          "line": 289,
          "column": 4
        },
        "end": {
          "line": 289,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "inters",
      "start": 11223,
      "end": 11229,
      "loc": {
        "start": {
          "line": 289,
          "column": 8
        },
        "end": {
          "line": 289,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11230,
      "end": 11231,
      "loc": {
        "start": {
          "line": 289,
          "column": 15
        },
        "end": {
          "line": 289,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersA",
      "start": 11232,
      "end": 11239,
      "loc": {
        "start": {
          "line": 289,
          "column": 17
        },
        "end": {
          "line": 289,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11239,
      "end": 11240,
      "loc": {
        "start": {
          "line": 289,
          "column": 24
        },
        "end": {
          "line": 289,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 11240,
      "end": 11245,
      "loc": {
        "start": {
          "line": 289,
          "column": 25
        },
        "end": {
          "line": 289,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11245,
      "end": 11246,
      "loc": {
        "start": {
          "line": 289,
          "column": 30
        },
        "end": {
          "line": 289,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11246,
      "end": 11247,
      "loc": {
        "start": {
          "line": 289,
          "column": 31
        },
        "end": {
          "line": 289,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11247,
      "end": 11248,
      "loc": {
        "start": {
          "line": 289,
          "column": 32
        },
        "end": {
          "line": 289,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 11248,
      "end": 11251,
      "loc": {
        "start": {
          "line": 289,
          "column": 33
        },
        "end": {
          "line": 289,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11251,
      "end": 11252,
      "loc": {
        "start": {
          "line": 289,
          "column": 36
        },
        "end": {
          "line": 289,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersB",
      "start": 11252,
      "end": 11259,
      "loc": {
        "start": {
          "line": 289,
          "column": 37
        },
        "end": {
          "line": 289,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11259,
      "end": 11260,
      "loc": {
        "start": {
          "line": 289,
          "column": 44
        },
        "end": {
          "line": 289,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11260,
      "end": 11261,
      "loc": {
        "start": {
          "line": 289,
          "column": 45
        },
        "end": {
          "line": 289,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "multiplyScalar",
      "start": 11261,
      "end": 11275,
      "loc": {
        "start": {
          "line": 289,
          "column": 46
        },
        "end": {
          "line": 289,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11275,
      "end": 11276,
      "loc": {
        "start": {
          "line": 289,
          "column": 60
        },
        "end": {
          "line": 289,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0.5,
      "start": 11276,
      "end": 11279,
      "loc": {
        "start": {
          "line": 289,
          "column": 61
        },
        "end": {
          "line": 289,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11279,
      "end": 11280,
      "loc": {
        "start": {
          "line": 289,
          "column": 64
        },
        "end": {
          "line": 289,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11280,
      "end": 11281,
      "loc": {
        "start": {
          "line": 289,
          "column": 65
        },
        "end": {
          "line": 289,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 11286,
      "end": 11292,
      "loc": {
        "start": {
          "line": 290,
          "column": 4
        },
        "end": {
          "line": 290,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "inters",
      "start": 11293,
      "end": 11299,
      "loc": {
        "start": {
          "line": 290,
          "column": 11
        },
        "end": {
          "line": 290,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11299,
      "end": 11300,
      "loc": {
        "start": {
          "line": 290,
          "column": 17
        },
        "end": {
          "line": 290,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11301,
      "end": 11302,
      "loc": {
        "start": {
          "line": 291,
          "column": 0
        },
        "end": {
          "line": 291,
          "column": 1
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " calculate a tangent of a line or an arc at a point as a normalized (possibly zero) vector",
      "start": 11304,
      "end": 11396,
      "loc": {
        "start": {
          "line": 293,
          "column": 0
        },
        "end": {
          "line": 293,
          "column": 92
        }
      }
    },
    {
      "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": 11397,
      "end": 11403,
      "loc": {
        "start": {
          "line": 294,
          "column": 0
        },
        "end": {
          "line": 294,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 11404,
      "end": 11412,
      "loc": {
        "start": {
          "line": 294,
          "column": 7
        },
        "end": {
          "line": 294,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getTangent",
      "start": 11413,
      "end": 11423,
      "loc": {
        "start": {
          "line": 294,
          "column": 16
        },
        "end": {
          "line": 294,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11423,
      "end": 11424,
      "loc": {
        "start": {
          "line": 294,
          "column": 26
        },
        "end": {
          "line": 294,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 11424,
      "end": 11434,
      "loc": {
        "start": {
          "line": 294,
          "column": 27
        },
        "end": {
          "line": 294,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11434,
      "end": 11435,
      "loc": {
        "start": {
          "line": 294,
          "column": 37
        },
        "end": {
          "line": 294,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "point",
      "start": 11436,
      "end": 11441,
      "loc": {
        "start": {
          "line": 294,
          "column": 39
        },
        "end": {
          "line": 294,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11441,
      "end": 11442,
      "loc": {
        "start": {
          "line": 294,
          "column": 44
        },
        "end": {
          "line": 294,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11443,
      "end": 11444,
      "loc": {
        "start": {
          "line": 294,
          "column": 46
        },
        "end": {
          "line": 294,
          "column": 47
        }
      }
    },
    {
      "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": 11449,
      "end": 11451,
      "loc": {
        "start": {
          "line": 295,
          "column": 4
        },
        "end": {
          "line": 295,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11452,
      "end": 11453,
      "loc": {
        "start": {
          "line": 295,
          "column": 7
        },
        "end": {
          "line": 295,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 11453,
      "end": 11463,
      "loc": {
        "start": {
          "line": 295,
          "column": 8
        },
        "end": {
          "line": 295,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11463,
      "end": 11464,
      "loc": {
        "start": {
          "line": 295,
          "column": 18
        },
        "end": {
          "line": 295,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 11464,
      "end": 11470,
      "loc": {
        "start": {
          "line": 295,
          "column": 19
        },
        "end": {
          "line": 295,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11470,
      "end": 11471,
      "loc": {
        "start": {
          "line": 295,
          "column": 25
        },
        "end": {
          "line": 295,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11472,
      "end": 11473,
      "loc": {
        "start": {
          "line": 295,
          "column": 27
        },
        "end": {
          "line": 295,
          "column": 28
        }
      }
    },
    {
      "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": 11482,
      "end": 11487,
      "loc": {
        "start": {
          "line": 296,
          "column": 8
        },
        "end": {
          "line": 296,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radVec",
      "start": 11488,
      "end": 11494,
      "loc": {
        "start": {
          "line": 296,
          "column": 14
        },
        "end": {
          "line": 296,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11495,
      "end": 11496,
      "loc": {
        "start": {
          "line": 296,
          "column": 21
        },
        "end": {
          "line": 296,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "point",
      "start": 11497,
      "end": 11502,
      "loc": {
        "start": {
          "line": 296,
          "column": 23
        },
        "end": {
          "line": 296,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11502,
      "end": 11503,
      "loc": {
        "start": {
          "line": 296,
          "column": 28
        },
        "end": {
          "line": 296,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 11503,
      "end": 11508,
      "loc": {
        "start": {
          "line": 296,
          "column": 29
        },
        "end": {
          "line": 296,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11508,
      "end": 11509,
      "loc": {
        "start": {
          "line": 296,
          "column": 34
        },
        "end": {
          "line": 296,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11509,
      "end": 11510,
      "loc": {
        "start": {
          "line": 296,
          "column": 35
        },
        "end": {
          "line": 296,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11510,
      "end": 11511,
      "loc": {
        "start": {
          "line": 296,
          "column": 36
        },
        "end": {
          "line": 296,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 11511,
      "end": 11514,
      "loc": {
        "start": {
          "line": 296,
          "column": 37
        },
        "end": {
          "line": 296,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11514,
      "end": 11515,
      "loc": {
        "start": {
          "line": 296,
          "column": 40
        },
        "end": {
          "line": 296,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 11515,
      "end": 11525,
      "loc": {
        "start": {
          "line": 296,
          "column": 41
        },
        "end": {
          "line": 296,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11525,
      "end": 11526,
      "loc": {
        "start": {
          "line": 296,
          "column": 51
        },
        "end": {
          "line": 296,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 11526,
      "end": 11532,
      "loc": {
        "start": {
          "line": 296,
          "column": 52
        },
        "end": {
          "line": 296,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11532,
      "end": 11533,
      "loc": {
        "start": {
          "line": 296,
          "column": 58
        },
        "end": {
          "line": 296,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11533,
      "end": 11534,
      "loc": {
        "start": {
          "line": 296,
          "column": 59
        },
        "end": {
          "line": 296,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "normalize",
      "start": 11534,
      "end": 11543,
      "loc": {
        "start": {
          "line": 296,
          "column": 60
        },
        "end": {
          "line": 296,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11543,
      "end": 11544,
      "loc": {
        "start": {
          "line": 296,
          "column": 69
        },
        "end": {
          "line": 296,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11544,
      "end": 11545,
      "loc": {
        "start": {
          "line": 296,
          "column": 70
        },
        "end": {
          "line": 296,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11545,
      "end": 11546,
      "loc": {
        "start": {
          "line": 296,
          "column": 71
        },
        "end": {
          "line": 296,
          "column": 72
        }
      }
    },
    {
      "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": 11555,
      "end": 11560,
      "loc": {
        "start": {
          "line": 297,
          "column": 8
        },
        "end": {
          "line": 297,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tangVec",
      "start": 11561,
      "end": 11568,
      "loc": {
        "start": {
          "line": 297,
          "column": 14
        },
        "end": {
          "line": 297,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11569,
      "end": 11570,
      "loc": {
        "start": {
          "line": 297,
          "column": 22
        },
        "end": {
          "line": 297,
          "column": 23
        }
      }
    },
    {
      "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": 11571,
      "end": 11574,
      "loc": {
        "start": {
          "line": 297,
          "column": 24
        },
        "end": {
          "line": 297,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 11575,
      "end": 11580,
      "loc": {
        "start": {
          "line": 297,
          "column": 28
        },
        "end": {
          "line": 297,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11580,
      "end": 11581,
      "loc": {
        "start": {
          "line": 297,
          "column": 33
        },
        "end": {
          "line": 297,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Vector3",
      "start": 11581,
      "end": 11588,
      "loc": {
        "start": {
          "line": 297,
          "column": 34
        },
        "end": {
          "line": 297,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11588,
      "end": 11589,
      "loc": {
        "start": {
          "line": 297,
          "column": 41
        },
        "end": {
          "line": 297,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 11589,
      "end": 11590,
      "loc": {
        "start": {
          "line": 297,
          "column": 42
        },
        "end": {
          "line": 297,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radVec",
      "start": 11590,
      "end": 11596,
      "loc": {
        "start": {
          "line": 297,
          "column": 43
        },
        "end": {
          "line": 297,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11596,
      "end": 11597,
      "loc": {
        "start": {
          "line": 297,
          "column": 49
        },
        "end": {
          "line": 297,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 11597,
      "end": 11598,
      "loc": {
        "start": {
          "line": 297,
          "column": 50
        },
        "end": {
          "line": 297,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11598,
      "end": 11599,
      "loc": {
        "start": {
          "line": 297,
          "column": 51
        },
        "end": {
          "line": 297,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radVec",
      "start": 11600,
      "end": 11606,
      "loc": {
        "start": {
          "line": 297,
          "column": 53
        },
        "end": {
          "line": 297,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11606,
      "end": 11607,
      "loc": {
        "start": {
          "line": 297,
          "column": 59
        },
        "end": {
          "line": 297,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 11607,
      "end": 11608,
      "loc": {
        "start": {
          "line": 297,
          "column": 60
        },
        "end": {
          "line": 297,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11608,
      "end": 11609,
      "loc": {
        "start": {
          "line": 297,
          "column": 61
        },
        "end": {
          "line": 297,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 11610,
      "end": 11611,
      "loc": {
        "start": {
          "line": 297,
          "column": 63
        },
        "end": {
          "line": 297,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11611,
      "end": 11612,
      "loc": {
        "start": {
          "line": 297,
          "column": 64
        },
        "end": {
          "line": 297,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11612,
      "end": 11613,
      "loc": {
        "start": {
          "line": 297,
          "column": 65
        },
        "end": {
          "line": 297,
          "column": 66
        }
      }
    },
    {
      "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": 11622,
      "end": 11624,
      "loc": {
        "start": {
          "line": 298,
          "column": 8
        },
        "end": {
          "line": 298,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11625,
      "end": 11626,
      "loc": {
        "start": {
          "line": 298,
          "column": 11
        },
        "end": {
          "line": 298,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 11626,
      "end": 11636,
      "loc": {
        "start": {
          "line": 298,
          "column": 12
        },
        "end": {
          "line": 298,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11636,
      "end": 11637,
      "loc": {
        "start": {
          "line": 298,
          "column": 22
        },
        "end": {
          "line": 298,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clockwise",
      "start": 11637,
      "end": 11646,
      "loc": {
        "start": {
          "line": 298,
          "column": 23
        },
        "end": {
          "line": 298,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11646,
      "end": 11647,
      "loc": {
        "start": {
          "line": 298,
          "column": 32
        },
        "end": {
          "line": 298,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tangVec",
      "start": 11660,
      "end": 11667,
      "loc": {
        "start": {
          "line": 299,
          "column": 12
        },
        "end": {
          "line": 299,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11667,
      "end": 11668,
      "loc": {
        "start": {
          "line": 299,
          "column": 19
        },
        "end": {
          "line": 299,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "negate",
      "start": 11668,
      "end": 11674,
      "loc": {
        "start": {
          "line": 299,
          "column": 20
        },
        "end": {
          "line": 299,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11674,
      "end": 11675,
      "loc": {
        "start": {
          "line": 299,
          "column": 26
        },
        "end": {
          "line": 299,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11675,
      "end": 11676,
      "loc": {
        "start": {
          "line": 299,
          "column": 27
        },
        "end": {
          "line": 299,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11676,
      "end": 11677,
      "loc": {
        "start": {
          "line": 299,
          "column": 28
        },
        "end": {
          "line": 299,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 11686,
      "end": 11692,
      "loc": {
        "start": {
          "line": 300,
          "column": 8
        },
        "end": {
          "line": 300,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tangVec",
      "start": 11693,
      "end": 11700,
      "loc": {
        "start": {
          "line": 300,
          "column": 15
        },
        "end": {
          "line": 300,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11700,
      "end": 11701,
      "loc": {
        "start": {
          "line": 300,
          "column": 22
        },
        "end": {
          "line": 300,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11706,
      "end": 11707,
      "loc": {
        "start": {
          "line": 301,
          "column": 4
        },
        "end": {
          "line": 301,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 11708,
      "end": 11712,
      "loc": {
        "start": {
          "line": 301,
          "column": 6
        },
        "end": {
          "line": 301,
          "column": 10
        }
      }
    },
    {
      "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": 11713,
      "end": 11715,
      "loc": {
        "start": {
          "line": 301,
          "column": 11
        },
        "end": {
          "line": 301,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11716,
      "end": 11717,
      "loc": {
        "start": {
          "line": 301,
          "column": 14
        },
        "end": {
          "line": 301,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 11717,
      "end": 11727,
      "loc": {
        "start": {
          "line": 301,
          "column": 15
        },
        "end": {
          "line": 301,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11727,
      "end": 11728,
      "loc": {
        "start": {
          "line": 301,
          "column": 25
        },
        "end": {
          "line": 301,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 11728,
      "end": 11731,
      "loc": {
        "start": {
          "line": 301,
          "column": 26
        },
        "end": {
          "line": 301,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11731,
      "end": 11732,
      "loc": {
        "start": {
          "line": 301,
          "column": 29
        },
        "end": {
          "line": 301,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11733,
      "end": 11734,
      "loc": {
        "start": {
          "line": 301,
          "column": 31
        },
        "end": {
          "line": 301,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 11743,
      "end": 11749,
      "loc": {
        "start": {
          "line": 302,
          "column": 8
        },
        "end": {
          "line": 302,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 11750,
      "end": 11760,
      "loc": {
        "start": {
          "line": 302,
          "column": 15
        },
        "end": {
          "line": 302,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11760,
      "end": 11761,
      "loc": {
        "start": {
          "line": 302,
          "column": 25
        },
        "end": {
          "line": 302,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 11761,
      "end": 11764,
      "loc": {
        "start": {
          "line": 302,
          "column": 26
        },
        "end": {
          "line": 302,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11764,
      "end": 11765,
      "loc": {
        "start": {
          "line": 302,
          "column": 29
        },
        "end": {
          "line": 302,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 11765,
      "end": 11770,
      "loc": {
        "start": {
          "line": 302,
          "column": 30
        },
        "end": {
          "line": 302,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11770,
      "end": 11771,
      "loc": {
        "start": {
          "line": 302,
          "column": 35
        },
        "end": {
          "line": 302,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11771,
      "end": 11772,
      "loc": {
        "start": {
          "line": 302,
          "column": 36
        },
        "end": {
          "line": 302,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11772,
      "end": 11773,
      "loc": {
        "start": {
          "line": 302,
          "column": 37
        },
        "end": {
          "line": 302,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 11773,
      "end": 11776,
      "loc": {
        "start": {
          "line": 302,
          "column": 38
        },
        "end": {
          "line": 302,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11776,
      "end": 11777,
      "loc": {
        "start": {
          "line": 302,
          "column": 41
        },
        "end": {
          "line": 302,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 11777,
      "end": 11787,
      "loc": {
        "start": {
          "line": 302,
          "column": 42
        },
        "end": {
          "line": 302,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11787,
      "end": 11788,
      "loc": {
        "start": {
          "line": 302,
          "column": 52
        },
        "end": {
          "line": 302,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 11788,
      "end": 11793,
      "loc": {
        "start": {
          "line": 302,
          "column": 53
        },
        "end": {
          "line": 302,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11793,
      "end": 11794,
      "loc": {
        "start": {
          "line": 302,
          "column": 58
        },
        "end": {
          "line": 302,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11794,
      "end": 11795,
      "loc": {
        "start": {
          "line": 302,
          "column": 59
        },
        "end": {
          "line": 302,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "normalize",
      "start": 11795,
      "end": 11804,
      "loc": {
        "start": {
          "line": 302,
          "column": 60
        },
        "end": {
          "line": 302,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11804,
      "end": 11805,
      "loc": {
        "start": {
          "line": 302,
          "column": 69
        },
        "end": {
          "line": 302,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11805,
      "end": 11806,
      "loc": {
        "start": {
          "line": 302,
          "column": 70
        },
        "end": {
          "line": 302,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11806,
      "end": 11807,
      "loc": {
        "start": {
          "line": 302,
          "column": 71
        },
        "end": {
          "line": 302,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11812,
      "end": 11813,
      "loc": {
        "start": {
          "line": 303,
          "column": 4
        },
        "end": {
          "line": 303,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11814,
      "end": 11815,
      "loc": {
        "start": {
          "line": 304,
          "column": 0
        },
        "end": {
          "line": 304,
          "column": 1
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " modify geomParams inplace to represent movement of a subObject by the displacement",
      "start": 11817,
      "end": 11902,
      "loc": {
        "start": {
          "line": 306,
          "column": 0
        },
        "end": {
          "line": 306,
          "column": 85
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " subType can be either 'start', 'end', 'center' or '' (for object itself)",
      "start": 11903,
      "end": 11978,
      "loc": {
        "start": {
          "line": 307,
          "column": 0
        },
        "end": {
          "line": 307,
          "column": 75
        }
      }
    },
    {
      "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": 11979,
      "end": 11985,
      "loc": {
        "start": {
          "line": 308,
          "column": 0
        },
        "end": {
          "line": 308,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 11986,
      "end": 11994,
      "loc": {
        "start": {
          "line": 308,
          "column": 7
        },
        "end": {
          "line": 308,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "move",
      "start": 11995,
      "end": 11999,
      "loc": {
        "start": {
          "line": 308,
          "column": 16
        },
        "end": {
          "line": 308,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11999,
      "end": 12000,
      "loc": {
        "start": {
          "line": 308,
          "column": 20
        },
        "end": {
          "line": 308,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 12000,
      "end": 12010,
      "loc": {
        "start": {
          "line": 308,
          "column": 21
        },
        "end": {
          "line": 308,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12010,
      "end": 12011,
      "loc": {
        "start": {
          "line": 308,
          "column": 31
        },
        "end": {
          "line": 308,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "subType",
      "start": 12012,
      "end": 12019,
      "loc": {
        "start": {
          "line": 308,
          "column": 33
        },
        "end": {
          "line": 308,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12019,
      "end": 12020,
      "loc": {
        "start": {
          "line": 308,
          "column": 40
        },
        "end": {
          "line": 308,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "displacement",
      "start": 12021,
      "end": 12033,
      "loc": {
        "start": {
          "line": 308,
          "column": 42
        },
        "end": {
          "line": 308,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12033,
      "end": 12034,
      "loc": {
        "start": {
          "line": 308,
          "column": 54
        },
        "end": {
          "line": 308,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12035,
      "end": 12036,
      "loc": {
        "start": {
          "line": 308,
          "column": 56
        },
        "end": {
          "line": 308,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "switch",
        "keyword": "switch",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "switch",
      "start": 12041,
      "end": 12047,
      "loc": {
        "start": {
          "line": 309,
          "column": 4
        },
        "end": {
          "line": 309,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12048,
      "end": 12049,
      "loc": {
        "start": {
          "line": 309,
          "column": 11
        },
        "end": {
          "line": 309,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "subType",
      "start": 12049,
      "end": 12056,
      "loc": {
        "start": {
          "line": 309,
          "column": 12
        },
        "end": {
          "line": 309,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12056,
      "end": 12057,
      "loc": {
        "start": {
          "line": 309,
          "column": 19
        },
        "end": {
          "line": 309,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12058,
      "end": 12059,
      "loc": {
        "start": {
          "line": 309,
          "column": 21
        },
        "end": {
          "line": 309,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 12068,
      "end": 12072,
      "loc": {
        "start": {
          "line": 310,
          "column": 8
        },
        "end": {
          "line": 310,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "start",
      "start": 12073,
      "end": 12080,
      "loc": {
        "start": {
          "line": 310,
          "column": 13
        },
        "end": {
          "line": 310,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12080,
      "end": 12081,
      "loc": {
        "start": {
          "line": 310,
          "column": 20
        },
        "end": {
          "line": 310,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reverseCurve",
      "start": 12094,
      "end": 12106,
      "loc": {
        "start": {
          "line": 311,
          "column": 12
        },
        "end": {
          "line": 311,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12106,
      "end": 12107,
      "loc": {
        "start": {
          "line": 311,
          "column": 24
        },
        "end": {
          "line": 311,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 12107,
      "end": 12117,
      "loc": {
        "start": {
          "line": 311,
          "column": 25
        },
        "end": {
          "line": 311,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12117,
      "end": 12118,
      "loc": {
        "start": {
          "line": 311,
          "column": 35
        },
        "end": {
          "line": 311,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12118,
      "end": 12119,
      "loc": {
        "start": {
          "line": 311,
          "column": 36
        },
        "end": {
          "line": 311,
          "column": 37
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " fallthrough",
      "start": 12132,
      "end": 12146,
      "loc": {
        "start": {
          "line": 312,
          "column": 12
        },
        "end": {
          "line": 312,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 12155,
      "end": 12159,
      "loc": {
        "start": {
          "line": 313,
          "column": 8
        },
        "end": {
          "line": 313,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "end",
      "start": 12160,
      "end": 12165,
      "loc": {
        "start": {
          "line": 313,
          "column": 13
        },
        "end": {
          "line": 313,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12165,
      "end": 12166,
      "loc": {
        "start": {
          "line": 313,
          "column": 18
        },
        "end": {
          "line": 313,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 12179,
      "end": 12189,
      "loc": {
        "start": {
          "line": 314,
          "column": 12
        },
        "end": {
          "line": 314,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12189,
      "end": 12190,
      "loc": {
        "start": {
          "line": 314,
          "column": 22
        },
        "end": {
          "line": 314,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 12190,
      "end": 12193,
      "loc": {
        "start": {
          "line": 314,
          "column": 23
        },
        "end": {
          "line": 314,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12193,
      "end": 12194,
      "loc": {
        "start": {
          "line": 314,
          "column": 26
        },
        "end": {
          "line": 314,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 12194,
      "end": 12197,
      "loc": {
        "start": {
          "line": 314,
          "column": 27
        },
        "end": {
          "line": 314,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12197,
      "end": 12198,
      "loc": {
        "start": {
          "line": 314,
          "column": 30
        },
        "end": {
          "line": 314,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "displacement",
      "start": 12198,
      "end": 12210,
      "loc": {
        "start": {
          "line": 314,
          "column": 31
        },
        "end": {
          "line": 314,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12210,
      "end": 12211,
      "loc": {
        "start": {
          "line": 314,
          "column": 43
        },
        "end": {
          "line": 314,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12211,
      "end": 12212,
      "loc": {
        "start": {
          "line": 314,
          "column": 44
        },
        "end": {
          "line": 314,
          "column": 45
        }
      }
    },
    {
      "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": 12225,
      "end": 12227,
      "loc": {
        "start": {
          "line": 315,
          "column": 12
        },
        "end": {
          "line": 315,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12228,
      "end": 12229,
      "loc": {
        "start": {
          "line": 315,
          "column": 15
        },
        "end": {
          "line": 315,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 12229,
      "end": 12239,
      "loc": {
        "start": {
          "line": 315,
          "column": 16
        },
        "end": {
          "line": 315,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12239,
      "end": 12240,
      "loc": {
        "start": {
          "line": 315,
          "column": 26
        },
        "end": {
          "line": 315,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 12240,
      "end": 12246,
      "loc": {
        "start": {
          "line": 315,
          "column": 27
        },
        "end": {
          "line": 315,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12246,
      "end": 12247,
      "loc": {
        "start": {
          "line": 315,
          "column": 33
        },
        "end": {
          "line": 315,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12248,
      "end": 12249,
      "loc": {
        "start": {
          "line": 315,
          "column": 35
        },
        "end": {
          "line": 315,
          "column": 36
        }
      }
    },
    {
      "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": 12266,
      "end": 12271,
      "loc": {
        "start": {
          "line": 316,
          "column": 16
        },
        "end": {
          "line": 316,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tangent",
      "start": 12272,
      "end": 12279,
      "loc": {
        "start": {
          "line": 316,
          "column": 22
        },
        "end": {
          "line": 316,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12280,
      "end": 12281,
      "loc": {
        "start": {
          "line": 316,
          "column": 30
        },
        "end": {
          "line": 316,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getTangent",
      "start": 12282,
      "end": 12292,
      "loc": {
        "start": {
          "line": 316,
          "column": 32
        },
        "end": {
          "line": 316,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12292,
      "end": 12293,
      "loc": {
        "start": {
          "line": 316,
          "column": 42
        },
        "end": {
          "line": 316,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 12293,
      "end": 12303,
      "loc": {
        "start": {
          "line": 316,
          "column": 43
        },
        "end": {
          "line": 316,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12303,
      "end": 12304,
      "loc": {
        "start": {
          "line": 316,
          "column": 53
        },
        "end": {
          "line": 316,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 12305,
      "end": 12315,
      "loc": {
        "start": {
          "line": 316,
          "column": 55
        },
        "end": {
          "line": 316,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12315,
      "end": 12316,
      "loc": {
        "start": {
          "line": 316,
          "column": 65
        },
        "end": {
          "line": 316,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 12316,
      "end": 12321,
      "loc": {
        "start": {
          "line": 316,
          "column": 66
        },
        "end": {
          "line": 316,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12321,
      "end": 12322,
      "loc": {
        "start": {
          "line": 316,
          "column": 71
        },
        "end": {
          "line": 316,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12322,
      "end": 12323,
      "loc": {
        "start": {
          "line": 316,
          "column": 72
        },
        "end": {
          "line": 316,
          "column": 73
        }
      }
    },
    {
      "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": 12340,
      "end": 12342,
      "loc": {
        "start": {
          "line": 317,
          "column": 16
        },
        "end": {
          "line": 317,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12343,
      "end": 12344,
      "loc": {
        "start": {
          "line": 317,
          "column": 19
        },
        "end": {
          "line": 317,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tangent",
      "start": 12344,
      "end": 12351,
      "loc": {
        "start": {
          "line": 317,
          "column": 20
        },
        "end": {
          "line": 317,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12351,
      "end": 12352,
      "loc": {
        "start": {
          "line": 317,
          "column": 27
        },
        "end": {
          "line": 317,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lengthSq",
      "start": 12352,
      "end": 12360,
      "loc": {
        "start": {
          "line": 317,
          "column": 28
        },
        "end": {
          "line": 317,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12360,
      "end": 12361,
      "loc": {
        "start": {
          "line": 317,
          "column": 36
        },
        "end": {
          "line": 317,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12361,
      "end": 12362,
      "loc": {
        "start": {
          "line": 317,
          "column": 37
        },
        "end": {
          "line": 317,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 12363,
      "end": 12366,
      "loc": {
        "start": {
          "line": 317,
          "column": 39
        },
        "end": {
          "line": 317,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 12367,
      "end": 12368,
      "loc": {
        "start": {
          "line": 317,
          "column": 43
        },
        "end": {
          "line": 317,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12368,
      "end": 12369,
      "loc": {
        "start": {
          "line": 317,
          "column": 44
        },
        "end": {
          "line": 317,
          "column": 45
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " singular arc",
      "start": 12370,
      "end": 12385,
      "loc": {
        "start": {
          "line": 317,
          "column": 46
        },
        "end": {
          "line": 317,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tangent",
      "start": 12406,
      "end": 12413,
      "loc": {
        "start": {
          "line": 318,
          "column": 20
        },
        "end": {
          "line": 318,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12413,
      "end": 12414,
      "loc": {
        "start": {
          "line": 318,
          "column": 27
        },
        "end": {
          "line": 318,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "set",
      "start": 12414,
      "end": 12417,
      "loc": {
        "start": {
          "line": 318,
          "column": 28
        },
        "end": {
          "line": 318,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12417,
      "end": 12418,
      "loc": {
        "start": {
          "line": 318,
          "column": 31
        },
        "end": {
          "line": 318,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 12418,
      "end": 12419,
      "loc": {
        "start": {
          "line": 318,
          "column": 32
        },
        "end": {
          "line": 318,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12419,
      "end": 12420,
      "loc": {
        "start": {
          "line": 318,
          "column": 33
        },
        "end": {
          "line": 318,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 12421,
      "end": 12422,
      "loc": {
        "start": {
          "line": 318,
          "column": 35
        },
        "end": {
          "line": 318,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12422,
      "end": 12423,
      "loc": {
        "start": {
          "line": 318,
          "column": 36
        },
        "end": {
          "line": 318,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 12424,
      "end": 12425,
      "loc": {
        "start": {
          "line": 318,
          "column": 38
        },
        "end": {
          "line": 318,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12425,
      "end": 12426,
      "loc": {
        "start": {
          "line": 318,
          "column": 39
        },
        "end": {
          "line": 318,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12426,
      "end": 12427,
      "loc": {
        "start": {
          "line": 318,
          "column": 40
        },
        "end": {
          "line": 318,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 12444,
      "end": 12449,
      "loc": {
        "start": {
          "line": 319,
          "column": 16
        },
        "end": {
          "line": 319,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "newParams",
      "start": 12450,
      "end": 12459,
      "loc": {
        "start": {
          "line": 319,
          "column": 22
        },
        "end": {
          "line": 319,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12460,
      "end": 12461,
      "loc": {
        "start": {
          "line": 319,
          "column": 32
        },
        "end": {
          "line": 319,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "drawArcBy_S_T_E",
      "start": 12462,
      "end": 12477,
      "loc": {
        "start": {
          "line": 319,
          "column": 34
        },
        "end": {
          "line": 319,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12477,
      "end": 12478,
      "loc": {
        "start": {
          "line": 319,
          "column": 49
        },
        "end": {
          "line": 319,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 12478,
      "end": 12488,
      "loc": {
        "start": {
          "line": 319,
          "column": 50
        },
        "end": {
          "line": 319,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12488,
      "end": 12489,
      "loc": {
        "start": {
          "line": 319,
          "column": 60
        },
        "end": {
          "line": 319,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 12489,
      "end": 12494,
      "loc": {
        "start": {
          "line": 319,
          "column": 61
        },
        "end": {
          "line": 319,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12494,
      "end": 12495,
      "loc": {
        "start": {
          "line": 319,
          "column": 66
        },
        "end": {
          "line": 319,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tangent",
      "start": 12496,
      "end": 12503,
      "loc": {
        "start": {
          "line": 319,
          "column": 68
        },
        "end": {
          "line": 319,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12503,
      "end": 12504,
      "loc": {
        "start": {
          "line": 319,
          "column": 75
        },
        "end": {
          "line": 319,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 12505,
      "end": 12515,
      "loc": {
        "start": {
          "line": 319,
          "column": 77
        },
        "end": {
          "line": 319,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12515,
      "end": 12516,
      "loc": {
        "start": {
          "line": 319,
          "column": 87
        },
        "end": {
          "line": 319,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 12516,
      "end": 12519,
      "loc": {
        "start": {
          "line": 319,
          "column": 88
        },
        "end": {
          "line": 319,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12519,
      "end": 12520,
      "loc": {
        "start": {
          "line": 319,
          "column": 91
        },
        "end": {
          "line": 319,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12520,
      "end": 12521,
      "loc": {
        "start": {
          "line": 319,
          "column": 92
        },
        "end": {
          "line": 319,
          "column": 93
        }
      }
    },
    {
      "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": 12538,
      "end": 12540,
      "loc": {
        "start": {
          "line": 320,
          "column": 16
        },
        "end": {
          "line": 320,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12541,
      "end": 12542,
      "loc": {
        "start": {
          "line": 320,
          "column": 19
        },
        "end": {
          "line": 320,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "newParams",
      "start": 12542,
      "end": 12551,
      "loc": {
        "start": {
          "line": 320,
          "column": 20
        },
        "end": {
          "line": 320,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12551,
      "end": 12552,
      "loc": {
        "start": {
          "line": 320,
          "column": 29
        },
        "end": {
          "line": 320,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 12552,
      "end": 12558,
      "loc": {
        "start": {
          "line": 320,
          "column": 30
        },
        "end": {
          "line": 320,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12558,
      "end": 12559,
      "loc": {
        "start": {
          "line": 320,
          "column": 36
        },
        "end": {
          "line": 320,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12560,
      "end": 12561,
      "loc": {
        "start": {
          "line": 320,
          "column": 38
        },
        "end": {
          "line": 320,
          "column": 39
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " only if the arc is still an arc",
      "start": 12562,
      "end": 12596,
      "loc": {
        "start": {
          "line": 320,
          "column": 40
        },
        "end": {
          "line": 320,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 12617,
      "end": 12623,
      "loc": {
        "start": {
          "line": 321,
          "column": 20
        },
        "end": {
          "line": 321,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12623,
      "end": 12624,
      "loc": {
        "start": {
          "line": 321,
          "column": 26
        },
        "end": {
          "line": 321,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assign",
      "start": 12624,
      "end": 12630,
      "loc": {
        "start": {
          "line": 321,
          "column": 27
        },
        "end": {
          "line": 321,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12630,
      "end": 12631,
      "loc": {
        "start": {
          "line": 321,
          "column": 33
        },
        "end": {
          "line": 321,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 12631,
      "end": 12641,
      "loc": {
        "start": {
          "line": 321,
          "column": 34
        },
        "end": {
          "line": 321,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12641,
      "end": 12642,
      "loc": {
        "start": {
          "line": 321,
          "column": 44
        },
        "end": {
          "line": 321,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "newParams",
      "start": 12643,
      "end": 12652,
      "loc": {
        "start": {
          "line": 321,
          "column": 46
        },
        "end": {
          "line": 321,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12652,
      "end": 12653,
      "loc": {
        "start": {
          "line": 321,
          "column": 55
        },
        "end": {
          "line": 321,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12653,
      "end": 12654,
      "loc": {
        "start": {
          "line": 321,
          "column": 56
        },
        "end": {
          "line": 321,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 12675,
      "end": 12685,
      "loc": {
        "start": {
          "line": 322,
          "column": 20
        },
        "end": {
          "line": 322,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12685,
      "end": 12686,
      "loc": {
        "start": {
          "line": 322,
          "column": 30
        },
        "end": {
          "line": 322,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 12686,
      "end": 12692,
      "loc": {
        "start": {
          "line": 322,
          "column": 31
        },
        "end": {
          "line": 322,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12693,
      "end": 12694,
      "loc": {
        "start": {
          "line": 322,
          "column": 38
        },
        "end": {
          "line": 322,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 12695,
      "end": 12705,
      "loc": {
        "start": {
          "line": 322,
          "column": 40
        },
        "end": {
          "line": 322,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12705,
      "end": 12706,
      "loc": {
        "start": {
          "line": 322,
          "column": 50
        },
        "end": {
          "line": 322,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 12706,
      "end": 12712,
      "loc": {
        "start": {
          "line": 322,
          "column": 51
        },
        "end": {
          "line": 322,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12712,
      "end": 12713,
      "loc": {
        "start": {
          "line": 322,
          "column": 57
        },
        "end": {
          "line": 322,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "distanceTo",
      "start": 12713,
      "end": 12723,
      "loc": {
        "start": {
          "line": 322,
          "column": 58
        },
        "end": {
          "line": 322,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12723,
      "end": 12724,
      "loc": {
        "start": {
          "line": 322,
          "column": 68
        },
        "end": {
          "line": 322,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 12724,
      "end": 12734,
      "loc": {
        "start": {
          "line": 322,
          "column": 69
        },
        "end": {
          "line": 322,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12734,
      "end": 12735,
      "loc": {
        "start": {
          "line": 322,
          "column": 79
        },
        "end": {
          "line": 322,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 12735,
      "end": 12740,
      "loc": {
        "start": {
          "line": 322,
          "column": 80
        },
        "end": {
          "line": 322,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12740,
      "end": 12741,
      "loc": {
        "start": {
          "line": 322,
          "column": 85
        },
        "end": {
          "line": 322,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12741,
      "end": 12742,
      "loc": {
        "start": {
          "line": 322,
          "column": 86
        },
        "end": {
          "line": 322,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12759,
      "end": 12760,
      "loc": {
        "start": {
          "line": 323,
          "column": 16
        },
        "end": {
          "line": 323,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12773,
      "end": 12774,
      "loc": {
        "start": {
          "line": 324,
          "column": 12
        },
        "end": {
          "line": 324,
          "column": 13
        }
      }
    },
    {
      "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": 12787,
      "end": 12789,
      "loc": {
        "start": {
          "line": 325,
          "column": 12
        },
        "end": {
          "line": 325,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12790,
      "end": 12791,
      "loc": {
        "start": {
          "line": 325,
          "column": 15
        },
        "end": {
          "line": 325,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "subType",
      "start": 12791,
      "end": 12798,
      "loc": {
        "start": {
          "line": 325,
          "column": 16
        },
        "end": {
          "line": 325,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 12799,
      "end": 12802,
      "loc": {
        "start": {
          "line": 325,
          "column": 24
        },
        "end": {
          "line": 325,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "start",
      "start": 12803,
      "end": 12810,
      "loc": {
        "start": {
          "line": 325,
          "column": 28
        },
        "end": {
          "line": 325,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12810,
      "end": 12811,
      "loc": {
        "start": {
          "line": 325,
          "column": 35
        },
        "end": {
          "line": 325,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reverseCurve",
      "start": 12828,
      "end": 12840,
      "loc": {
        "start": {
          "line": 326,
          "column": 16
        },
        "end": {
          "line": 326,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12840,
      "end": 12841,
      "loc": {
        "start": {
          "line": 326,
          "column": 28
        },
        "end": {
          "line": 326,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 12841,
      "end": 12851,
      "loc": {
        "start": {
          "line": 326,
          "column": 29
        },
        "end": {
          "line": 326,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12851,
      "end": 12852,
      "loc": {
        "start": {
          "line": 326,
          "column": 39
        },
        "end": {
          "line": 326,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12852,
      "end": 12853,
      "loc": {
        "start": {
          "line": 326,
          "column": 40
        },
        "end": {
          "line": 326,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "break",
        "keyword": "break",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "break",
      "start": 12866,
      "end": 12871,
      "loc": {
        "start": {
          "line": 327,
          "column": 12
        },
        "end": {
          "line": 327,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12871,
      "end": 12872,
      "loc": {
        "start": {
          "line": 327,
          "column": 17
        },
        "end": {
          "line": 327,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 12881,
      "end": 12885,
      "loc": {
        "start": {
          "line": 328,
          "column": 8
        },
        "end": {
          "line": 328,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "center",
      "start": 12886,
      "end": 12894,
      "loc": {
        "start": {
          "line": 328,
          "column": 13
        },
        "end": {
          "line": 328,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12894,
      "end": 12895,
      "loc": {
        "start": {
          "line": 328,
          "column": 21
        },
        "end": {
          "line": 328,
          "column": 22
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " center point must stay on the middle perpendicular line",
      "start": 12908,
      "end": 12966,
      "loc": {
        "start": {
          "line": 329,
          "column": 12
        },
        "end": {
          "line": 329,
          "column": 70
        }
      }
    },
    {
      "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": 12979,
      "end": 12984,
      "loc": {
        "start": {
          "line": 330,
          "column": 12
        },
        "end": {
          "line": 330,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mid",
      "start": 12985,
      "end": 12988,
      "loc": {
        "start": {
          "line": 330,
          "column": 18
        },
        "end": {
          "line": 330,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12989,
      "end": 12990,
      "loc": {
        "start": {
          "line": 330,
          "column": 22
        },
        "end": {
          "line": 330,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 12991,
      "end": 13001,
      "loc": {
        "start": {
          "line": 330,
          "column": 24
        },
        "end": {
          "line": 330,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13001,
      "end": 13002,
      "loc": {
        "start": {
          "line": 330,
          "column": 34
        },
        "end": {
          "line": 330,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 13002,
      "end": 13005,
      "loc": {
        "start": {
          "line": 330,
          "column": 35
        },
        "end": {
          "line": 330,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13005,
      "end": 13006,
      "loc": {
        "start": {
          "line": 330,
          "column": 38
        },
        "end": {
          "line": 330,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 13006,
      "end": 13011,
      "loc": {
        "start": {
          "line": 330,
          "column": 39
        },
        "end": {
          "line": 330,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13011,
      "end": 13012,
      "loc": {
        "start": {
          "line": 330,
          "column": 44
        },
        "end": {
          "line": 330,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13012,
      "end": 13013,
      "loc": {
        "start": {
          "line": 330,
          "column": 45
        },
        "end": {
          "line": 330,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13013,
      "end": 13014,
      "loc": {
        "start": {
          "line": 330,
          "column": 46
        },
        "end": {
          "line": 330,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 13014,
      "end": 13017,
      "loc": {
        "start": {
          "line": 330,
          "column": 47
        },
        "end": {
          "line": 330,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13017,
      "end": 13018,
      "loc": {
        "start": {
          "line": 330,
          "column": 50
        },
        "end": {
          "line": 330,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 13018,
      "end": 13028,
      "loc": {
        "start": {
          "line": 330,
          "column": 51
        },
        "end": {
          "line": 330,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13028,
      "end": 13029,
      "loc": {
        "start": {
          "line": 330,
          "column": 61
        },
        "end": {
          "line": 330,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 13029,
      "end": 13034,
      "loc": {
        "start": {
          "line": 330,
          "column": 62
        },
        "end": {
          "line": 330,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13034,
      "end": 13035,
      "loc": {
        "start": {
          "line": 330,
          "column": 67
        },
        "end": {
          "line": 330,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13035,
      "end": 13036,
      "loc": {
        "start": {
          "line": 330,
          "column": 68
        },
        "end": {
          "line": 330,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "multiplyScalar",
      "start": 13036,
      "end": 13050,
      "loc": {
        "start": {
          "line": 330,
          "column": 69
        },
        "end": {
          "line": 330,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13050,
      "end": 13051,
      "loc": {
        "start": {
          "line": 330,
          "column": 83
        },
        "end": {
          "line": 330,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0.5,
      "start": 13051,
      "end": 13054,
      "loc": {
        "start": {
          "line": 330,
          "column": 84
        },
        "end": {
          "line": 330,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13054,
      "end": 13055,
      "loc": {
        "start": {
          "line": 330,
          "column": 87
        },
        "end": {
          "line": 330,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13055,
      "end": 13056,
      "loc": {
        "start": {
          "line": 330,
          "column": 88
        },
        "end": {
          "line": 330,
          "column": 89
        }
      }
    },
    {
      "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": 13069,
      "end": 13074,
      "loc": {
        "start": {
          "line": 331,
          "column": 12
        },
        "end": {
          "line": 331,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dir",
      "start": 13075,
      "end": 13078,
      "loc": {
        "start": {
          "line": 331,
          "column": 18
        },
        "end": {
          "line": 331,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 13079,
      "end": 13080,
      "loc": {
        "start": {
          "line": 331,
          "column": 22
        },
        "end": {
          "line": 331,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 13081,
      "end": 13091,
      "loc": {
        "start": {
          "line": 331,
          "column": 24
        },
        "end": {
          "line": 331,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13091,
      "end": 13092,
      "loc": {
        "start": {
          "line": 331,
          "column": 34
        },
        "end": {
          "line": 331,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 13092,
      "end": 13095,
      "loc": {
        "start": {
          "line": 331,
          "column": 35
        },
        "end": {
          "line": 331,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13095,
      "end": 13096,
      "loc": {
        "start": {
          "line": 331,
          "column": 38
        },
        "end": {
          "line": 331,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 13096,
      "end": 13101,
      "loc": {
        "start": {
          "line": 331,
          "column": 39
        },
        "end": {
          "line": 331,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13101,
      "end": 13102,
      "loc": {
        "start": {
          "line": 331,
          "column": 44
        },
        "end": {
          "line": 331,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13102,
      "end": 13103,
      "loc": {
        "start": {
          "line": 331,
          "column": 45
        },
        "end": {
          "line": 331,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13103,
      "end": 13104,
      "loc": {
        "start": {
          "line": 331,
          "column": 46
        },
        "end": {
          "line": 331,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 13104,
      "end": 13107,
      "loc": {
        "start": {
          "line": 331,
          "column": 47
        },
        "end": {
          "line": 331,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13107,
      "end": 13108,
      "loc": {
        "start": {
          "line": 331,
          "column": 50
        },
        "end": {
          "line": 331,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 13108,
      "end": 13118,
      "loc": {
        "start": {
          "line": 331,
          "column": 51
        },
        "end": {
          "line": 331,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13118,
      "end": 13119,
      "loc": {
        "start": {
          "line": 331,
          "column": 61
        },
        "end": {
          "line": 331,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 13119,
      "end": 13124,
      "loc": {
        "start": {
          "line": 331,
          "column": 62
        },
        "end": {
          "line": 331,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13124,
      "end": 13125,
      "loc": {
        "start": {
          "line": 331,
          "column": 67
        },
        "end": {
          "line": 331,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13125,
      "end": 13126,
      "loc": {
        "start": {
          "line": 331,
          "column": 68
        },
        "end": {
          "line": 331,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 13139,
      "end": 13149,
      "loc": {
        "start": {
          "line": 332,
          "column": 12
        },
        "end": {
          "line": 332,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13149,
      "end": 13150,
      "loc": {
        "start": {
          "line": 332,
          "column": 22
        },
        "end": {
          "line": 332,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 13150,
      "end": 13156,
      "loc": {
        "start": {
          "line": 332,
          "column": 23
        },
        "end": {
          "line": 332,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13156,
      "end": 13157,
      "loc": {
        "start": {
          "line": 332,
          "column": 29
        },
        "end": {
          "line": 332,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 13157,
      "end": 13160,
      "loc": {
        "start": {
          "line": 332,
          "column": 30
        },
        "end": {
          "line": 332,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13160,
      "end": 13161,
      "loc": {
        "start": {
          "line": 332,
          "column": 33
        },
        "end": {
          "line": 332,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "displacement",
      "start": 13161,
      "end": 13173,
      "loc": {
        "start": {
          "line": 332,
          "column": 34
        },
        "end": {
          "line": 332,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13173,
      "end": 13174,
      "loc": {
        "start": {
          "line": 332,
          "column": 46
        },
        "end": {
          "line": 332,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13174,
      "end": 13175,
      "loc": {
        "start": {
          "line": 332,
          "column": 47
        },
        "end": {
          "line": 332,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 13175,
      "end": 13178,
      "loc": {
        "start": {
          "line": 332,
          "column": 48
        },
        "end": {
          "line": 332,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13178,
      "end": 13179,
      "loc": {
        "start": {
          "line": 332,
          "column": 51
        },
        "end": {
          "line": 332,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mid",
      "start": 13179,
      "end": 13182,
      "loc": {
        "start": {
          "line": 332,
          "column": 52
        },
        "end": {
          "line": 332,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13182,
      "end": 13183,
      "loc": {
        "start": {
          "line": 332,
          "column": 55
        },
        "end": {
          "line": 332,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13183,
      "end": 13184,
      "loc": {
        "start": {
          "line": 332,
          "column": 56
        },
        "end": {
          "line": 332,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "projectOnVector",
      "start": 13184,
      "end": 13199,
      "loc": {
        "start": {
          "line": 332,
          "column": 57
        },
        "end": {
          "line": 332,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13199,
      "end": 13200,
      "loc": {
        "start": {
          "line": 332,
          "column": 72
        },
        "end": {
          "line": 332,
          "column": 73
        }
      }
    },
    {
      "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": 13200,
      "end": 13203,
      "loc": {
        "start": {
          "line": 332,
          "column": 73
        },
        "end": {
          "line": 332,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 13204,
      "end": 13209,
      "loc": {
        "start": {
          "line": 332,
          "column": 77
        },
        "end": {
          "line": 332,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13209,
      "end": 13210,
      "loc": {
        "start": {
          "line": 332,
          "column": 82
        },
        "end": {
          "line": 332,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Vector3",
      "start": 13210,
      "end": 13217,
      "loc": {
        "start": {
          "line": 332,
          "column": 83
        },
        "end": {
          "line": 332,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13217,
      "end": 13218,
      "loc": {
        "start": {
          "line": 332,
          "column": 90
        },
        "end": {
          "line": 332,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 13218,
      "end": 13219,
      "loc": {
        "start": {
          "line": 332,
          "column": 91
        },
        "end": {
          "line": 332,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dir",
      "start": 13219,
      "end": 13222,
      "loc": {
        "start": {
          "line": 332,
          "column": 92
        },
        "end": {
          "line": 332,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13222,
      "end": 13223,
      "loc": {
        "start": {
          "line": 332,
          "column": 95
        },
        "end": {
          "line": 332,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 13223,
      "end": 13224,
      "loc": {
        "start": {
          "line": 332,
          "column": 96
        },
        "end": {
          "line": 332,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13224,
      "end": 13225,
      "loc": {
        "start": {
          "line": 332,
          "column": 97
        },
        "end": {
          "line": 332,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dir",
      "start": 13226,
      "end": 13229,
      "loc": {
        "start": {
          "line": 332,
          "column": 99
        },
        "end": {
          "line": 332,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13229,
      "end": 13230,
      "loc": {
        "start": {
          "line": 332,
          "column": 102
        },
        "end": {
          "line": 332,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 13230,
      "end": 13231,
      "loc": {
        "start": {
          "line": 332,
          "column": 103
        },
        "end": {
          "line": 332,
          "column": 104
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13231,
      "end": 13232,
      "loc": {
        "start": {
          "line": 332,
          "column": 104
        },
        "end": {
          "line": 332,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 13233,
      "end": 13234,
      "loc": {
        "start": {
          "line": 332,
          "column": 106
        },
        "end": {
          "line": 332,
          "column": 107
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13234,
      "end": 13235,
      "loc": {
        "start": {
          "line": 332,
          "column": 107
        },
        "end": {
          "line": 332,
          "column": 108
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13235,
      "end": 13236,
      "loc": {
        "start": {
          "line": 332,
          "column": 108
        },
        "end": {
          "line": 332,
          "column": 109
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13236,
      "end": 13237,
      "loc": {
        "start": {
          "line": 332,
          "column": 109
        },
        "end": {
          "line": 332,
          "column": 110
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 13237,
      "end": 13240,
      "loc": {
        "start": {
          "line": 332,
          "column": 110
        },
        "end": {
          "line": 332,
          "column": 113
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13240,
      "end": 13241,
      "loc": {
        "start": {
          "line": 332,
          "column": 113
        },
        "end": {
          "line": 332,
          "column": 114
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mid",
      "start": 13241,
      "end": 13244,
      "loc": {
        "start": {
          "line": 332,
          "column": 114
        },
        "end": {
          "line": 332,
          "column": 117
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13244,
      "end": 13245,
      "loc": {
        "start": {
          "line": 332,
          "column": 117
        },
        "end": {
          "line": 332,
          "column": 118
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13245,
      "end": 13246,
      "loc": {
        "start": {
          "line": 332,
          "column": 118
        },
        "end": {
          "line": 332,
          "column": 119
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 13259,
      "end": 13269,
      "loc": {
        "start": {
          "line": 333,
          "column": 12
        },
        "end": {
          "line": 333,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13269,
      "end": 13270,
      "loc": {
        "start": {
          "line": 333,
          "column": 22
        },
        "end": {
          "line": 333,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 13270,
      "end": 13276,
      "loc": {
        "start": {
          "line": 333,
          "column": 23
        },
        "end": {
          "line": 333,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 13277,
      "end": 13278,
      "loc": {
        "start": {
          "line": 333,
          "column": 30
        },
        "end": {
          "line": 333,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 13279,
      "end": 13289,
      "loc": {
        "start": {
          "line": 333,
          "column": 32
        },
        "end": {
          "line": 333,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13289,
      "end": 13290,
      "loc": {
        "start": {
          "line": 333,
          "column": 42
        },
        "end": {
          "line": 333,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 13290,
      "end": 13296,
      "loc": {
        "start": {
          "line": 333,
          "column": 43
        },
        "end": {
          "line": 333,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13296,
      "end": 13297,
      "loc": {
        "start": {
          "line": 333,
          "column": 49
        },
        "end": {
          "line": 333,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "distanceTo",
      "start": 13297,
      "end": 13307,
      "loc": {
        "start": {
          "line": 333,
          "column": 50
        },
        "end": {
          "line": 333,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13307,
      "end": 13308,
      "loc": {
        "start": {
          "line": 333,
          "column": 60
        },
        "end": {
          "line": 333,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 13308,
      "end": 13318,
      "loc": {
        "start": {
          "line": 333,
          "column": 61
        },
        "end": {
          "line": 333,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13318,
      "end": 13319,
      "loc": {
        "start": {
          "line": 333,
          "column": 71
        },
        "end": {
          "line": 333,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 13319,
      "end": 13324,
      "loc": {
        "start": {
          "line": 333,
          "column": 72
        },
        "end": {
          "line": 333,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13324,
      "end": 13325,
      "loc": {
        "start": {
          "line": 333,
          "column": 77
        },
        "end": {
          "line": 333,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13325,
      "end": 13326,
      "loc": {
        "start": {
          "line": 333,
          "column": 78
        },
        "end": {
          "line": 333,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "break",
        "keyword": "break",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "break",
      "start": 13339,
      "end": 13344,
      "loc": {
        "start": {
          "line": 334,
          "column": 12
        },
        "end": {
          "line": 334,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13344,
      "end": 13345,
      "loc": {
        "start": {
          "line": 334,
          "column": 17
        },
        "end": {
          "line": 334,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 13354,
      "end": 13358,
      "loc": {
        "start": {
          "line": 335,
          "column": 8
        },
        "end": {
          "line": 335,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 13359,
      "end": 13361,
      "loc": {
        "start": {
          "line": 335,
          "column": 13
        },
        "end": {
          "line": 335,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13361,
      "end": 13362,
      "loc": {
        "start": {
          "line": 335,
          "column": 15
        },
        "end": {
          "line": 335,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 13375,
      "end": 13377,
      "loc": {
        "start": {
          "line": 336,
          "column": 12
        },
        "end": {
          "line": 336,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13378,
      "end": 13379,
      "loc": {
        "start": {
          "line": 336,
          "column": 15
        },
        "end": {
          "line": 336,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 13379,
      "end": 13389,
      "loc": {
        "start": {
          "line": 336,
          "column": 16
        },
        "end": {
          "line": 336,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13389,
      "end": 13390,
      "loc": {
        "start": {
          "line": 336,
          "column": 26
        },
        "end": {
          "line": 336,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 13390,
      "end": 13395,
      "loc": {
        "start": {
          "line": 336,
          "column": 27
        },
        "end": {
          "line": 336,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13395,
      "end": 13396,
      "loc": {
        "start": {
          "line": 336,
          "column": 32
        },
        "end": {
          "line": 336,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 13413,
      "end": 13423,
      "loc": {
        "start": {
          "line": 337,
          "column": 16
        },
        "end": {
          "line": 337,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13423,
      "end": 13424,
      "loc": {
        "start": {
          "line": 337,
          "column": 26
        },
        "end": {
          "line": 337,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 13424,
      "end": 13429,
      "loc": {
        "start": {
          "line": 337,
          "column": 27
        },
        "end": {
          "line": 337,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13429,
      "end": 13430,
      "loc": {
        "start": {
          "line": 337,
          "column": 32
        },
        "end": {
          "line": 337,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 13430,
      "end": 13433,
      "loc": {
        "start": {
          "line": 337,
          "column": 33
        },
        "end": {
          "line": 337,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13433,
      "end": 13434,
      "loc": {
        "start": {
          "line": 337,
          "column": 36
        },
        "end": {
          "line": 337,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "displacement",
      "start": 13434,
      "end": 13446,
      "loc": {
        "start": {
          "line": 337,
          "column": 37
        },
        "end": {
          "line": 337,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13446,
      "end": 13447,
      "loc": {
        "start": {
          "line": 337,
          "column": 49
        },
        "end": {
          "line": 337,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13447,
      "end": 13448,
      "loc": {
        "start": {
          "line": 337,
          "column": 50
        },
        "end": {
          "line": 337,
          "column": 51
        }
      }
    },
    {
      "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": 13461,
      "end": 13463,
      "loc": {
        "start": {
          "line": 338,
          "column": 12
        },
        "end": {
          "line": 338,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13464,
      "end": 13465,
      "loc": {
        "start": {
          "line": 338,
          "column": 15
        },
        "end": {
          "line": 338,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 13465,
      "end": 13475,
      "loc": {
        "start": {
          "line": 338,
          "column": 16
        },
        "end": {
          "line": 338,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13475,
      "end": 13476,
      "loc": {
        "start": {
          "line": 338,
          "column": 26
        },
        "end": {
          "line": 338,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 13476,
      "end": 13479,
      "loc": {
        "start": {
          "line": 338,
          "column": 27
        },
        "end": {
          "line": 338,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13479,
      "end": 13480,
      "loc": {
        "start": {
          "line": 338,
          "column": 30
        },
        "end": {
          "line": 338,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 13497,
      "end": 13507,
      "loc": {
        "start": {
          "line": 339,
          "column": 16
        },
        "end": {
          "line": 339,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13507,
      "end": 13508,
      "loc": {
        "start": {
          "line": 339,
          "column": 26
        },
        "end": {
          "line": 339,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 13508,
      "end": 13511,
      "loc": {
        "start": {
          "line": 339,
          "column": 27
        },
        "end": {
          "line": 339,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13511,
      "end": 13512,
      "loc": {
        "start": {
          "line": 339,
          "column": 30
        },
        "end": {
          "line": 339,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 13512,
      "end": 13515,
      "loc": {
        "start": {
          "line": 339,
          "column": 31
        },
        "end": {
          "line": 339,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13515,
      "end": 13516,
      "loc": {
        "start": {
          "line": 339,
          "column": 34
        },
        "end": {
          "line": 339,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "displacement",
      "start": 13516,
      "end": 13528,
      "loc": {
        "start": {
          "line": 339,
          "column": 35
        },
        "end": {
          "line": 339,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13528,
      "end": 13529,
      "loc": {
        "start": {
          "line": 339,
          "column": 47
        },
        "end": {
          "line": 339,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13529,
      "end": 13530,
      "loc": {
        "start": {
          "line": 339,
          "column": 48
        },
        "end": {
          "line": 339,
          "column": 49
        }
      }
    },
    {
      "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": 13543,
      "end": 13545,
      "loc": {
        "start": {
          "line": 340,
          "column": 12
        },
        "end": {
          "line": 340,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13546,
      "end": 13547,
      "loc": {
        "start": {
          "line": 340,
          "column": 15
        },
        "end": {
          "line": 340,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 13547,
      "end": 13557,
      "loc": {
        "start": {
          "line": 340,
          "column": 16
        },
        "end": {
          "line": 340,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13557,
      "end": 13558,
      "loc": {
        "start": {
          "line": 340,
          "column": 26
        },
        "end": {
          "line": 340,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 13558,
      "end": 13564,
      "loc": {
        "start": {
          "line": 340,
          "column": 27
        },
        "end": {
          "line": 340,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13564,
      "end": 13565,
      "loc": {
        "start": {
          "line": 340,
          "column": 33
        },
        "end": {
          "line": 340,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 13582,
      "end": 13592,
      "loc": {
        "start": {
          "line": 341,
          "column": 16
        },
        "end": {
          "line": 341,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13592,
      "end": 13593,
      "loc": {
        "start": {
          "line": 341,
          "column": 26
        },
        "end": {
          "line": 341,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 13593,
      "end": 13599,
      "loc": {
        "start": {
          "line": 341,
          "column": 27
        },
        "end": {
          "line": 341,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13599,
      "end": 13600,
      "loc": {
        "start": {
          "line": 341,
          "column": 33
        },
        "end": {
          "line": 341,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 13600,
      "end": 13603,
      "loc": {
        "start": {
          "line": 341,
          "column": 34
        },
        "end": {
          "line": 341,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13603,
      "end": 13604,
      "loc": {
        "start": {
          "line": 341,
          "column": 37
        },
        "end": {
          "line": 341,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "displacement",
      "start": 13604,
      "end": 13616,
      "loc": {
        "start": {
          "line": 341,
          "column": 38
        },
        "end": {
          "line": 341,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13616,
      "end": 13617,
      "loc": {
        "start": {
          "line": 341,
          "column": 50
        },
        "end": {
          "line": 341,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13617,
      "end": 13618,
      "loc": {
        "start": {
          "line": 341,
          "column": 51
        },
        "end": {
          "line": 341,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "break",
        "keyword": "break",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "break",
      "start": 13631,
      "end": 13636,
      "loc": {
        "start": {
          "line": 342,
          "column": 12
        },
        "end": {
          "line": 342,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13636,
      "end": 13637,
      "loc": {
        "start": {
          "line": 342,
          "column": 17
        },
        "end": {
          "line": 342,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13642,
      "end": 13643,
      "loc": {
        "start": {
          "line": 343,
          "column": 4
        },
        "end": {
          "line": 343,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 13648,
      "end": 13654,
      "loc": {
        "start": {
          "line": 344,
          "column": 4
        },
        "end": {
          "line": 344,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 13655,
      "end": 13665,
      "loc": {
        "start": {
          "line": 344,
          "column": 11
        },
        "end": {
          "line": 344,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13665,
      "end": 13666,
      "loc": {
        "start": {
          "line": 344,
          "column": 21
        },
        "end": {
          "line": 344,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13667,
      "end": 13668,
      "loc": {
        "start": {
          "line": 345,
          "column": 0
        },
        "end": {
          "line": 345,
          "column": 1
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " modify params inplace for reversed curve",
      "start": 13670,
      "end": 13713,
      "loc": {
        "start": {
          "line": 347,
          "column": 0
        },
        "end": {
          "line": 347,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 13714,
      "end": 13722,
      "loc": {
        "start": {
          "line": 348,
          "column": 0
        },
        "end": {
          "line": 348,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reverseCurve",
      "start": 13723,
      "end": 13735,
      "loc": {
        "start": {
          "line": 348,
          "column": 9
        },
        "end": {
          "line": 348,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13735,
      "end": 13736,
      "loc": {
        "start": {
          "line": 348,
          "column": 21
        },
        "end": {
          "line": 348,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 13736,
      "end": 13746,
      "loc": {
        "start": {
          "line": 348,
          "column": 22
        },
        "end": {
          "line": 348,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13746,
      "end": 13747,
      "loc": {
        "start": {
          "line": 348,
          "column": 32
        },
        "end": {
          "line": 348,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13748,
      "end": 13749,
      "loc": {
        "start": {
          "line": 348,
          "column": 34
        },
        "end": {
          "line": 348,
          "column": 35
        }
      }
    },
    {
      "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": 13754,
      "end": 13756,
      "loc": {
        "start": {
          "line": 349,
          "column": 4
        },
        "end": {
          "line": 349,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13757,
      "end": 13758,
      "loc": {
        "start": {
          "line": 349,
          "column": 7
        },
        "end": {
          "line": 349,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 13758,
      "end": 13768,
      "loc": {
        "start": {
          "line": 349,
          "column": 8
        },
        "end": {
          "line": 349,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13768,
      "end": 13769,
      "loc": {
        "start": {
          "line": 349,
          "column": 18
        },
        "end": {
          "line": 349,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 13769,
      "end": 13772,
      "loc": {
        "start": {
          "line": 349,
          "column": 19
        },
        "end": {
          "line": 349,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 13773,
      "end": 13776,
      "loc": {
        "start": {
          "line": 349,
          "column": 23
        },
        "end": {
          "line": 349,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 13777,
      "end": 13786,
      "loc": {
        "start": {
          "line": 349,
          "column": 27
        },
        "end": {
          "line": 349,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13786,
      "end": 13787,
      "loc": {
        "start": {
          "line": 349,
          "column": 36
        },
        "end": {
          "line": 349,
          "column": 37
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Line, Arc",
      "start": 13789,
      "end": 13801,
      "loc": {
        "start": {
          "line": 349,
          "column": 39
        },
        "end": {
          "line": 349,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13810,
      "end": 13811,
      "loc": {
        "start": {
          "line": 350,
          "column": 8
        },
        "end": {
          "line": 350,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 13811,
      "end": 13821,
      "loc": {
        "start": {
          "line": 350,
          "column": 9
        },
        "end": {
          "line": 350,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13821,
      "end": 13822,
      "loc": {
        "start": {
          "line": 350,
          "column": 19
        },
        "end": {
          "line": 350,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 13822,
      "end": 13827,
      "loc": {
        "start": {
          "line": 350,
          "column": 20
        },
        "end": {
          "line": 350,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13827,
      "end": 13828,
      "loc": {
        "start": {
          "line": 350,
          "column": 25
        },
        "end": {
          "line": 350,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 13829,
      "end": 13839,
      "loc": {
        "start": {
          "line": 350,
          "column": 27
        },
        "end": {
          "line": 350,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13839,
      "end": 13840,
      "loc": {
        "start": {
          "line": 350,
          "column": 37
        },
        "end": {
          "line": 350,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 13840,
      "end": 13843,
      "loc": {
        "start": {
          "line": 350,
          "column": 38
        },
        "end": {
          "line": 350,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13843,
      "end": 13844,
      "loc": {
        "start": {
          "line": 350,
          "column": 41
        },
        "end": {
          "line": 350,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 13845,
      "end": 13846,
      "loc": {
        "start": {
          "line": 350,
          "column": 43
        },
        "end": {
          "line": 350,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13847,
      "end": 13848,
      "loc": {
        "start": {
          "line": 350,
          "column": 45
        },
        "end": {
          "line": 350,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 13848,
      "end": 13858,
      "loc": {
        "start": {
          "line": 350,
          "column": 46
        },
        "end": {
          "line": 350,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13858,
      "end": 13859,
      "loc": {
        "start": {
          "line": 350,
          "column": 56
        },
        "end": {
          "line": 350,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 13859,
      "end": 13862,
      "loc": {
        "start": {
          "line": 350,
          "column": 57
        },
        "end": {
          "line": 350,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13862,
      "end": 13863,
      "loc": {
        "start": {
          "line": 350,
          "column": 60
        },
        "end": {
          "line": 350,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 13864,
      "end": 13874,
      "loc": {
        "start": {
          "line": 350,
          "column": 62
        },
        "end": {
          "line": 350,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13874,
      "end": 13875,
      "loc": {
        "start": {
          "line": 350,
          "column": 72
        },
        "end": {
          "line": 350,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 13875,
      "end": 13880,
      "loc": {
        "start": {
          "line": 350,
          "column": 73
        },
        "end": {
          "line": 350,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13880,
      "end": 13881,
      "loc": {
        "start": {
          "line": 350,
          "column": 78
        },
        "end": {
          "line": 350,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13881,
      "end": 13882,
      "loc": {
        "start": {
          "line": 350,
          "column": 79
        },
        "end": {
          "line": 350,
          "column": 80
        }
      }
    },
    {
      "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": 13887,
      "end": 13889,
      "loc": {
        "start": {
          "line": 351,
          "column": 4
        },
        "end": {
          "line": 351,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13890,
      "end": 13891,
      "loc": {
        "start": {
          "line": 351,
          "column": 7
        },
        "end": {
          "line": 351,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 13891,
      "end": 13901,
      "loc": {
        "start": {
          "line": 351,
          "column": 8
        },
        "end": {
          "line": 351,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13901,
      "end": 13902,
      "loc": {
        "start": {
          "line": 351,
          "column": 18
        },
        "end": {
          "line": 351,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clockwise",
      "start": 13902,
      "end": 13911,
      "loc": {
        "start": {
          "line": 351,
          "column": 19
        },
        "end": {
          "line": 351,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 13912,
      "end": 13915,
      "loc": {
        "start": {
          "line": 351,
          "column": 29
        },
        "end": {
          "line": 351,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 13916,
      "end": 13925,
      "loc": {
        "start": {
          "line": 351,
          "column": 33
        },
        "end": {
          "line": 351,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13925,
      "end": 13926,
      "loc": {
        "start": {
          "line": 351,
          "column": 42
        },
        "end": {
          "line": 351,
          "column": 43
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "Arc",
      "start": 13927,
      "end": 13932,
      "loc": {
        "start": {
          "line": 351,
          "column": 44
        },
        "end": {
          "line": 351,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 13941,
      "end": 13951,
      "loc": {
        "start": {
          "line": 352,
          "column": 8
        },
        "end": {
          "line": 352,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13951,
      "end": 13952,
      "loc": {
        "start": {
          "line": 352,
          "column": 18
        },
        "end": {
          "line": 352,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clockwise",
      "start": 13952,
      "end": 13961,
      "loc": {
        "start": {
          "line": 352,
          "column": 19
        },
        "end": {
          "line": 352,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 13962,
      "end": 13963,
      "loc": {
        "start": {
          "line": 352,
          "column": 29
        },
        "end": {
          "line": 352,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 13964,
      "end": 13965,
      "loc": {
        "start": {
          "line": 352,
          "column": 31
        },
        "end": {
          "line": 352,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 13965,
      "end": 13975,
      "loc": {
        "start": {
          "line": 352,
          "column": 32
        },
        "end": {
          "line": 352,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13975,
      "end": 13976,
      "loc": {
        "start": {
          "line": 352,
          "column": 42
        },
        "end": {
          "line": 352,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clockwise",
      "start": 13976,
      "end": 13985,
      "loc": {
        "start": {
          "line": 352,
          "column": 43
        },
        "end": {
          "line": 352,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13985,
      "end": 13986,
      "loc": {
        "start": {
          "line": 352,
          "column": 52
        },
        "end": {
          "line": 352,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 13991,
      "end": 13997,
      "loc": {
        "start": {
          "line": 353,
          "column": 4
        },
        "end": {
          "line": 353,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 13998,
      "end": 14008,
      "loc": {
        "start": {
          "line": 353,
          "column": 11
        },
        "end": {
          "line": 353,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14008,
      "end": 14009,
      "loc": {
        "start": {
          "line": 353,
          "column": 21
        },
        "end": {
          "line": 353,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14010,
      "end": 14011,
      "loc": {
        "start": {
          "line": 354,
          "column": 0
        },
        "end": {
          "line": 354,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "eof",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14012,
      "end": 14012,
      "loc": {
        "start": {
          "line": 355,
          "column": 0
        },
        "end": {
          "line": 355,
          "column": 0
        }
      }
    }
  ]
}